Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26-09-2022, 08:53
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
From the messagebox it looks like the filename is empty.
Reply With Quote
Sponsored Links
  #2  
Old 26-09-2022, 09:01
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
is there a way to get rid of the popup at the start of this install?

Screenshot 2022-09-27 000102.png
Reply With Quote
  #3  
Old 26-09-2022, 09:05
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Seconding this, which methods are supposedly not working on Windows 11? I have been making my repacks under Windows 11 for months now and have not encountered any such problems. If there's anything you would like testing, just ask.
Reply With Quote
  #4  
Old 26-09-2022, 09:09
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by abror View Post
is there a way to get rid of the popup at the start of this install?

Attachment 32723
Comment out lines 4219 and 4220 of the script with //
Code:
    //if (FailWinEleven = '') and (MessageBox(WizardForm.Handle, 'Some of the methods used in this compression may not be supported by Windows 11.' + #13#10 + #13#10 + 'Would you like to continue anyway?', SetupMessage(msgSetupAppTitle), MB_ICONQUESTION or MB_YESNO or MB_TASKMODAL) <> IDYES) then
    //  Exit;
But be aware that this is a warning and that installation errors may occur because one of the methods is not supported by Windows 11.

Quote:
Originally Posted by Masquerade View Post
QuickSFV will display this error if there are spaces in the file path where the MD5 checksum is stored. The string needs wrapping in quotation marks.
Try changing line 5231 of the script as shown below:
Code:
            ShellExec('open', ExpandConstant('{app}\QuickSFV.exe'), AddQuotes(ExpandConstant('{app}\{#QuickSFVFile}')), '', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode);
Quote:
Originally Posted by Masquerade View Post
Seconding this, which methods are supposedly not working on Windows 11? I have been making my repacks under Windows 11 for months now and have not encountered any such problems. If there's anything you would like testing, just ask.
From what I've understood so far they are: xt_zlib (xzlib), xt_lzo (xlzo), xtool:manvil:lzo, xtool:mfc3, xtool:mfc4, lzorec

For the xt_zlib method (from the old xtool) the old DLL zlibwapi.dll (102 Kb) was replaced by the DLL used with the new XTool (523 Kb) and the problem was fixed (I hope it has the same compression gain).
For errors in the other methods above the incompatible library is lzo2.dll (103 Kb) which does not work with Windows 11.

You can blacklist the DiskSpan GUI new methods that occur extraction errors in windows 11, for this include in the FailWinEleven= key of the [SETTINGS] section of DSG_Methods.ini.
The methods listed if used will show a warning to the user before compression and also during installation.

For errors of this type to occur, it is necessary to compress it on Windows 10 or lower and install it on Windows 11.
Compressing on windows 11 will not show errors even during installation because the libraries will be ignored and there will be no precompression (Ratio 100%).

Last edited by Cesar82; 26-09-2022 at 09:25.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
abror (28-09-2022), Titeuf (26-09-2022)
  #5  
Old 26-09-2022, 09:22
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Code:
Hotfix 1:
 - Fixed QuickSFV not reading hash file if path/file name contains spaces
 - Added option to turn off Windows 11 information
https://fileforums.com/showthread.ph...487#post498487
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
abror (28-09-2022), Cesar82 (26-09-2022), Gehrman (26-09-2022), mausschieber (26-09-2022)
  #6  
Old 26-09-2022, 10:41
ROKA1969's Avatar
ROKA1969 ROKA1969 is offline
Registered User
 
Join Date: May 2017
Location: Poland
Posts: 27
Thanks: 6
Thanked 1 Time in 1 Post
ROKA1969 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Code:
Hotfix 1:
 - Fixed QuickSFV not reading hash file if path/file name contains spaces
 - Added option to turn off Windows 11 information
https://fileforums.com/showthread.ph...487#post498487
Works fine with fix 1. Thank you !!



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.
Reply With Quote
The Following User Says Thank You to ROKA1969 For This Useful Post:
fabrieunko (26-09-2022)
  #7  
Old 27-09-2022, 02:37
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by ROKA1969 View Post
If it was possible to remove the checksums.md5 file from the game folder after verification, I would be happy
Edit the following code

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
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
fabrieunko (27-09-2022)
  #8  
Old 26-09-2022, 09:27
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
@Masquerade see my previou post.
Reply With Quote
  #9  
Old 27-09-2022, 05:45
ROKA1969's Avatar
ROKA1969 ROKA1969 is offline
Registered User
 
Join Date: May 2017
Location: Poland
Posts: 27
Thanks: 6
Thanked 1 Time in 1 Post
ROKA1969 is on a distinguished road
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.
Reply With Quote
  #10  
Old 02-10-2022, 05:21
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by ROKA1969 View Post
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

Attachment 32748
You have some errors in your settings.
  1. Section=[GameSettings]
    You don't have to use brackets here ([]). Inno Setup would assume the INI section would look like this: [[GameSettings]]
  2. For the redist installation you have to fill both Exe32 and Exe64 keys
__________________
Haters gonna hate
Reply With Quote
  #11  
Old 02-10-2022, 05:27
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
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
Attached Files
File Type: 7z ASIS.v7.4.1.7z (36.96 MB, 350 views)
__________________
Haters gonna hate
Reply With Quote
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)
  #12  
Old 02-10-2022, 13:04
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Change in Line 86

Code:
#define DeleteHashFile YesNo(ReadIni(Settings, "CRCCheck", "QuickSFVDeleteHashFile", ""))
I have forgot to change it
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (02-10-2022), mausschieber (03-10-2022), Titeuf (02-10-2022)
  #13  
Old 04-10-2022, 07:45
ROKA1969's Avatar
ROKA1969 ROKA1969 is offline
Registered User
 
Join Date: May 2017
Location: Poland
Posts: 27
Thanks: 6
Thanked 1 Time in 1 Post
ROKA1969 is on a distinguished road
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?
Reply With Quote
  #14  
Old 04-10-2022, 08:05
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
It is x64 only.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
ROKA1969 (04-10-2022), Titeuf (04-10-2022)
  #15  
Old 04-10-2022, 09:43
ROKA1969's Avatar
ROKA1969 ROKA1969 is offline
Registered User
 
Join Date: May 2017
Location: Poland
Posts: 27
Thanks: 6
Thanked 1 Time in 1 Post
ROKA1969 is on a distinguished road
Is it possible to run it on windows x86?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 20:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com