|
|
|
#1
|
||||
|
||||
|
Yes, this is standard. You misunderstood my question since 3 days.
In my ISS file this is included Quote:
![]() Any solution? Anyone other who can help me pls? Last edited by ShadowEagle; 19-11-2015 at 12:18. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
add a function type: Code:
function NextButtonClick(CurPageID: Integer): Boolean; |
|
#3
|
||||
|
||||
|
My gosh, I MEAN: I typed in 2048 and your installer is showing 7 MB. You see the difference???
|
|
#4
|
||||
|
||||
|
Quote:
//ISPP #define ExtraDiskSpaceRequired "1000000000" //Size of the game in Byte [Setup] ExtraDiskSpaceRequired="{#ExtraDiskSpaceRequired}" |
|
#5
|
||||
|
||||
|
So i only have to add this line? (Sorry, but i`m no coder. You`ve to help me pls)
Quote:
Last edited by ShadowEagle; 19-11-2015 at 14:14. |
|
#6
|
||||
|
||||
|
Pls write what to do, i script which doesn`t show up needed space is useless for me
|
|
#7
|
||||
|
||||
|
Quote:
a)Change WpWelcome to wpSelectDir b)Replace code ShouldSkipPage with that under 1) Code:
Procedure CurPageChanged(CurPageID: Integer); Begin if (CurPageID = wpSelectDir) then begin WizardForm.NextButton.Caption:='Install'; end; Code:
function ShouldSkipPage(PageID: Integer): Boolean; begin if (PageID=1) Or (PageID=8) or (PageID=10) or (PageID=7) then Result:=true; end; Under the file of a change type (Disk space): Last edited by rinaldo; 20-11-2015 at 23:06. |
|
#8
|
||||
|
||||
|
^ rinaldo thanks for this BUT WHY do it in KB ? The norm for all other installers is either MB or GB, can you modify it again to use those values ?
|
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
||||
|
||||
|
Pls can you modify the mod and only show "Required HDD Space" on left, replacing the old "Need Space..." text and on the right the music button, do you know what i mean?
|
|
#11
|
||||
|
||||
|
Quote:
Code:
Space[2].Hide; Space[3].Hide; Space[4].Hide; Space[5].SetBounds(30,228,100,15); //SX
|
|
#12
|
||||
|
||||
|
If an error happens while installing the rolling back feature delete the whole folder what`s not so good for using this script as on update installer. That`s my last wish, tell me what to delete that the rolling back feature won`t delete the whole folder.
I`ve to edit this line Quote:
Quote:
Best regards Last edited by ShadowEagle; 21-11-2015 at 03:38. |
|
#13
|
||||
|
||||
|
Quote:
if (CurPageID = wpFinished) and ISDoneError then begin UnBtn.Hide; CustomCancelBtn.Enabled:=False; DelTree(ExpandConstant('{app}'), True, True, True); end; That answer your question? |
|
#14
|
||||
|
||||
|
No, i want to disable the feature DelTree.
|
|
#15
|
||||
|
||||
|
Juste modify CurStepChanged section on UltraArc module:
Code:
procedure CurStepChanged(CurStep: TSetupStep);
begin
if (CurStep = ssInstall) and FileExists(ExpandConstant('{src}\records.ini')) then
UltraARC_Process;
// if (CurStep=ssPostInstall) and ISDoneError then begin
// MemoIsdoneList.clear;
// MemoExecute:='Scanning files...' + #13#10 +
// 'Rolling back changes...' + #13#10 +
// 'Error!';
// MemoIsdoneList.Lines.Add(MemoExecute);
// UnBtn.Enabled:=False;
// Exec2(ExpandConstant('{uninstallexe}'), '/VERYSILENT', false);
// DelTree(ExpandConstant('{app}'), True, True, True);
// end;
end;
Last edited by JRD!; 21-11-2015 at 04:45. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |