Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-08 Thread Steven Ogilvie
: November-08-12 1:48 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] stop bootstrapper creating ARP registry key... Take a look at the bundle log file. On Wed, Nov 7, 2012 at 4:32 PM, StevenOgilvie wrote: > Okay I have my main MSI NOT in ARP: > >

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-07 Thread Rob Mensching
Take a look at the bundle log file. On Wed, Nov 7, 2012 at 4:32 PM, StevenOgilvie wrote: > Okay I have my main MSI NOT in ARP: > > > > > > > And in the bundle.wxs > > DisableModify="yes" > DisableRemove="no" > DisableRepair="no" > > and my MSI is set as: > > DisplayName="$(var.ProductName

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-07 Thread StevenOgilvie
Okay I have my main MSI NOT in ARP: And in the bundle.wxs DisableModify="yes" DisableRemove="no" DisableRepair="no" and my MSI is set as: So when I do go into ARP I don't see the MSI in it... I do see the bootstrapper (bundle.wxs) there, I run uninstall, choose uninstall, but it only rem

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-05 Thread Hoover, Jacob
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] stop bootstrapper creating ARP registry key... That is fine BUT... IF you install running BootStrapper, then uninstall from your .MSI in ARP, if you run BootStrapper again it ask to repair/remove :( Steve -Original Me

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-05 Thread Rob Mensching
Burn doesn't support that. Instead, you might consider the Bundle your ARP entry and not have any MSIs write the ARP entry. That way caching gets cleaned up. On Mon, Nov 5, 2012 at 11:54 AM, StevenOgilvie wrote: > Hi all, > > I am using the BootStrapper to install requisites that stay on the ma

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-05 Thread Steven Ogilvie
for Windows Installer XML toolset. Subject: Re: [WiX-users] stop bootstrapper creating ARP registry key... The bootstrapper will add itself to ARP (no real way to get around this nor do I think it would be a good idea), but it will hide the install of your other prerequisite installs. If you

Re: [WiX-users] stop bootstrapper creating ARP registry key...

2012-11-05 Thread Hoover, Jacob
from being uninstalled (MsiPackage/@Permanent='yes', ExePackage/@Permanent='yes', etc). -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: Monday, November 05, 2012 1:54 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] stop bootstrapper c

[WiX-users] stop bootstrapper creating ARP registry key...

2012-11-05 Thread StevenOgilvie
Hi all, I am using the BootStrapper to install requisites that stay on the machine after the companies product is removed... I have NO need for the bootstrapper to create a registry key under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall we install our product using the bootstrapper an