如果文件未被覆盖,则退出安装程序
我正在使用:
; Set output path to the installation directory.
SetOutPath $INSTDIR\
SetOverwrite on
; Put file there
File "ACC\*.APP"
覆盖文件,但如果文件无法覆盖,那么我希望安装程序退出,该怎么做?
是否需要使用Error Flag值?但如何呢?
I am using:
; Set output path to the installation directory.
SetOutPath $INSTDIR\
SetOverwrite on
; Put file there
File "ACC\*.APP"
to overwrite a file, but if the file can't be overwritten, then I want that the installer quits, how to do this?
Does Error Flag value needs to be used? But how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)