Using the WiX v3.6 beta and Visual Studio 2010. I'm trying to replace the "Copying new files" progress message with custom text. I'm following the directions from here: http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
I created a en-us.wxl and which contains the following: <?xml version="1.0" encoding="utf-8"?> <WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> <String Id="ProgressTextInstallFiles">Copying high-resolution video files; this may take a few minutes.</String> </WixLocalization> I compile and install, but my custom message doesn't show up. It's still "Copying new files". Am I missing something? Also, WixUI_en-us.wxl contains a lot of "template" messages, like "ProgressTextInstallFilesTemplate". How do I get these to display during installation? Thanks! ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users