I'm using Wix build 3.0.3907.  I created my English MSI with language
1033 codepage 1252, and a localized Japanese MSI with language 1041
codepage 932.  I then used torch.exe with the -type language option to
create a .mst file.  

I then use this command line to build a setup.exe that will apply the
transform on Japanese systems:

setupbld.exe -out MySetup.exe -ms Setup-en.msi -u 1041 Setup-ja.mst
-setup "C:\Program Files\Windows Installer XML v3\bin\setup.exe"

Everything seems successful, but the transform is never applied
correctly on the target machine so the install still appears in English.
In the temp folder, I see the transform does get extracted, but its not
applied to the temp msi files in there for some reason.  I tried
manually applying the transform to the msi using Orca but it gives me an
error "The specified transform could not be applied."  I wrote my own
C++ app that calls MsiDatabaseApplyTransform so I could get the error
message, but it successfully applied the transform without error.  

Am I doing something wrong?

Thanks,
Mike Ballou

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to