This isn't a WIX specific question, and it certainly isn't a wix-devs question. In the future, please limit wix-devs questions to the development of the Wix toolset.
The two options you have are to embed the MST into the MSI, in which case you can use the : prefix or if you want it external then you would want the MST as a Payload element as a child of the bundle's MsiPackage. It may be helpful to search for "wix localized bundle" as there are plenty of references out there. -----Original Message----- From: ashish thomas [mailto:ashishptho...@yahoo.co.in] Sent: Thursday, May 16, 2013 12:58 PM To: wix-users@lists.sourceforge.net; wix-d...@lists.sourceforge.net Subject: [WiX-users] MultiLingual MSIs – Error applying transforms. Verify that the specified transform paths are valid. Hi All, I am planning to create a multilingual MSI. I have created MSI file for the English local and have created MST File for German using MSITran.exe . I am invoking the msi from the bootstrapper. I specify German language to be shown in the MSI ui by specifying the following in the WIx boostrapper project <MsiPropertyName="TRANSFORMS"Value="C:\Trans.mst"/> where Trans.mst is the transformation file for the German. If I hardcode the full path of mst file as above , when I invoke MSI from bootstrapper it will show the German language strings.(Since this file is present locally). I wanted to embed Trans.mst within the Boostrapper exe and I know I can do that by specifying Payload. In that case, can someone guide me in telling how to set value of TRANSFORMS property such that it can point to German Transform file Trans.mst file which is contained inside Boostrapper or is there any better way to do this. Currently launching German strings is working only the local machine whereas it is not working on remote machine. On remote machine , it gives the error “ Error applying transforms. Verify that the specified transformed paths are valid” Ashish ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users