|
|
|
#1
|
||||
|
||||
|
Hi Cesar82
![]() In the "Setup requires" section there is a bug. It should be 14 GB, not 140 gb CIU 3.0.0.0 UPDATE 1 - HOTFIX 4 |
| Sponsored Links |
|
#2
|
|||
|
|||
|
is there a way to fix inno script with xtool when used with cls-diskspan.dll
when asked to enter setup.002 or 003 ect.. if you press cancel (the one inside) the setup just hang with xtool at 0% function MyDiskRequest(APath, AFilename: String): String; var MsgResult: Integer; begin Result := APath; if not FileExists(AddBackSlash(Result) + AFilename) then repeat MsgResult := MsgBox(GetMessage(1, AFilename,''), mbConfirmation, MB_OKCANCEL); if MsgResult = mrCancel then WizardForm.CancelButton.OnClick(nil); if (MsgResult = mrOk) and (FileExists(AddBackSlash(Result) + AFilename) = False) then if MsgBox(GetMessage(2,'',''), mbConfirmation, MB_YESNO) = mrYes then if GetOpenFileName('', Result, Result, AFilename + '|' + AFilename, AFilename) then Result := ExtractFileDir(Result); until (FileExists(AddBackSlash(Result) + AFilename) = True) or (ISDoneError = True); end;
|
|
#3
|
||||
|
||||
|
Quote:
![]() The value is correct. GameSize key is in Mb. 14000 Mb = 13.67 (The MbToGb conversion used in CIU is around to 14.0 GB) During the MbToGb conversion in CIU the division of the GameSize value is made by 1000, not by 1024 that would be correct 14000 Mb ~ 14.0 GB Last edited by Cesar82; 06-02-2019 at 06:59. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Simorq (06-02-2019) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |