blob: 89adea4f5cfea6dd45f0e83f14d1b794a7f66a8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="UTF-8"?>
<installer-script minSpecVersion="1.0">
<title>Shave And A Haircut for Maya %%mayaVersion%%</title>
<options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options>
<choices-outline>
<line choice="choiceMayaFiles"></line>
<line choice="choicePluginFiles"></line>
<line choice="choiceSampleFiles"></line>
</choices-outline>
<choice id="choiceMayaFiles" title="Maya Support Files" description="This component contains shave libraries and presets. They are required for the proper operation of Shave and must be installed into Maya's own directory tree." tooltip="Maya files for Shave support." customLocation="/Applications/Autodesk/maya%%mayaVersion%%" customLocationAllowAlternateVolumes="yes" start_selected="true" start_enabled="true" start_visible="true">
<pkg-ref id="com.epicgames.shave.maya%%mayaMajor%%_%%mayaMinor%%.mayaFiles.pkg"/>
</choice>
<choice id="choicePluginFiles" title="Plugin Files" description="This component contains the core plugin, scripts and icons for Shave. They are required for the proper operation of Shave." tooltip="Shave plugin files." customLocation="/Users/Shared/Autodesk/maya/%%mayaVersion%%" customLocationAllowAlternateVolumes="yes" start_selected="true" start_enabled="true" start_visible="true">
<pkg-ref id="com.epicgames.shave.maya%%mayaMajor%%_%%mayaMinor%%.pluginFiles.pkg"/>
</choice>
<choice id="choiceSampleFiles" title="API Samples" description="This component contains installation documentation and sample code for the Shave APIs. This component is optional and is not required to run Shave in Maya. It may be relocated anywhere." tooltip="Installation documentation and standalone devkit." customLocation="/Users/Shared/Epic Games/shaveHaircut/maya%%mayaVersion%%" customLocationAllowAlternateVolumes="yes" start_selected="true" start_enabled="true" start_visible="true">
<pkg-ref id="com.epicgames.shave.maya%%mayaMajor%%_%%mayaMinor%%.sampleFiles.pkg"/>
</choice>
<pkg-ref id="com.epicgames.shave.maya%%mayaMajor%%_%%mayaMinor%%.mayaFiles.pkg" version="%%shaveMajor%%.%%shaveMinor%%.%%shaveRelease%%" auth="Root">file:./Contents/Packages/shave_Maya%%mayaVersion%%-mayaFiles.pkg</pkg-ref>
<pkg-ref id="com.epicgames.shave.maya%%mayaMajor%%_%%mayaMinor%%.pluginFiles.pkg" version="%%shaveMajor%%.%%shaveMinor%%.%%shaveRelease%%" auth="Root">file:./Contents/Packages/shave_Maya%%mayaVersion%%-pluginFiles.pkg</pkg-ref>
<pkg-ref id="com.epicgames.shave.maya%%mayaMajor%%_%%mayaMinor%%.sampleFiles.pkg" version="%%shaveMajor%%.%%shaveMinor%%.%%shaveRelease%%" auth="Root">file:./Contents/Packages/shave_Maya%%mayaVersion%%-sampleFiles.pkg</pkg-ref>
</installer-script>
|