From 37c66d0e9766af10a824824ed50578db6c16cdb5 Mon Sep 17 00:00:00 2001 From: windows-2048 Date: Sun, 13 Jan 2019 06:10:32 -0500 Subject: [PATCH] Version 2.1.3.8: small improvements in the Inno Setup Installer --- __Installer1updater.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__Installer1updater.iss b/__Installer1updater.iss index 21076f7..34fada2 100644 --- a/__Installer1updater.iss +++ b/__Installer1updater.iss @@ -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);