We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d18303 commit b94bf4fCopy full SHA for b94bf4f
src/common/utils/registry.h
@@ -62,8 +62,8 @@ namespace registry
62
const wchar_t INSTALL_SCOPE_REG_KEY[] = L"Software\\Classes\\powertoys\\";
63
const wchar_t UNINSTALL_REG_KEY[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall";
64
65
- // Bundle UpgradeCode from PowerToys.wxs
66
- const wchar_t BUNDLE_UPGRADE_CODE[] = L"6341382d-c0a9-4238-9188-be9607e3fab2";
+ // Bundle UpgradeCode from PowerToys.wxs (with braces as stored in registry)
+ const wchar_t BUNDLE_UPGRADE_CODE[] = L"{6341382D-C0A9-4238-9188-BE9607E3FAB2}";
67
68
enum class InstallScope
69
{
0 commit comments