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 eba20f7 commit 78d5f83Copy full SHA for 78d5f83
cefpython/cef3/windows/installer/innosetup.template
@@ -160,5 +160,6 @@ function NextButtonClick(CurPage: Integer): Boolean;
160
begin
161
Result := True;
162
if CurPage <> wpSelectDir then Exit;
163
+ UninstallOld(WizardDirValue() + '\%(PACKAGE_NAME)s\unins001.exe')
164
UninstallOld(WizardDirValue() + '\%(PACKAGE_NAME)s\unins000.exe')
165
end;
0 commit comments