Among all IT policies, a common practice is related to software deployment control on employee’s computers.
Users usually do not have sufficient privileges to install the software by themselves and applications deployment is remotely controlled by the IT staff.
This wiki page describes a method for installing multiple 3DEXPERIENCE desktop apps in a domain, and can be used on any level of the desktop apps.
Target audience: This wiki page is designed to help the IT staff to deploy 3DEXPERIENCE on the Cloud Desktop Apps silently.
Here is the link where you can download the document which explains how to install Desktop Apps in Silent/Batch mode.
Based on the above document below are sample videos on how we can install Desktop Apps in Silent/Batch mode from scratch (Full Install) and also to update the existing installation to the latest HF.
Full Install From Scratch:
Update Existing Installation to the latest HF:
Also find below sample .bat files which can be used for the silent/batch installations:
Full Install From Scratch
echo on echo "-------------------------------------------" echo "Start new installation in silent mode..." set MEDIA= rem go in first folder of media pushd %MEDIA%\1 echo "Installation End." |
Update Existing Installation to the latest HF:
echo on echo "Start update installation in Batch mode..." set MEDIA= rem - go in first folder of media StartTUI.exe --silent "%LOCAL_INSTAL%" echo "Installation End." |