[Hdrflow-svn] SF.net SVN: hdrflow: [429] trunk
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2008-03-04 22:38:27
|
Revision: 429
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=429&view=rev
Author: glslang
Date: 2008-03-04 14:38:22 -0800 (Tue, 04 Mar 2008)
Log Message:
-----------
Fixes HDRFlowMaya win32 installer
Modified Paths:
--------------
trunk/hdrflow_runtime.nsi
Added Paths:
-----------
trunk/rez/msxml6_x86.msi
Modified: trunk/hdrflow_runtime.nsi
===================================================================
--- trunk/hdrflow_runtime.nsi 2008-02-24 18:28:23 UTC (rev 428)
+++ trunk/hdrflow_runtime.nsi 2008-03-04 22:38:22 UTC (rev 429)
@@ -106,7 +106,12 @@
File "C:\Program Files\NVIDIA Corporation\Cg\bin\cg.dll"
File "C:\Program Files\NVIDIA Corporation\Cg\bin\cgGL.dll"
File "C:\zlib\lib\zlib1.dll"
-
+ File "C:\Boost\lib\boost_filesystem-vc80-mt-1_34_1.dll"
+ File "C:\Boost\lib\boost_regex-vc80-mt-1_34_1.dll"
+ File "C:\Boost\lib\boost_thread-vc80-mt-1_34_1.dll"
+ File "C:\Boost\lib\boost_iostreams-vc80-mt-1_34_1.dll"
+ File "C:\Windows\System32\glew32.dll"
+
; Python
SetOutPath $INSTDIR\python
File "lib\openlibraries\Multi-threaded Release DLL\*.pyd"
@@ -157,6 +162,48 @@
SectionEnd
+Section "Windows CRT DLLs" ms_crt_dlls
+
+ SectionIn 1
+ SetOutPath $INSTDIR
+
+ SetOverwrite on
+ SetShellVarContext all
+
+ SetDetailsPrint textonly
+ DetailPrint "Installing Windows VC redistributables..."
+ SetDetailsPrint listonly
+
+ SetOutPath $INSTDIR
+ File "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\vcredist_x86.exe"
+ File "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\product.xml"
+ ExecWait '"$INSTDIR\vcredist_x86.exe" /q:a /c:"msiexec /i vcredist.msi /qn"'
+
+ SetDetailsPrint both
+
+SectionEnd
+
+Section "MSXML6 SP1"
+
+ SectionIn 1
+ SetOutPath $INSTDIR
+
+ SetOverwrite on
+ SetShellVarContext all
+
+ SetDetailsPrint textonly
+ DetailPrint "Installing MSXML6 SP1..."
+ SetDetailsPrint listonly
+
+ SetOutPath $INSTDIR
+ File "rez\msxml6_x86.msi"
+
+ ExecWait 'MsiExec.exe /qn /i "$INSTDIR\msxml6_x86.msi /qb"'
+
+ SetDetailsPrint both
+
+SectionEnd
+
Section -post
WriteUninstaller $INSTDIR\uninst-hdrflow.exe
Added: trunk/rez/msxml6_x86.msi
===================================================================
(Binary files differ)
Property changes on: trunk/rez/msxml6_x86.msi
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|