Silent Installation: Difference between revisions

From OCAD Wiki - English
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
If you want to install a new Service Update in silent mode, copy the following text into your Batch file:
If you want to install a new Service Update in silent mode, copy the following text into your Batch file:


"C:\Users\OCAD\Downloads\OCAD_11_Course_Setting_ServiceUpdate.exe" /VERYSILENT /COMPONENTS="lang\ENG"
  "C:\Users\OCAD\Downloads\OCAD_11_Course_Setting_ServiceUpdate.exe" /VERYSILENT /COMPONENTS="lang\ENG"

Revision as of 11:32, 13 August 2014

The silent installation can be used to install OCAD or a Service Update without interacting with the installer. The software is installed automatically. First you have to create a new Batch-File (.bat). Simply right-click on the desktop and choose New --> Text Document Rightclick.png Enter your filename and change the filename extension to .bat (e.g. CourseSetting.bat). If you cannot change the filename extension, go to your Windows Control Panel and open your Folder Options. Deactivate the Hide extensions for known file types option. Bat.png

Right-click on your new batch-file and click Edit. The Editor is shown.

Silent Installation for Service Update

If you want to install a new Service Update in silent mode, copy the following text into your Batch file:

 "C:\Users\OCAD\Downloads\OCAD_11_Course_Setting_ServiceUpdate.exe" /VERYSILENT /COMPONENTS="lang\ENG"