How to find GUID of Wix Burn executable for programmatically uninstall? -
How to find GUID of Wix Burn executable for programmatically uninstall? -
i've created wix bootstrapper project. while installing creates registry key
hkey_local_machine\software\microsoft\windows\currentversion\uninstall\{some_guid}
so can uninstall using arp.but i'd uninstall programmatically.to need value of {some_guid} search key in registry uninstallstring value. it's impossible info project, because bundle element not have attributes set guid.
i found out guid equal bundle's providerkey guid, if providerkey assigned automatically. when seek alter providerkey using bundle "providerkey" attribute 2 guids not equal anymore.
each time compile bootstrapper project, assigned new identity—a guid called bundleid cannot change. in respect, every bundle create unique. upgradecode attribute allows link 2 bootstrappers, making them related bundles. relationship allows 1 bundle observe , upgrade installed packages of other.
wix uninstall burn
Comments
Post a Comment