I am trying to use the new varble %AdditionalDiskSpace% by code is somehting like
IF %filesearch1%="not found" and %filesearch2% = "NOT FOUND"
%AdditionalDiskSpace%=1500000
end if
i put message boxes in showing %AdditionalDiskSpace% and it is bening set, but when I get to the Select install folder it says 48.7 megs like it always does. I am trying to add 100-150 megs to the 48 megs but not matter what %AdditionalDiskSpace% is set to it never seems to affect Space required on Drive. am I doing something wrong?
IF %filesearch1%="not found" and %filesearch2% = "NOT FOUND"
%AdditionalDiskSpace%=1500000
end if
i put message boxes in showing %AdditionalDiskSpace% and it is bening set, but when I get to the Select install folder it says 48.7 megs like it always does. I am trying to add 100-150 megs to the 48 megs but not matter what %AdditionalDiskSpace% is set to it never seems to affect Space required on Drive. am I doing something wrong?
Comment