Announcement

Collapse
No announcement yet.

installing vray from bat file

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

  • installing vray from bat file

    hello all. soon i will be setting up a new rendering farm, and i am trying to automate the process. i have created a .bat file that will map my appropriate netwrok drives, and install max 6. now i want to add commands to the file to install vray also. has anyone every done this before... if so could you help.

    here is what i have so far...

    __________________________________________


    NET USE g: KaDrive1Projects
    NET USE h: KaDrive2Standards
    NET USE R: KaDrive2Shared
    NET USE V: KaDrive2Visual

    %comspec% /c msiexec /I kadrive2shared3d
    renderfarminstalls3dmax6installs3dmax3dmax.msi /qn PIDKEY=###-######## LICENSETYPE=1 LICENSESERVER= INSTALLDIR=crograms3dmax6 SHORTDEWSKTOP=1


    %comspec% /c msiexec /I kadrive2Shared3d
    renderfarminstallsvray_max6VRayInstall_Adv10903m60 vray.exe

    _______________________________________

    thanks for any help, ts.

    edit: all of my backslash's were automatically removed when i posted.
Working...
X