Merge pull request #12852 from birarda/client-only-installer-name

RC66: remove the installer information file during uninstall
This commit is contained in:
John Conklin II 2018-04-11 12:02:46 -07:00 committed by GitHub
commit b2bc2b6e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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@