Re: [WiX-users] Features in different .msi

2008-10-12 Thread Alex Ivanoff
, 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

Re: [WiX-users] Features in different .msi

2008-10-12 Thread Christopher Karper
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 .

Re: [WiX-users] Features in different .msi

2008-10-11 Thread Alex Ivanoff
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

Re: [WiX-users] Features in different .msi

2008-10-11 Thread Bob Arnson
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/

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Rob Mensching
[WiX-users] Features in different .msi I have no idea. -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 17:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi Does the Windows Install

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Alex Ivanoff
I have no idea. -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 17:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi Does the Windows Installer support such a scenario

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Rob Mensching
Does the Windows Installer support such a scenario? -Original Message- From: Alex Ivanoff [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 15:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi Yes, you are right: I

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Alex Ivanoff
Corporation) [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 16:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi I got the feeling he wanted to have the two installers somehow be the same product because he was asking about

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Ian Elliott (Excell Data Corporation)
EMAIL PROTECTED] Sent: Friday, October 10, 2008 2:21 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi That is true. He'll need to use different product codes, but the same GUIDs for any files that are shared between the installe

Re: [WiX-users] Features in different .msi

2008-10-10 Thread craig.miller
ng the same product code.) > > -Original Message- > From: Bhavdeep Singh [mailto:[EMAIL PROTECTED] > Sent: Friday, October 10, 2008 1:50 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Features in different .msi > > Hi, > >

Re: [WiX-users] Features in different .msi

2008-10-10 Thread craig.miller
Yes, but use different guids for each installer. In my product I have thousands of files and each file has a unique guid. I have 51 different installers, and some of these share files. Because each installer has a unique installer level GUID, but uses the same file level GUID files add/remove

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Ian Elliott (Excell Data Corporation)
- From: Bhavdeep Singh [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 1:50 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Features in different .msi Hi, I guess you need to elaborate your question more, of course all you need to do is to create One w

Re: [WiX-users] Features in different .msi

2008-10-10 Thread Bhavdeep Singh
Hi, I guess you need to elaborate your question more, of course all you need to do is to create One wix project for A1 feature and another iwx project for A2 feature.Thanks and RegardsBhavdeep Singh > Date: Fri, 10 Oct 2008 15:32:54 -0500> From: [EMAIL PROTECTED]> To: > wix-users@lists.sour