Re: [WiX-users] Disable ARP entry for ExePackage

2015-04-26 Thread Marco Tognacci
nir@panel-sw.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Disable ARP entry for ExePackage > > I don't understand... do you have 2 bundles or 1? > Anyway you can set a registry value to hide it from ARP: > > Key: > HKEY_LOCAL_MACHINE\Software\

Re: [WiX-users] Disable ARP entry for ExePackage

2015-04-26 Thread Nir Bar
I don't understand... do you have 2 bundles or 1? Anyway you can set a registry value to hide it from ARP: Key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\ Name: SystemComponent Type: DWORD Data: 1 - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web:

[WiX-users] Disable ARP entry for ExePackage

2015-04-26 Thread Marco Tognacci
I have an exe package that install a third party compoment, I have added this component to my Burn exe package, but in this way I have the ARP entry for the single package plus the Burn package ARP entry. Is there any way to remove the entry ARP for the ExePackage added to the Burn package? In