I have gotten transforms to work when executing the .msi files by themselves (which do not install the prerequisites - SQL, Framework, Windows Installer), but I have yet to figure out a way to execute the bootstrapper setup.exe with a tranform specified such that the after it is run, it will execute the setup.msi with the proper transform passed/applied.
I can execute the following for the MSI using this command and the text displays in german: msiexec /i setup.msi TRANSFORMS=de-de.mst But I would like to be able to execute the setup.exe (so prereqs are installed), and after that is complete, the setup.msi is executed with the Transform parameter specified. msiexec /i setup.exe TRANSFORMS=de-de.mst Is something like this even possible for executing an exe bootstrapper using msiexec? -- View this message in context: http://n2.nabble.com/Distributing-multi-language-installer-tp3427185p3432144.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

