Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys,

As in the question, does anyone know why this happens and what I can do to stop it from happening? I'm trying to generate a whole bunch of localization transforms for one MSI and I'm doing it by using the MSI API function GenerateTranform. It takes two MSI and produces a transform that represents the difference between the two. I'd assumed that I could change the localization of the setup project, rebuild and create a transform but on top of the UI language changes I also see that the file sequence has changed for most of the files. This is a big problem because it totally screws the installation up (as you'd probably expect).

Failing that, has anyone got any other suggestions for creating localization transforms quickly and easily in my circumstances. I could go down the WIX route as I'd then be in full control of the file sequence, but it represents quite a lot of extra work at this stage in my project, particularly when the VS setup project does everything I've needed up until now.

Cheers,

Chris Chambers.
Posted

1 solution

In case anyone comes across this...

I couldn't find a way to stop VS from changing the file sequence. In the end I went down the WIX route which gave me total control. I should have just done that in the first place!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900