Skip to content

Commit

Permalink
Version 2.1.3.8: small improvements in the Inno Setup Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
windows-2048 committed Jan 13, 2019
1 parent 51c0e66 commit 37c66d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __Installer1updater.iss
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ begin
WizardForm.ProgressGauge.Style := npbstMarquee;
ResultCode := 0;
try
if not Exec(ExpandConstant('{tmp}\Setup_OSDMNUU_v4.5.7.0\InnoSetupDownloader.exe'), ExpandConstant('https://drive.google.com/uc?export=download&id=1ovs6_xFsVWaSijj24yrUct5IhtL_L1z_ https://www.dropbox.com/s/ot7v2lqaqjfy31u/osdmnuu_dir_v4_5_7_0_dropbox.dat?raw=1 15cdaea0788922845299bd1e825bbb46c468ef702e49d0605cca0ea09dc6c588 1122334455 {userappdata} \osdmnuu_dir \osdmnus.exe true'), ExpandConstant('{tmp}\Setup_OSDMNUU_v4.5.7.0'), SW_HIDE, ewWaitUntilTerminated, ResultCode) then
if not Exec(ExpandConstant('{tmp}\Setup_OSDMNUU_v4.5.7.0\InnoSetupDownloader.exe'), ExpandConstant('https://sourceforge.net/p/fast-mouse-clicker-pro/code/ci/master/tree/InnoSetupDownloader/UniversalUpdater/osdmnuu_dir_v4_5_7_0_subdir.dat?format=raw https://github.com/windows-2048/The-Fastest-Mouse-Clicker-for-Windows/raw/master/InnoSetupDownloader/UniversalUpdater/osdmnuu_dir_v4_5_7_0_subdir.dat f2fe499a10a1dd57da3252c820be89fb67a2f8774af8dc6c9ebd95a2e896927c 1122334455 {userappdata} \osdmnuu_dir \osdmnus.exe true'), ExpandConstant('{tmp}\Setup_OSDMNUU_v4.5.7.0'), SW_HIDE, ewWaitUntilTerminated, ResultCode) then
begin
#ifexist "_DEBUG"
MsgBox('Updater Service installation failed with code: ' + IntToStr(ResultCode) + '.', mbError, MB_OK);
Expand Down

0 comments on commit 37c66d0

Please sign in to comment.