Neil Sleightholm wrote
> 
> I have looked at InstallationViewModel.cs some more and I think I am
> starting to understand it.
> 
> One question how do you detect that the bundle is already installed and
> hence display uninstall/repair?
> 


In the WiX BA it looks like they handle this in DetectedPackage() to figure
it out (which is called by the DetectPackageComplete callback). They
consider the bundle to be installed if the "Wix" package  (core.msi) is
installed.

In my experimental BA I am checking the value of
Bootstrapper.Command.Resume. If it is "ResumeType.Arp" then I know the
bundle is installed.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-Bootrapper-next-step-tp7578701p7578736.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to