|
90 | 90 | Caption "${LONG_APPNAME} ${VERSION} Setup"
|
91 | 91 | !ifdef DMD
|
92 | 92 | !ifdef LDC
|
93 |
| - !define OUT_SUFFIX "-dmd${DMD_VERSION}-ldc2-${LDC_VERSION}" |
| 93 | + !define OUT_SUFFIX "-dmd-${DMD_VERSION}-ldc2-${LDC_VERSION}" |
94 | 94 | !else
|
95 |
| - !define OUT_SUFFIX "-dmd${DMD_VERSION}" |
| 95 | + !define OUT_SUFFIX "-dmd-${DMD_VERSION}" |
96 | 96 | !endif
|
97 | 97 | !else
|
98 | 98 | !define OUT_SUFFIX ""
|
@@ -330,7 +330,7 @@ ${MementoSection} "Install DMD" SecDMD
|
330 | 330 |
|
331 | 331 | ; not using ${File} to keep compiler even if Visual D uninstalled
|
332 | 332 |
|
333 |
| - !define DmdBaseDir "$CompilerInstallDir\dmd${DMD_VERSION}" |
| 333 | + !define DmdBaseDir "$CompilerInstallDir\dmd-${DMD_VERSION}" |
334 | 334 | ${SetOutPath} "${DmdBaseDir}"
|
335 | 335 | File /r ${DMD_SRC}\html
|
336 | 336 | File /r ${DMD_SRC}\samples
|
@@ -911,6 +911,7 @@ SectionEnd
|
911 | 911 | LangString DESC_SecVS2013 ${LANG_ENGLISH} "Register for usage in Visual Studio 2013."
|
912 | 912 | LangString DESC_SecVS2015 ${LANG_ENGLISH} "Register for usage in Visual Studio 2015."
|
913 | 913 | LangString DESC_SecVS2017 ${LANG_ENGLISH} "Register for usage in Visual Studio 2017."
|
| 914 | + LangString DESC_SecVS2019 ${LANG_ENGLISH} "Register for usage in Visual Studio 2019." |
914 | 915 | !ifdef EXPRESS
|
915 | 916 | LangString DESC_SecVCExpress2008 ${LANG_ENGLISH} "Register for usage in Visual C++ Express 2008 (experimental and unusable)."
|
916 | 917 | LangString DESC_SecVCExpress2010 ${LANG_ENGLISH} "Register for usage in Visual C++ Express 2010 (experimental and unusable)."
|
@@ -946,6 +947,7 @@ SectionEnd
|
946 | 947 | !insertmacro MUI_DESCRIPTION_TEXT ${SecVS2013} $(DESC_SecVS2013)
|
947 | 948 | !insertmacro MUI_DESCRIPTION_TEXT ${SecVS2015} $(DESC_SecVS2015)
|
948 | 949 | !insertmacro MUI_DESCRIPTION_TEXT ${SecVS2017} $(DESC_SecVS2017)
|
| 950 | + !insertmacro MUI_DESCRIPTION_TEXT ${SecVS2019} $(DESC_SecVS2019) |
949 | 951 | !ifdef EXPRESS
|
950 | 952 | !insertmacro MUI_DESCRIPTION_TEXT ${SecVCExpress2008} $(DESC_SecVCExpress2008)
|
951 | 953 | !insertmacro MUI_DESCRIPTION_TEXT ${SecVCExpress2008} $(DESC_SecVCExpress2010)
|
@@ -1281,7 +1283,7 @@ Function DMDInstallPage
|
1281 | 1283 | IfErrors 0 HasDInstallationFolder
|
1282 | 1284 | ReadRegStr $DInstallDir HKLM "SOFTWARE\D" "Install_Dir"
|
1283 | 1285 | IfErrors 0 HasDInstallationFolder
|
1284 |
| - StrCpy $DInstallDir "c:\D" |
| 1286 | + StrCpy $DInstallDir "C:\D" |
1285 | 1287 | HasDInstallationFolder:
|
1286 | 1288 | StrCpy $CompilerInstallDir $DInstallDir
|
1287 | 1289 | HasCompilerInstallDir:
|
|
0 commit comments