- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当用户单击下一步时,当我位于 Inno Setup 的 wpSelectDir
中时,我想获取安装目录的路径。
我需要检查路径,因为我需要验证路径,如果路径不正确,我不会让用户继续。
我的问题是常量 {app}
尚未设置,因为它将在 wpSelectDir
之后设置,而我仍然在。
最佳答案
使用WizardDirValue
support function :
<小时/>Returns the current contents of the edit control on the Select Destination Location page of the wizard.
Unlike
ExpandConstant('{app}')
, this function will not fail if called after the wizard is shown but prior to the user selecting a directory. Rather, it will return the default directory name.
它比 WizardForm.DirEdit.Text
更惯用。
虽然在内部它的作用几乎相同:
RemoveBackslashUnlessRoot(WizardForm.DirEdit.Text)
<小时/>
另请参阅How do you find the user-selected install path in Inno Setup?
关于window - 在设置 {app} 之前获取 wpSelectDir 中的路径 Inno Setup,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44014506/
当用户单击下一步时,当我位于 Inno Setup 的 wpSelectDir 中时,我想获取安装目录的路径。 我需要检查路径,因为我需要验证路径,如果路径不正确,我不会让用户继续。 我的问题是常量
我是一名优秀的程序员,十分优秀!