【发布时间】:2011-08-24 21:33:03
【问题描述】:
我正在使用:
; Set output path to the installation directory.
SetOutPath $INSTDIR\
SetOverwrite on
; Put file there
File "ACC\*.APP"
要覆盖一个文件,但是如果文件不能被覆盖,那么我希望安装程序退出,如何做到这一点?
是否需要使用错误标志值?但是怎么做呢?
【问题讨论】:
标签: file installation nsis overwrite