Announcement

Collapse
No announcement yet.

Silent Install for Phoenix for Maya

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Silent Install for Phoenix for Maya

    Hi !

    We are currently working in some shots where we need to get the latest builds cause we need some cool features you are including.
    Happens that with a 20 machines renderfarm, reinstalling every couple of days is being a pain in the ass.

    Is there some option to make a silent install for Phoenix for Maya like Vlado suggested for Vray in this post ?

    http://www.chaosgroup.com/forums/vbu...056#post451056

    I managed to make an .exe where I can install latest Vray build with just one button, and sun started to shine again.

    Thanks!!!

    J.

  • #2
    They are using the same installer, so it's possible. I need to extract all variables.
    V-Ray/PhoenixFD for Maya developer

    Comment


    • #3
      This is the xml file:

      <DefValues>
      <Value Name="MAYAROOT" DataType="value">C:\Program Files\Autodesk\Maya2012\</Value>
      <Value Name="MODULEDEST" DataType="value">$MAYAROOT/modules</Value>
      <Value Name="PLUGINS" DataType="value">C:\Program Files\Autodesk\Maya2012\vray</Value>
      <Value Name="STDROOT" DataType="value">$PROGRAMFILES\Chaos Group\Phoenix FD\Maya 2012 for x64</Value>
      <Value Name="SCENES" DataType="value">$MYDOCUMENTS\Phoenix FD\samples maya</Value>
      <Value Name="OPEN_CHANGELOG" DataType="value">0</Value>
      <Value Name="OPEN_README" DataType="value">0</Value>
      </DefValues>

      and the command line:

      phoenixFD_adv_20000_maya2012_vray_20_x64.exe -gui=0 -configFile="values.xml" -quiet=1
      Last edited by ivaylo.ivanov; 01-02-2013, 09:51 AM.
      V-Ray/PhoenixFD for Maya developer

      Comment


      • #4
        Perfect !!

        Comment

        Working...
        X