![]() |
Inno Setup Installationverzeichnis auslesen
Gibt es eine Möglichkeit im Inno Setup Breich [Code] das Installationsverzeichnis, also die {app}, auszulesen :?:
Wenn ja wie denn? :gruebel: So nach dem schema:
Delphi-Quellcode:
[/code]
[code]
Function GetInstPath() : String; begin Result := {app}; end; |
Re: Inno Setup Installationverzeichnis auslesen
Ganz einfach :)
Delphi-Quellcode:
Function GetInstPath() : String; begin Result := ExpandConstant('{app}') ; end; |
AW: Inno Setup Installationverzeichnis auslesen
Vielen Dank :cheers:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:13 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz