55 lines
1.4 KiB
XML
Executable File
55 lines
1.4 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/installer.xml
|
|
Description: Project installer configuration data.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 19 June 2013
|
|
|
|
Project Application Settings.
|
|
Version identifiers should match the equivalent code version enumeration.
|
|
-->
|
|
<Installer>
|
|
<!-- Application versions to try to setup (code support required) -->
|
|
<Applications>
|
|
<Application>
|
|
<Name>Autodesk3dsmax</Name>
|
|
<Version>
|
|
<Id>Autodesk3dsmax2012</Id>
|
|
<Install>true</Install>
|
|
</Version>
|
|
</Application>
|
|
<Application>
|
|
<Name>AutodeskMotionBuilder</Name>
|
|
<Version>
|
|
<Id>AutodeskMotionBuilder2012</Id>
|
|
<Install>true</Install>
|
|
</Version>
|
|
<Version>
|
|
<Id>AutodeskMotionBuilder2014</Id>
|
|
<Install>true</Install>
|
|
</Version>
|
|
</Application>
|
|
<Application>
|
|
<Name>AutodeskMudbox</Name>
|
|
<Version>
|
|
<Id>AutodeskMudbox2014</Id>
|
|
<Install>true</Install>
|
|
</Version>
|
|
</Application>
|
|
</Applications>
|
|
|
|
<!--
|
|
Installer Data
|
|
Commands and script functions to run during install process.
|
|
-->
|
|
<Runlines>
|
|
<Runline name="Visual Studio Debugger Expansion">
|
|
<Command>$(toolsroot)/script/coding/autoexp/InstallAutoExpDotDat.bat</Command>
|
|
<CanFail>true</CanFail>
|
|
<Always>true</Always>
|
|
<Users>0x0004</Users>
|
|
</Runline>
|
|
</Runlines>
|
|
</Installer>
|