开发者

Inno Setup Constant in Code Section

开发者 https://www.devze.com 2023-03-25 12:18 出处:网络
Is there a way to get InnoSetup constant value in [Code] section? I开发者_如何学编程 need this during install time and the constant value that I am trying to get is {app}.You can useAppValue := Expand

Is there a way to get InnoSetup constant value in [Code] section? I开发者_如何学编程 need this during install time and the constant value that I am trying to get is {app}.


You can use AppValue := ExpandConstant('{app}');

  • Documentation on ExpandConstant
  • Example of it's usage.
0

精彩评论

暂无评论...
验证码 换一张
取 消