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

Reply via email to