I use dblock's dotnetinstaller to do exactly that (although my secondary
MSI is more of a pre-requisite rather than being optional).
http://dotnetinstaller.codeplex.com/

The way I could think of doing it using MSI only is with using an
external cab to provide the files of the optional component & use a
Feature Condition that detects the existence of the external cab &
allows install of the optional Feature if the cab is found. That would
require some effort to make it work reliably though.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: 08 November 2010 15:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Upgrade, Patch, or something else...

Unfortunately, the Windows Installer doesn't provide any native support
for that sort of "chained uninstall". You'd need an external program to
manage it.

On Mon, Nov 8, 2010 at 6:56 AM, John D. Marinuzzi <nu...@hypack.com>
wrote:

> Hello All,
>
>
>
> I have a question about how to implement something.  I am currently 
> using WIX to create the MSI for our software's main application.  I 
> would like to make a secondary MSI for some optional additional data 
> that can be installed after the fact.  I would like this data to be 
> installed within subdirectories of the main installation and to get 
> removed if the main installation is uninstalled.  I do not want to 
> include it in the main installation because it will increase the size 
> greatly.  Is this a patch, and Upgrade, or something else?
>
>
>
> Thanks,
>
>
>
> John
>
>
> ----------------------------------------------------------------------
> -------- The Next 800 Companies to Lead America's Growth: New Video 
> Whitepaper David G. Thomson, author of the best-selling book 
> "Blueprint to a Billion" shares his insights and actions to help 
> propel your business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


--
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------
------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your business
during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to