Okay I have my main MSI NOT in ARP:

<Property Id="ARPNOMODIFY" Value="1"/>
<Property Id="ARNOREPAIR" Value="0"/>
<Property Id="ARPNOREMOVE" Value="0"/>
<Property Id="ARPSYSTEMCOMPONENT" Value="1"/>

And in the bundle.wxs

DisableModify="yes"
DisableRemove="no"
DisableRepair="no"

and my MSI is set as:

<MsiPackage Id="MainInstall"
 DisplayName="$(var.ProductName)"
SourceFile="$(var.OutDir)MY_Setup.msi"
DisplayInternalUI="yes"
Visible="no"
Permanent="no"/>

So when I do go into ARP I don't see the MSI in it... I do see the
bootstrapper (bundle.wxs) there, I run uninstall, choose uninstall, but it
only removes the bootstrapper info and NOT the MSI, so I have to uninstall
it via the cmd line msiexec /x{my guid}

What did I do wrong?

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/stop-bootstrapper-creating-ARP-registry-key-tp7581759p7581810.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to