silent installations Windchill-Workgroup-Managers
Hello ,
I need to install Windchill-Workgroup-Managers and silent mode , I've tried everything but it doesn't go , someone did this could help me I already put in the script /S, /quiet, /silent, /qn and without success
setlocal
rem Path to the .exe files
set “installers=D:\Windchill-Workgroup-Managers”
rem Install the first program
echo Installing Program1...
“%installers%\setup.exe” /silent /D=\C:\Program Files
echo Program1 installed successfully!
rem Add more programs as needed
echo Installation complete.
pause

