View Single Post
  #6  
Old 18-07-2014, 19:57
MMR's Avatar
MMR MMR is offline
Registered User
 
Join Date: Mar 2012
Location: CAIRO - EGYPT
Posts: 8
Thanks: 97
Thanked 2 Times in 2 Posts
MMR is on a distinguished road
Send a message via Yahoo to MMR
Quote:
Originally Posted by Razor12911 View Post
[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 .
Reply With Quote