Looping wix-users back into the conversation.
 
From: os...@live.com
To: jack.sojo...@gmail.com
Subject: RE: [WiX-users] Detecting a different product install
Date: Wed, 18 Sep 2013 12:19:23 -0700




Add this to what you already have:
 
<Upgrade Id="<theirupgradecode guid>">
  <UpgradeVersion Minimum="0" 
   IncludeMinimum="yes"
   Property="OTHERPREVIOUSFOUND" 
                        IgnoreRemoveFailure="yes"/>
    </Upgrade>
 
Blair
 
Date: Wed, 18 Sep 2013 12:17:27 -0700
Subject: Re: [WiX-users] Detecting a different product install
From: jack.sojo...@gmail.com
To: os...@live.com

It's a totally different product.  I just want to remove it if its installed.  
My upgrade table looks like this...  <Upgrade Id="<myupgradecode guid>">

  <UpgradeVersion Minimum="1.0.0" 

   Maximum="$(var.MAXVERSION)"

                        IncludeMinimum="yes"

                        IncludeMaximum="yes"

                        OnlyDetect="no"

                        Property="PREVIOUSFOUND" 

                        IgnoreRemoveFailure="yes"/>

    </Upgrade>

 
   <RemoveExistingProducts After="InstallInitialize" />

 
I have WIX displaying a dialog telling them it is being replaced.  but since 
its an msi how do I tell wix to remove it?

                                                                                
  
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to