I am trying to keep installer size small. Because feature A2 is rarely used, but has significant size, I want it to be in different file that does not have to be present in order to install feature A1.
-----Original Message----- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Sunday, October 12, 2008 10:56 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi If you are just looking for the feature to exist on disc, then you can use two separate .wxs files to build two installers. If you want them to live under the same application in ARP, then you're going to need to build one .wxs file, with 2 features in it. You can set up a feature to not be visible, and build your installer... Then you can switch visible features, and build again. Those two installers will have the behavior you want, with one exception. When you want both installed, you will enter a maintenance mode when the second installer runs. If you don't mind my asking, what exactly behavior are are trying to get out of this specifically? If you ask how to accomplish that, instead of dictating the solution, you might find more help from the guys here who have years of experience. Chris On Sat, Oct 11, 2008 at 7:53 PM, Alex Ivanoff <[EMAIL PROTECTED]>wrote: > I know, but it was not my question. > > > -----Original Message----- > From: Bob Arnson [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 11, 2008 15:24 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Features in different .msi > > Alex Ivanoff wrote: > > Yes, you are right: I want the same product codes. Here is some > > scenarios. > > > > a1.msi has feature A1 of product A, a2.msi has feature A2 of product > A. > > > > You can use one .msi with multiple Features. > > -- > sig://boB > http://joyofsetup.com/ > > > > ------------------------------------------------------------------------ > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------ - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users