Announcement

Collapse
No announcement yet.

Vray Silent Instalation

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

  • Vray Silent Instalation

    Hello.
    There is any way for silent installation just close all opened 3ds max and make installation? As for now if any instants of 3ds max is opened silent installation give and error and close quickly, so there no option to be sure that new version was installed or not

  • #2
    I have here a .cmd file that kills all 3ds Max and V-Ray-related stuff. Maybe you could add the lines prior to the silent install code (or just run it before installing).
    Code:
    taskkill /f /im vrayspawner2024.exe
    taskkill /f /im vrayspawner2024_autdbg.exe
    taskkill /f /im 3dsmax.exe
    taskkill /f /im autdbg.exe
    taskkill /f /im "3dsmax - copy.exe"
    taskkill /f /im vray.exe
    taskkill /f /im senddmp.exe​
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Originally posted by hermit.crab View Post
      I have here a .cmd file that kills all 3ds Max and V-Ray-related stuff. Maybe you could add the lines prior to the silent install code (or just run it before installing).
      Code:
      taskkill /f /im vrayspawner2024.exe
      taskkill /f /im vrayspawner2024_autdbg.exe
      taskkill /f /im 3dsmax.exe
      taskkill /f /im autdbg.exe
      taskkill /f /im "3dsmax - copy.exe"
      taskkill /f /im vray.exe
      taskkill /f /im senddmp.exe​
      Thanks! That helped

      Comment

      Working...
      X