Quote:
Originally Posted by Razor12911
[setup]
defaultdirname={sd}
[code]
procedure DirEditOnChange(Sender:TObject);
begin
WizardForm.DirEdit.Text:=AddBackSlash(ExtractFileD rive(WizardForm.DirEdit.Text));
end;
procedure InitializeWizard;
begin
WizardForm.DirEdit.OnChange:=@DirEditOnChange;
end;
|
thanks "Razor12911" but thier's error ;
i choose the location "
C:\fraps\" but it make new folder automatically :

and if i press ok the location change to "
C:\" without any dir then it give me error :

please help if you can

.