Re: [WiX-users] Bundle packages in ARP

2014-02-12 Thread Wesley Manning
quite a bit here but burn isn't meant as a fire and forget bootstraper. Wes -Original Message- From: GrahamAllwood [mailto:graham.allw...@live.co.uk] Sent: February-12-14 5:41 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle packages in ARP There is a mixture o

Re: [WiX-users] Bundle packages in ARP

2014-02-12 Thread Rob Mensching
: Wednesday, February 12, 2014 1:41 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle packages in ARP There is a mixture of MSI's and exe's. So for EXE's, there is no way to get them to appear in ARP? Pity! How about stopping the bundle acting like a product, i.e. n

Re: [WiX-users] Bundle packages in ARP

2014-02-12 Thread GrahamAllwood
There is a mixture of MSI's and exe's. So for EXE's, there is no way to get them to appear in ARP? Pity! How about stopping the bundle acting like a product, i.e. not appearing in ARP and acting more like the older style of Bootstrapper from the Windows SDK? -- View this message in context:

Re: [WiX-users] Bundle packages in ARP

2014-02-11 Thread Wesley Manning
Are they MSI packages? If so set visible to true. The bundle will still appear in ARP. EXEpackages you can't do this. -Original Message- From: GrahamAllwood [mailto:graham.allw...@live.co.uk] Sent: February-11-14 6:45 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] B

[WiX-users] Bundle packages in ARP

2014-02-11 Thread GrahamAllwood
Hi I have a Bundle that contains 4 Sql Server Components (SMO, RMO etc) and finally my own APP msi file. Is it possible to have all the 5 separate installs to appear in Add/Remove programs, or does my Bundle have to act as the parent to all of them, and it is only the Bundle that can appear in AR