DXGL r15 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r14
|
r15
|
r16
>
Date:
03:00, 1 December 2011
Author:
admin
Status:
new
Tags:
Comment:
Check for Visual C++ 2010 runtime. Download and install if necessary.
Modified paths:
/Installer/dxgl.nsi
(modified) (
history
)
Diff
[
purge
]
Index: Installer/dxgl.nsi
—
—
@@ -139,6 +139,14 @@
140
140
goto regloop
141
141
regdone:
142
142
SetPluginUnload manual
143
+ ReadRegDWORD $0 HKLM SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86 Installed
144
+ StrCmp $0 1 skipvcredist
145
+ DetailPrint "Downloading Visual C++ 2010 Runtime"
146
+ NSISdl::download http://www.williamfeely.info/download/vc10/vcredist_x86.exe $TEMP\vcredist_x86.exe
147
+ DetailPrint "Installing Visual C++ 2010 Runtime"
148
+ ExecWait '"$TEMP\vcredist_x86.exe" /passive /norestart'
149
+ Delete $TEMP\vcredist_x86.exe
150
+ skipvcredist:
143
151
SectionEnd
144
152
145
153
Section -AdditionalIcons
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version