Re: [WiX-users] Burn - Determine if bundle is already installed

2011-08-02 Thread Rob Mensching
You know if you were installed *much* earlier than detection. The Application.Command struct has a ResumeType in it that tells you whether your bundle is registered or not. The ResumeType.Arp is a little misleading and could probably better be named "Registered". On Tue, Aug 2, 2011 at 10:40 AM

[WiX-users] Burn - Determine if bundle is already installed

2011-08-02 Thread jhennessey
I am using a managed bootstrapper application and I am trying to figure out how to detect if the bundle is already installed. I am able to detect the packages by handling the *DetectPackageComplete* event but I can't just assume that the bundle is installed by detecting one of the packages in it (