Windosw Installer localization
<https://msdn.microsoft.com/en-us/library/aa369769%28v=vs.85%29.aspx>   is
achieved using transforms (mst files) that can be embedded in a single
multi-lingual MSI.
You should use  WiX localization
<http://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html>
  
to create a MSI file for every language, and then generate MST files (one
per language) and embed those in a single MSI.

If you only want to localize that single text, you can use a property for
the Command attribute value, and pass that peoperty using a  MsiProperty
<http://wixtoolset.org/documentation/manual/v3/xsd/wix/msiproperty.html>  
element on the bundle.



-----
Nir Bar 
Freelance Developer 
Mail: nir....@panel-sw.com 
Web: www.panel-sw.com 
   - C++ On Windows, Linux and Embedded Platforms 
   - WiX & InstallShield 
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Verb-localization-tp7599897p7599910.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to