Skip to content

Commit 1f6ef92

Browse files
committed
Add DetailPrint to uninstall log.
1 parent a8b5588 commit 1f6ef92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hspy_bundle/NSIS_installer_script.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ Section "Uninstall"
376376
!insertmacro __DELETE_MACRO_NAME__ $INSTDIR
377377
# Remove leftover python distribution directory
378378
# RMDir "${APP_INSTDIR}\${PYTHON_FOLDER}"
379+
DetailPrint "Installation directory: ${APP_INSTDIR}"
380+
DetailPrint "Python folder: ${PYTHON_FOLDER}"
379381
DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}"
380382
# Remove StartMenu entries
381383
Delete "$SMPROGRAMS\${APPNAME}\HyperSpyUI.lnk"

0 commit comments

Comments
 (0)