Stephen Tunney wrote:

I currently have an installer that shows "...will install PRODUCT". I wish it to say "... will install the PRODUCT".

Is there a way to override the resource strings? I need to change this in a few places (install cancellation, etc.)


If you're using the WixUI library, you can override the localization strings by creating a .wxl file and passing it to your light command line. The string IDs you need to override are present in the WiX source .zip files, in src\src\ext\UIExtension\wixlib\WixUI_en-us.wxl.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to