File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Licensed under the terms of the MIT License
1818; ================================================================
1919
2020!define ID " WinPython"
21+ !define ID_INSTALL " WinPy"
2122!define FILE_DESCRIPTION " ${ID} Installer"
2223!define COMPANY " ${ID}"
2324!define BRANDING " ${ID}, the portable Python Distribution for Scientists"
@@ -35,7 +36,10 @@ SetCompressorDictSize 16 ; MB
3536; ------------------------------------------------------------------------------
3637Name " ${ID} ${ARCH} ${VERSION}${RELEASELEVEL}"
3738OutFile " ${DISTDIR}\..\${ID}${ARCH}-${VERSION}${RELEASELEVEL}.exe"
38- InstallDir " $EXEDIR\${ID}${ARCH}-${VERSION}${RELEASELEVEL}"
39+
40+ ; 2018-03-31 need to minimize path length of installation:
41+ ; InstallDir "$EXEDIR\${ID}${ARCH}-${VERSION}${RELEASELEVEL}"
42+ InstallDir " $EXEDIR\${ID_INSTALL}${ARCH}-${VERSION}${RELEASELEVEL}"
3943BrandingText " ${BRANDING}"
4044XPStyle on
4145RequestExecutionLevel user
You can’t perform that action at this time.
0 commit comments