Skip to content

Commit b715f5c

Browse files
committed
Attempt to clean-up invalid uninstall AppID from previous daily build (experimental) - take 3
1 parent cbc3f19 commit b715f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/windows-installer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Root: HKLM; Subkey: "Software\Classes\OpenShotProject"; ValueType: string; Value
139139
; Launcher association for data files of type OpenShotProject
140140
Root: HKLM; Subkey: "Software\Classes\OpenShotProject\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""; Tasks: fileassoc
141141
; Clean-up old, incorrect AppID Uninstaller (used in 2.6.1-dev builds)
142-
Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\4BB0DCDC-BC24-49EC-8937-72956C33A470_is1"; ValueName: ""; ValueType: none; Flags: deletekey;
142+
Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\4BB0DCDC-BC24-49EC-8937-72956C33A470_is1"; ValueName: ""; Flags: deletekey;
143143

144144
[Files]
145145
; Add all frozen files from cx_Freeze build

0 commit comments

Comments
 (0)