I've used the script before and its worked flawlessly.. But now i see the max plugin folder become populated with the files, then at the end, it removes them. I run something like this:
c:\vray_adv_150SP5_max2010_x64.exe -gui=0 -configFile="vrayinstall2010" -quiet=1
When this is in the "vrayinstall2010" script:
<DefValues>
<Value Name="MAXROOT" DataType="value">C:\Program Files\Autodesk\3ds Max 2010</Value>
<Value Name="PLUGINS" DataType="value">$MAXROOT\plugins</Value>
<Value Name="OPEN_README" DataType="value">0</Value>
<Value Name="OPEN_CHANGELOG" DataType="value">0</Value>
<Value Name="INSTALL_WIBU" DataType="value">0</Value>
<Value Name="REG_LIC_SERVER" DataType="value">0</Value>
<Value Name="INSTALL_TYPE" DataType="value">1</Value>
<Value Name="REMOTE_LICENSE" DataType="value">1</Value>
</DefValues>
Any why it installs, then removes the new plugin?
c:\vray_adv_150SP5_max2010_x64.exe -gui=0 -configFile="vrayinstall2010" -quiet=1
When this is in the "vrayinstall2010" script:
<DefValues>
<Value Name="MAXROOT" DataType="value">C:\Program Files\Autodesk\3ds Max 2010</Value>
<Value Name="PLUGINS" DataType="value">$MAXROOT\plugins</Value>
<Value Name="OPEN_README" DataType="value">0</Value>
<Value Name="OPEN_CHANGELOG" DataType="value">0</Value>
<Value Name="INSTALL_WIBU" DataType="value">0</Value>
<Value Name="REG_LIC_SERVER" DataType="value">0</Value>
<Value Name="INSTALL_TYPE" DataType="value">1</Value>
<Value Name="REMOTE_LICENSE" DataType="value">1</Value>
</DefValues>
Any why it installs, then removes the new plugin?
Comment