Thanks Bob. I am currently scheduling it after InstallFinalize:

  <InstallExecuteSequence>
    <RemoveExistingProducts After="InstallFinalize" />
  </InstallExecuteSequence>

Is this late enough so upgrade does not modify anything outside of the feature?

Thanks,
Navid 

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Monday, April 26, 2010 3:42 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Multiple Versions of Features?

On 4/26/2010 2:22 PM, Navid Azimi-Garakani wrote:
> Is it possible to upgrade only a specific feature within an MSI?

No, but if you use late scheduling for RemoveExistingProducts, components that 
are unchanged in the upgrade product won't be modified during the upgrade.

--
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
_______________________________________________
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