[wix-users] Uninstalling standard bootstrapper programatically

Hoover, Jacob Jacob.Hoover at greenheck.com
Tue Apr 4 15:15:12 PDT 2017


https://github.com/wixtoolset/wix3/blob/develop/src/libs/dutil/inc/butil.h

BundleEnumRelatedBundle / BundleGetBundleInfo

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Gerhard Matzen
Sent: Tuesday, April 04, 2017 12:58 AM
To: erwin john publico <erwinjohnpublico at yahoo.com>; WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Uninstalling standard bootstrapper programatically

Hi Erwin,

Your upgradecode for the bundle will be constant.  

Say that your ever-changing bundle provider key is currently "{3b0bbab6-599d-4ea8-b893-63079306b957}".  The upgradecode will be present under that key as a Reg_multi_sz value.

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{3b0bbab6-599d-4ea8-b893-63079306b957}

I have not looked at the burn source code for this, but they key is the upgradecode.

Gerhard

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of erwin john publico
Sent: Monday, April 3, 2017 6:37 PM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Uninstalling standard bootstrapper programatically

Hi All,

After install, my program no longer tracks any other information of the bootstrapper. The problem is that, my bootstrapper creates a new GUID every build, disallowing me to be able to uninstall it using a static guid in my program. How do I enable the uninstall programatically, if there's any solution by now?

I have already found two questions that are identical to mine, however these we're asked 3 years ago and we're left basically without an approved answered.

http://stackoverflow.com/questions/24613910/how-do-i-programmatically-uninstall-a-cached-wix-burn-program

http://stackoverflow.com/questions/26675457/how-to-find-guid-of-wix-burn-executable-for-programmatically-uninstall


Thanks,
Erwin

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list