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 want the prerequisites to stay after uninstall, then attributing them not to be removed will prevent those 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 creating ARP registry key... 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 and remove it using ARP...so if you run the bootstrapper again it wants to repair or uninstall even though I have: <Bundle Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="$(var.ProductCompany)" UpgradeCode="12as34df-3e8b-49d1-85a7-093abd4cd3b5" <b>DisableModify="yes" DisableRemove="yes" DisableRepair="yes"* HelpTelephone="555-555-5555" HelpUrl="http://www.mycorp.com/support/index.php" Copyright="Copyright © 2003 - 2013 MYCORP, Inc. All Rights Reserved." IconSourceFile="..\$(var.resourcePath)\MYICO.ico" SplashScreenSourceFile="..\$(var.resourcePath)\MYBMP.bmp"> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense"> <bal:WixStandardBootstrapperApplication SuppressOptionsUI="yes" LicenseUrl="" LogoFile="..\$(var.resourcePath)\logo.png"/> </BootstrapperApplicationRef> thanks, Steve -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/stop-bootstrapper-creating-ARP-registry-key-tp7581759.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users