We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5588 commit 1f6ef92Copy full SHA for 1f6ef92
hspy_bundle/NSIS_installer_script.nsi
@@ -376,6 +376,8 @@ Section "Uninstall"
376
!insertmacro __DELETE_MACRO_NAME__ $INSTDIR
377
# Remove leftover python distribution directory
378
# RMDir "${APP_INSTDIR}\${PYTHON_FOLDER}"
379
+ DetailPrint "Installation directory: ${APP_INSTDIR}"
380
+ DetailPrint "Python folder: ${PYTHON_FOLDER}"
381
DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPNAME}"
382
# Remove StartMenu entries
383
Delete "$SMPROGRAMS\${APPNAME}\HyperSpyUI.lnk"
0 commit comments