Re: [WiX-users] How to avoid bundle registration as installed [P]

2013-11-26 Thread Steven Ogilvie
. Subject: Re: [WiX-users] How to avoid bundle registration as installed [P] Off top of my head, dotNetInstaller: doesn't cache, doesn't unify progress bar, doesn't allow complete customization of UI. It's basically a fire-forget type bootstrapper that just shows UI of each thin

Re: [WiX-users] How to avoid bundle registration as installed [P]

2013-11-25 Thread Rob Mensching
egistry/file/productcode/directory. I have >added radio buttons, check boxes etc using Burn... Can you change the UI? Steve -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: November-25-13 4:44 PM To: General discussion about the WiX toolset. Subject: Re: [WiX

Re: [WiX-users] How to avoid bundle registration as installed [P]

2013-11-25 Thread Steven Ogilvie
c using Burn... Can you change the UI? Steve -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: November-25-13 4:44 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] How to avoid bundle registration as installed Burn isn't a bootstrappe

Re: [WiX-users] How to avoid bundle registration as installed

2013-11-25 Thread Hamlet
Bundle is just per-user or per-machine. When it per-user it registers in currentuser ARP and when I choose per-machine installation in my msi the different contexts of bundle and msi cause some problems. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble

Re: [WiX-users] How to avoid bundle registration as installed

2013-11-25 Thread Rob Mensching
o: General discussion about the WiX toolset. Subject: Re: [WiX-users] How to avoid bundle registration as installed Burn isn't a bootstrapper really. Why do you want to use burn and not a bootstrapper like dotNetInstaller? -Original Message- From: Hamlet [mailto:hakobyan...@yahoo.com]

Re: [WiX-users] How to avoid bundle registration as installed

2013-11-25 Thread Wesley Manning
Burn isn't a bootstrapper really. Why do you want to use burn and not a bootstrapper like dotNetInstaller? -Original Message- From: Hamlet [mailto:hakobyan...@yahoo.com] Sent: November-25-13 5:36 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to avoid b

Re: [WiX-users] How to avoid bundle registration as installed

2013-11-25 Thread Hamlet
Thank you for replay, but it is not my option. I have dual-purpose package which works fine. Now I want to install prerequisites if necessary. What I want that the burn must install prerequisites if necessary, then run the msi dual-purpose package. No need to cache or register the bundle and so. J

Re: [WiX-users] How to avoid bundle registration as installed

2013-11-25 Thread Phill Hogland
Maybe this answers your question: http://www.joyofsetup.com/2013/07/05/burn-zero-one-or-n/ -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-avoid-bundle-registration-as-installed-tp7590928p7590943.html Sent from the wix-users mailing list arc