Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread Pavan Konduru
AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application "Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread Rob Mensching
@lists.sourceforge.net Subject: Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application Thanks for the response on error code (0x80070666). However, is there a way to change the text of the error message? i.e., can I customize it to my custom text to indicate more

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread Phil Wilson
"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel" is a standard Windows Installer message telling you that the same ProductCode is already i

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-16 Thread DP
Thanks for the response on error code (0x80070666). However, is there a way to change the text of the error message? i.e., can I customize it to my custom text to indicate more details about my product? The current error text message for error 0x80070666 is: "Another version of this product is a

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-10 Thread Rob Mensching
] Sent: Friday, October 10, 2014 7:44 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application The issue is not about the MSI's MajorUpgrade. This issue is about not able to customize error message in Wix sta

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-10 Thread DP
The issue is not about the MSI's MajorUpgrade. This issue is about not able to customize error message in Wix standard bootstrapper application during downgrade case. No doubt, my MSI has MajorUpgrade element with proper downgrade error message. This message is never shown (note that my MSI is call

Re: [WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-10 Thread Phill Hogland
IIRC that is the message which you define in the MajorUpgrade/@DowngradeErrorMessage in the msi package. There are other options to MajorUpgrade which do not display a message if you do not want a down version to fail. -- View this message in context: http://windows-installer-xml-wix-toolset

[WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-09 Thread Dattaprasad Govenker
Hi, I have a WiX standard bootstrapper application. I want to change the text of the following error message: Setup Failed... 0x80070666 - Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this pr