Silent Installation

From OCAD 12 Wiki - English
Revision as of 11:30, 13 August 2014 by JBO (talk | contribs) (Created page with "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 crea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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"'"