• R/O
  • HTTP
  • SSH
  • HTTPS

skyscraper: Commit

imported from bazaar


Commit MetaInfo

Revision86b016a470c9a6cd256594a1e11bd750a99b667c (tree)
Zeit2017-02-16 08:09:33
Autorryan <>
Commiterryan <>

Log Message

Added VC runtime to scripts

Ändern Zusammenfassung

Diff

--- a/tools/installer/skyscraper-x64.nsi
+++ b/tools/installer/skyscraper-x64.nsi
@@ -178,6 +178,9 @@ Section "Required libraries" SEC03
178178 File "${LOCAL_FILES}\msvcp100.dll"
179179 File "${LOCAL_FILES}\msvcr100.dll"
180180 File "${LOCAL_FILES}\dbghelp.dll"
181+ File "${LOCAL_FILES}\vc_redist.x64.exe"
182+ ExecWait '"$INSTDIR\vc_redist.x64.exe" /Q'
183+ Delete "${LOCAL_FILES}\vc_redist.x64.exe"
181184 SetOutPath "$INSTDIR\data\caelum"
182185 File /r "${LOCAL_FILES}\data\caelum\*.*"
183186 SectionEnd
--- a/tools/installer/skyscraper.nsi
+++ b/tools/installer/skyscraper.nsi
@@ -178,6 +178,9 @@ Section "Required libraries" SEC03
178178 File "${LOCAL_FILES}\msvcp100.dll"
179179 File "${LOCAL_FILES}\msvcr100.dll"
180180 File "${LOCAL_FILES}\dbghelp.dll"
181+ File "${LOCAL_FILES}\vc_redist.x86.exe"
182+ ExecWait '"$INSTDIR\vc_redist.x86.exe" /Q'
183+ Delete "${LOCAL_FILES}\vc_redist.x86.exe"
181184 SetOutPath "$INSTDIR\data\caelum"
182185 File /r "${LOCAL_FILES}\data\caelum\*.*"
183186 SectionEnd
Show on old repository browser