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

2015-04-26 Thread Marco Tognacci
I have 2 different cases: 1) I need to make a Burn exe package (BurnSetup.exe) that call an exe package (ComponentSetup.exe) made by another company, and I want to hide the ARP entry for this ComponentSetup.exe, and I need to see only the ARP entry for the BurnSetup.exe that I have made. 2) The

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:

Re: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts

2015-04-26 Thread Jiri Tomek
Hello Martin, thanks for the reply. This indeed works if .NET 4 is installed. But what is .NET 4.5 is installed? element can't say that it requires 4.5.1 (at least according to https://msdn.microsoft.com/en-us/library/w4atty68(v=vs.110).aspx). In that case managed bootstrapper that is targeted for

Re: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts

2015-04-26 Thread Jiri Tomek
Hello Bob, I found this out as well. I checked the source code and saw the logic that always first tries to load managed bootstrapper. I would really use some flag telling "evaluate prereqs no matter what". -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabb

[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