Einzelnen Beitrag anzeigen

blackfin
(Gast)

n/a Beiträge
 
#2

Re: Inno Setup Installationverzeichnis auslesen

  Alt 30. Apr 2010, 15:15
Ganz einfach

Delphi-Quellcode:

Function GetInstPath() : String;
begin
  Result := ExpandConstant('{app}') ;
end;
  Mit Zitat antworten Zitat