[WiX-users] .msi file location was changed after adding wxl file?

2012-08-16 Thread BinL
my msi file was originally created under folder ..bin\Release\ along with the setup file, so I can do the installation using either msi or setup application. Then I add a wxl file (from visual studio 2010 using add new wxl file), did some localization, things work fine except the msi file was crea

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): {\WixUI_Font_Bigger}Replacement text here However, our current deployment project does not have .wxl files, instead it includes some

[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 Setup Wizard. I know is user provide, how about other text " Completed the ... Setup Wizard ", are they build with the tool, or can we customize those text ? Thanks, ---