Hello Blaine,

I have already tried with FindRelatedProducts and RemoveExistingProducts 
instead of using MajorUpgrade and UpgardeCode in product element but also with 
no success.

    <Upgrade Id="{BOOTSTRAPPER GUID}">
      <UpgradeVersion Minimum="0.0.0.0" IncludeMinimum="yes" Maximum="3.4.0.0" 
IncludeMaximum="no" OnlyDetect="no" Property="LEGACYVERSIONDETECTED" />
    </Upgrade>

    <InstallExecuteSequence>
      <AppSearch Before="LaunchConditions" />
      <FindRelatedProducts Before="AppSearch" />
      <RemoveExistingProducts After="InstallInitialize" />
    </InstallExecuteSequence>


Regards,
Mihailo



-----Original Message-----
From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov] 
Sent: Monday, October 27, 2014 14:57
To: 'General discussion about the WiX toolset.'
Subject: Re: [WiX-users] Upgrading Burn bootstrapper with msi

Windows Installer can remove the bootstrapper for you.  Use the Windows 
Installer FindRelatedProducts action with the bootstrappers UPGRADECODE and 
version.    

-----Original Message-----
From: Mihailo Milenković [mailto:mihailo.milenko...@pstech.rs] 
Sent: Monday, October 27, 2014 4:08 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Upgrading Burn bootstrapper with msi

Hello everyone,

I have a situation where until now I had one bootstrapper chaining several msi 
packages, but now I must switch to one msi instead of bootstrapper. The problem 
is that msi installer will not trigger the upgrade using upgrade code of the 
bootstrapper. I have searched through the net for some solution for this but I 
was unsuccessful so far.
I would like to resolve this with internal mechanism for upgrade instead of 
doing some custom action that will uninstall the bootstrapper, is this possible?

Best regards,
Mihailo

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to