Ok thanks for all the info.

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Tuesday, September 26, 2006 10:56 AM
To: Jeff MacDuff
Cc: Wilson, Phil; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Quick question on upgrade checking

 

Jeff MacDuff wrote:

  1. Is there a mechanism to prompt the user if they want to uninstall or not

Yes. You'll need to create a dialog and schedule it early in the UI sequence, conditioned on the property you use in UpgradeVersion. It can be a simple dialog with Upgrade and Cancel buttons. Upgrade would do nothing as the upgrade happens later; Cancel should be able to exit with something like this:

<Publish Event="EndDialog" Value="Exit">1</Publish>

  1. Can I move the uninstall up in the order of things.. so it happens at the start of the install and not after.

Yes. That's controlled by the After attribute. See http://msdn.microsoft.com/library/default.asp?url=""> for a list of possible sequences.


-- 
sig://boB
http://bobs.org




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to