Hi,
Does any one, know how to make a silent installation of VRay, (VRayForRhino_01.01.57)(it is a .exe file) ?
I have tried a couple of things but it doesn't works..
and at doesn't matter if it is a .bat or .vbs script
thanks
EDIT:
I have been working with this script, which took me about 2 minutes to make, but i am not sure if it's working ...
@echo off
COLOR F0
title=VRay for Rhino Installation
echo.
echo Installing VRayForRhino 01.01.57 ...
echo.
start \\server-xxx\VRayForRhino_01.01.57.exe /s
Does any one, know how to make a silent installation of VRay, (VRayForRhino_01.01.57)(it is a .exe file) ?
I have tried a couple of things but it doesn't works..
and at doesn't matter if it is a .bat or .vbs script
thanks
EDIT:
I have been working with this script, which took me about 2 minutes to make, but i am not sure if it's working ...
@echo off
COLOR F0
title=VRay for Rhino Installation
echo.
echo Installing VRayForRhino 01.01.57 ...
echo.
start \\server-xxx\VRayForRhino_01.01.57.exe /s
Comment