Re: [WiX-users] MSITran and MSIExec

2006-09-05 Thread Stefan Pavlik
Hi Andrei,... you wrote that you have created two MSI files: SetupEN.msi and SetupRO.msi. Then you've created the Romanian transformantion. So you should run the Romanian setup with: msiexec.exe /i SetupEN.msi TRANSFORMS="Trans.mst" and not msiexec.exe /i Setup.msi TRANSFORMS="Trans.mst" You sho

[WiX-users] MSITran and MSIExec

2006-09-05 Thread Petrut Andrei
Hi. Please help me with this: I compile Setup.msi in 2 languages: light.exe -out SetupEn.msi ( doesn't care ) -loc wixui_en-us.wxl AND light.exe -out SetupRo.msi ( doesn't care ) -loc wixui_ro-ro.wxl - this is for romanian language Then I use: msitran.exe -g SetupEn.msi Setu