Skip to content

Commit 78d5f83

Browse files
committed
Fix to inno setup uninstaller. Run also unins001 if exists.
1 parent eba20f7 commit 78d5f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cefpython/cef3/windows/installer/innosetup.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,6 @@ function NextButtonClick(CurPage: Integer): Boolean;
160160
begin
161161
Result := True;
162162
if CurPage <> wpSelectDir then Exit;
163+
UninstallOld(WizardDirValue() + '\%(PACKAGE_NAME)s\unins001.exe')
163164
UninstallOld(WizardDirValue() + '\%(PACKAGE_NAME)s\unins000.exe')
164165
end;

0 commit comments

Comments
 (0)