Re: [WiX-users] How to change installation text on the last

2012-08-16 Thread BinL
Hello, I was trying to replace some text on the deployment UI (attached screen), it seems could change that text by adding (to a .wxl file in the project): String Id=ExitDialogTitle{\WixUI_Font_Bigger}Replacement text here/String However, our current deployment project does not have .wxl

[WiX-users] How to change installation text on the last

2012-08-15 Thread BinL
On the last step of the installation, there are texts showing: Completed the productName Setup Wizard. I know productName is user provide, how about other text Completed the ... Setup Wizard , are they build with the tool, or can we customize those text ? Thanks,

Re: [WiX-users] How to change installation text on the last

2012-08-15 Thread David Lowndes
On the last step of the installation, there are texts showing: Completed the productName Setup Wizard. I know productName is user provide, how about other text Completed the ... Setup Wizard , are they build with the tool, or can we customize those text ? You can add additional text using:

Re: [WiX-users] How to change installation text on the last

2012-08-15 Thread Bruce Cran
On 15/08/2012 09:05, David Lowndes wrote: I know productName is user provide, how about other text Completed the ... Setup Wizard , are they build with the tool, or can we customize those text ? You can add additional text using: Property Id=WIXUI_EXITDIALOGOPTIONALTEXT Value=Your