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 Burn exe package (BurnSetup.exe) that I have made, can be used to 
install as a stand alone package, or can be included as a component in another 
Burn setup package (CompleteBurnSetup.exe) in this last case I need to see only 
the ARP entry for the CompleteBurnSetup.exe and hide the ARP entry for the 
BurnSetup.exeIn this case I need to Hide the ARP if the BurnSetup.exe is called 
inside the CompleteBurnSetup.exe while must be appeared on the ARP if it is 
called as a stand alone package.
I can set the properties inside the Burn element<Bundle DisableRemove="yes" 
DisableModify="yes"but I don't know how to configure them dinamically based on 
the caller method
Thanks for help.

> Date: Sun, 26 Apr 2015 13:34:35 -0700
> From: 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\Microsoft\Windows\CurrentVersion\Uninstall\<ProductCode>
> Name: SystemComponent
> Type: DWORD
> Data: 1
> 
> 
> 
> 
> -----
> Nir Bar 
> Freelance Developer 
> Mail: nir....@panel-sw.com 
> Web: www.panel-sw.com 
>    - C++ On Windows, Linux and Embedded Platforms 
>    - WiX & InstallShield 
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Disable-ARP-entry-for-ExePackage-tp7600099p7600102.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to