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 should go on holiday :-)

regards

Stefan

Petrut Andrei wrote:
>   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
> 
> 
> __________ NOD32 1.1739 (20060904) Information __________
> 
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
> 
> 
> 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

-------------------------------------------------------------------------
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