Browse Source

Fixed problem in setup script: wrong install directory was suggested when SharpDevelop 1.x was installed.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@521 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 20 years ago
parent
commit
69caec0a2b
  1. 1
      setup/Corsavy.nsi

1
setup/Corsavy.nsi

@ -55,7 +55,6 @@ CRCCheck on @@ -55,7 +55,6 @@ CRCCheck on
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "Setup.exe"
InstallDir "$PROGRAMFILES\SharpDevelop\2.0\"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
ShowUnInstDetails show

Loading…
Cancel
Save