Thread: **New Installer
View Single Post
  #68  
Old 20-11-2015, 21:57
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by ShadowEagle View Post
Pls write what to do, i script which doesn`t show up needed space is useless for me
Mod:
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;
2)
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):
Attached Images
File Type: png Screenshot_1.png (49.6 KB, 318 views)
File Type: png Screenshot_2.png (36.1 KB, 315 views)
Attached Files
File Type: rar Mod Disk Space FreeArc Version.rar (6.9 KB, 78 views)

Last edited by rinaldo; 20-11-2015 at 23:06.
Reply With Quote