Quote:
Originally Posted by ShadowEagle
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):