|
#1246
|
||||
|
||||
|
Code:
Hotfix 1: - Fixed QuickSFV not reading hash file if path/file name contains spaces - Added option to turn off Windows 11 information
__________________
Haters gonna hate
|
| The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
| Sponsored Links |
|
#1247
|
||||
|
||||
|
@Masquerade see my previou post.
|
|
#1248
|
||||
|
||||
|
Now I have two languages working. Thank you
|
|
#1249
|
||||
|
||||
|
Quote:
![]() If it was possible to remove the checksums.md5 file from the game folder after verification, I would be happy
Last edited by ROKA1969; 26-09-2022 at 10:46. |
| The Following User Says Thank You to ROKA1969 For This Useful Post: | ||
fabrieunko (26-09-2022) | ||
|
#1250
|
||||
|
||||
|
Quote:
Code:
if HashCheckCB.Checked then
begin
PercentLabel.Hide;
ElapsedLabel.Hide;
RemainingLabel.Hide;
WizardForm.FilenameLabel.Caption := ExpandConstant('{cm:HashPageTitle}');
WizardForm.ProgressGauge.Hide;
FileCopy(ExpandConstant('{tmp}\QuickSFV.exe'), ExpandConstant('{app}\QuickSFV.exe'), False);
FileCopy(ExpandConstant('{tmp}\{#QuickSFVFile}'), ExpandConstant('{app}\{#QuickSFVFile}'), False);
ShellExec('open', ExpandConstant('{app}\QuickSFV.exe'), ExpandConstant('"{app}\{#QuickSFVFile}"'), '', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode);
DeleteFile(ExpandConstant('{app}\QuickSFV.exe'));
DeleteFile(ExpandConstant('{app}\QuickSFV.ini'));
DeleteFile(ExpandConstant('{app}\{#QuickSFVFile}'));
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
fabrieunko (27-09-2022) | ||
|
#1251
|
||||
|
||||
|
KaktoR thank you
Reliable as always !!However, I noticed an error. After selecting the redists in the installer during their installation, windows with the C: \ Windows \ folder open, when I uncheck them, everything works normally. I checked on my script and on a clean script downloaded from here: https://fileforums.com/showpost.php?...postcount=1237 I am adding my scrypt for inspection ASIS.v7.4.0.zip Last edited by ROKA1969; 28-09-2022 at 05:26. |
|
#1252
|
||||
|
||||
|
Quote:
__________________
Haters gonna hate
|
|
#1253
|
||||
|
||||
|
Code:
v7.4.1
_____________________________________________________
- New option added to delete hash file after file vericifation
- Changed batch execution behavior
> Batch file will now be executed always from {app} directory (working dir = {app})
> Because I was asked, theoretically it is possible to execute other files then bat/cmd aswell
as long as Inno knows how to open them (the script is using ShellExec function with 'open' verb)
> Batch file has to be in Setup folder
- Updated BASS audio library to v2.4.16.7
- Updated help file
__________________
Haters gonna hate
|
| The Following 7 Users Say Thank You to KaktoR For This Useful Post: | ||
Cesar82 (02-10-2022), fabrieunko (02-10-2022), Gehrman (02-10-2022), jacknilmo (23-10-2022), mausschieber (02-10-2022), pcblizzard (05-10-2022), Titeuf (02-10-2022) | ||
|
#1254
|
||||
|
||||
|
Change in Line 86
Code:
#define DeleteHashFile YesNo(ReadIni(Settings, "CRCCheck", "QuickSFVDeleteHashFile", ""))
__________________
Haters gonna hate
|
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#1255
|
||||
|
||||
|
Users are reporting to me that my installer reports an error:
![]() I don't know what's going on, doesn't ASIS support windows x86 version or only x64 versions? |
|
#1256
|
||||
|
||||
|
It is x64 only.
__________________
Haters gonna hate
|
|
#1257
|
||||
|
||||
|
Is it possible to run it on windows x86?
|
|
#1258
|
|||
|
|||
|
It pays to actually read the reply KaktoR gave you.
|
|
#1259
|
||||
|
||||
|
I wonder what people still use x86 OS, but whatever.
You could try to delete the following lines from [Setup], but I can not guarantee that it will not brake up something and I will not give any support for it. Do at your own risk. Code:
ArchitecturesInstallIn64BitMode=x64 ArchitecturesAllowed=x64
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Titeuf (04-10-2022) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |