Skip to content

Commit 817726f

Browse files
committed
Attempt to clean-up invalid uninstall AppID from previous daily build (experimental)
1 parent 42a71c7 commit 817726f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer/windows-installer.iss

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Root: HKLM; Subkey: "Software\Classes\.osp"; ValueType: string; ValueName: ""; V
138138
Root: HKLM; Subkey: "Software\Classes\OpenShotProject"; ValueType: string; ValueName: ""; ValueData: "{#MyAppProjectFileDesc}"; Flags: uninsdeletekey; Tasks: fileassoc
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
141+
; 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: deletevalue;
141143

142144
[Files]
143145
; Add all frozen files from cx_Freeze build

0 commit comments

Comments
 (0)