Hi,

I have created an installer that support multiple languages using transform mst 
for each language.  So during install, we have the command line:

msiexe.exe /i test.msi TRANSFORMS=:fr-fr.mst

The installer basically works with the normal workflow.  However, I've just 
been informed by our QA tester that during the install, if they did a hard 
reset for their PC, and then after reboot, they run the install with a new 
language, say:

msiexe.exe /i test.msi TRANSFORMS=:en-us.mst

Then they notice that during this second install, the status dialog box will 
have English (the second install) for text, title, buttons, etc, but the Status 
message itself remains in French (the first original install attempt).

Is this a problem with WiX or Windows Installer itself?  Did Windows Installer 
leave behind any info in the registry and making it failed to fully apply the 
transform after a force reset?   Have anyone seen this before?  Any help is 
appreciated.


John Leung
Software Engineer



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to