Re: [WiX-users] WixExitEarlyWithSuccess not working for me

2012-05-31 Thread Luis Tiago C Eterovick
Well I'm having some new problems. This is my current code: http://pastie.org/4002610 1- To do a minor upgrade I'm just changing just the version last digit: ** * *to ** but doing just that, when i run the new installer i get that error: http://img526.imageshack.us/

Re: [WiX-users] WixExitEarlyWithSuccess not working for me

2012-05-30 Thread Luis Tiago C Eterovick
Well, i couldn't make it work the way i wanted. Can anyone help me with this? I want the application to simply end with success as soon as possible with a custom message, if it finds the same or newer version. In my context, this is the best practice, even though it sounds strange. 2012/5/24 Luis

Re: [WiX-users] WixExitEarlyWithSuccess not working for me

2012-05-24 Thread Luis Tiago C Eterovick
Thanks! I'll give it a try. About the condition, this update app is coming together with other different apps, so this installer is probably going to run more than once, if the user has 2 or more of these apps. I want to avoid even the repair/unninstall screen because the user doesn't know about th

Re: [WiX-users] WixExitEarlyWithSuccess not working for me

2012-05-23 Thread Heath Stewart
Having the same UpgradeCode ("upgrade ID") isn't actually a requirement - just that your new version has the older version's UpgradeCode in the Upgrade table (Upgrade element). That's key - having the same UpgradeCode doesn't mean you have an upgrade. In fact, if you don't schedule RemoveExistingPr

Re: [WiX-users] WixExitEarlyWithSuccess not working for me

2012-05-23 Thread Chris Lord
Hi Luis (1) Are you attempting a major upgrade or a minor one? If its a major upgrade then your upgrade MSI should have an identical upgrade ID but a different product ID and a different version from the original MSI. I cant tell if the product code has changed or not as you have only poste