我在用:
; Set output path to the installation directory.
SetOutPath $INSTDIR\
SetOverwrite on
; Put file there
File "ACC\*.APP"
覆盖文件,但如果文件不能被覆盖,那么我希望安装程序退出,怎么做?
是否需要使用错误标志值?但是怎么做?
我在用:
; Set output path to the installation directory.
SetOutPath $INSTDIR\
SetOverwrite on
; Put file there
File "ACC\*.APP"
覆盖文件,但如果文件不能被覆盖,那么我希望安装程序退出,怎么做?
是否需要使用错误标志值?但是怎么做?