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 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