File tree 1 file changed +5
-1
lines changed
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
18
18
; ================================================================
19
19
20
20
!define ID " WinPython"
21
+ !define ID_INSTALL " WinPy"
21
22
!define FILE_DESCRIPTION " ${ID} Installer"
22
23
!define COMPANY " ${ID}"
23
24
!define BRANDING " ${ID}, the portable Python Distribution for Scientists"
@@ -35,7 +36,10 @@ SetCompressorDictSize 16 ; MB
35
36
; ------------------------------------------------------------------------------
36
37
Name " ${ID} ${ARCH} ${VERSION}${RELEASELEVEL}"
37
38
OutFile " ${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}"
39
43
BrandingText " ${BRANDING}"
40
44
XPStyle on
41
45
RequestExecutionLevel user
You can’t perform that action at this time.
0 commit comments