Revision: 1576
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1576&view=rev
Author:   rorthomas
Date:     2011-01-17 23:11:36 +0000 (Mon, 17 Jan 2011)

Log Message:
-----------
added VS2010 setups

Modified Paths:
--------------
    trunk/tools/windows/msitools/build.bat

Added Paths:
-----------
    trunk/tools/windows/msitools/VCCRTVS2010.msi
    trunk/tools/windows/msitools/VCCRTVS2010.wxs

Added: trunk/tools/windows/msitools/VCCRTVS2010.msi
===================================================================
(Binary files differ)


Property changes on: trunk/tools/windows/msitools/VCCRTVS2010.msi
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/tools/windows/msitools/VCCRTVS2010.wxs
===================================================================
--- trunk/tools/windows/msitools/VCCRTVS2010.wxs                                
(rev 0)
+++ trunk/tools/windows/msitools/VCCRTVS2010.wxs        2011-01-17 23:11:36 UTC 
(rev 1576)
@@ -0,0 +1,31 @@
+<?xml version='1.0'?>
+
+<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
+   <Product Id='0695e16b-c4df-439a-b962-2994a70df472'
+            Name='Visual C++ 2010 Runtime'
+            Language='1033' 
+            Version='1.0.0.0' 
+            Manufacturer='RigsOfRods'
+            UpgradeCode='40f7dc39-984e-4047-a4c4-beb295b98f64'
+            >
+            <Package 
+                        Description='Visual C++ 2010 Runtime'
+                        Comments='Visual C++ 2010 Runtime'
+                        Manufacturer='RigsOfRods'
+                        InstallerVersion='500'
+                        Compressed='yes' />
+            <Media Id='1' Cabinet='VCCRTVS2010.cab' EmbedCab='yes' />
+            <Directory Id='TARGETDIR' Name='SourceDir'>
+                        <Merge Id='VCRedist' Language='0' 
SourceFile='C:\Program Files (x86)\Common Files\Merge 
Modules\Microsoft_VC100_CRT_x86.msm' DiskId='1' />
+            </Directory>
+            <Feature Id='VCRedist' Title='Visual C++ Runtime' 
AllowAdvertise="no" Display="hidden" Level='1'>
+                        <MergeRef Id='VCRedist' />
+            </Feature>
+            <InstallExecuteSequence>
+                        <RemoveRegistryValues/>
+                        <RemoveFiles/>
+                        <InstallFiles/>
+                        <WriteRegistryValues/>
+            </InstallExecuteSequence>
+   </Product>
+</Wix>

Modified: trunk/tools/windows/msitools/build.bat
===================================================================
--- trunk/tools/windows/msitools/build.bat      2011-01-17 21:09:36 UTC (rev 
1575)
+++ trunk/tools/windows/msitools/build.bat      2011-01-17 23:11:36 UTC (rev 
1576)
@@ -1,3 +1,3 @@
-"%PROGRAMFILES%\Windows Installer XML v3\bin\candle.exe" VCCRT4.wxs -out 
VCCRT4.wixobj
-"%PROGRAMFILES%\Windows Installer XML v3\bin\light.exe" VCCRT4.wixobj -out 
VCCRT4.msi   
+"C:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe" 
VCCRTVS2010.wxs -out VCCRTVS2010.wixobj
+"C:\Program Files (x86)\Windows Installer XML v3.5\bin\light.exe" 
VCCRTVS2010.wixobj -out VCCRTVS2010.msi   
 pause
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to