remove the installer information file during uninstall

This commit is contained in:
Stephen Birarda 2018-04-10 14:56:47 -07:00
parent 4dcab95b40
commit 0d237f84b0

View file

@ -1234,6 +1234,9 @@ Section "Uninstall"
@CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS@
;Remove the installer information file
Delete "$INSTDIR\installer.ini"
;Remove files we installed.
;Keep the list of directories here in sync with the File commands above.
@CPACK_NSIS_DELETE_FILES@