Skip to content

Commit

Permalink
Add DetailPrint to uninstall log.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Mar 3, 2019
1 parent a8b5588 commit 1f6ef92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hspy_bundle/NSIS_installer_script.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ Section "Uninstall"
!insertmacro __DELETE_MACRO_NAME__ $INSTDIR
# Remove leftover python distribution directory
# RMDir "${APP_INSTDIR}\${PYTHON_FOLDER}"
DetailPrint "Installation directory: ${APP_INSTDIR}"
DetailPrint "Python folder: ${PYTHON_FOLDER}"
DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}"
# Remove StartMenu entries
Delete "$SMPROGRAMS\${APPNAME}\HyperSpyUI.lnk"
Expand Down

0 comments on commit 1f6ef92

Please sign in to comment.