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 SetupRo.msi Trans.mst

I get the message "Done". All things right till now.

Then I try to use the transform file to mix those 2
files into one only.

  Then I have:
 
  msiexec.exe /i Setup.msi TRANSFORMS="Trans.mst"


and I get the error:
  This installation package could not be opened.
Verify that the package exists and that you can access
it, or contact the application vendor...


Do you know what I did wrong?


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to