Silent Installation: Difference between revisions

From OCAD 12 Wiki - English
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The silent installation can be used to install OCAD or a Service Update without interacting with the installer. The software is installed automatically.
The silent installation can be used to install OCAD or a Service Update without interacting with the installer. The software is installed automatically.
The silent installation can be used for OCAD 11.5.7 or newer.


First you have to create a new '''Batch-File (.bat)'''. Simply right-click on the desktop and choose '''New --> Text Document'''
First you have to create a new '''Batch-File (.bat)'''. Simply right-click on the desktop and choose '''New --> Text Document'''
Line 9: Line 8:
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" /SILENT /COMPONENTS="lang\ENG"
   "C:\Users\XXX\Downloads\OCAD_12_Course_Setting_ServiceUpdate.exe" /SILENT /COMPONENTS="lang\ENG"


*Change the directory to the directory of the downloaded Service Update file (Note: '''NOT''' the OCAD directory).
*Change the directory to the directory of the downloaded Service Update file (Note: '''NOT''' the OCAD directory).
*Add /SILENT for your silent installation. If you replace /SILENT with /VERYSILENT the progress bar of the installation will also be hidden.
*Add /SILENT for your silent installation. If you replace /SILENT with /VERYSILENT the progress bar of the installation will also be hidden.
*Add /COMPONENTS="lang\ENG" to define the language of the installed symbol set of OCAD. Change ENG to any language you prefer (e.g. GER, SWE, FIN, NOR...)
*Add /COMPONENTS="lang\ENG" to define the language of the installed symbol set of OCAD. Change ENG to any language you prefer. The possible languages are ENG, FIN, FRE, GER, ITA, JAP, NOR, POR, SPA, SWE, CZE.  


Save the batch file and close it. Double-click on the file to run the silent installation.
Save the batch file and close it. Double-click on the file to run the silent installation.
Line 20: Line 19:
If you want to install a new OCAD software in silent mode, copy the following text into your Batch file:
If you want to install a new OCAD software in silent mode, copy the following text into your Batch file:


   "C:\Users\OCAD\Downloads\OCAD_11_Course_Setting_Setup.exe" /SILENT /LICENCE="LICENCENAME" /NUMBER="123456" /CHECKSUM="EMS8NDO6" /COMPONENTS="lang\ENG" /DIR="C:\Program Files\OCAD\OCAD 11 Course Setting"
   "C:\Users\XXX\Downloads\OCAD_12_Course_Setting_Setup.exe" /SILENT /LICENCE="LICENCENAME" /NUMBER="123456" /CHECKSUM="ABCDEFGHIJ" /COMPONENTS="lang\ENG" /DIR="C:\Program Files\OCAD\OCAD 12 Course Setting"


*Change the first directory to the directory of the OCAD Installation file (Note: '''NOT''' the OCAD directory).
*Change the first directory to the directory of the downloaded OCAD Installation file (Note: '''NOT''' the OCAD directory).
*Add /SILENT for your silent installation. If you replace /SILENT with /VERYSILENT the progress bar of the installation will also be hidden.
*Add /SILENT for your silent installation. If you replace /SILENT with /VERYSILENT the progress bar of the installation will also be hidden.
*Add /LICENCE=" " and enter your licence name between the quotation marks.
*Add /LICENCE=" " and enter your licence name between the quotation marks.
*Add /NUMBER=" " and enter your licence number between the quotation marks.
*Add /NUMBER=" " and enter your licence number between the quotation marks.
*Add /CHECKSUM=" " and enter your checksum between the quotation marks.
*Add /CHECKSUM=" " and enter your checksum between the quotation marks.
*Add /COMPONENTS="lang\ENG" to define the language of the installed symbol set of OCAD. Change ENG to any language you prefer (e.g. GER, SWE, FIN, NOR...)
*Add /COMPONENTS="lang\ENG" to define the language of the installed symbol set of OCAD. Change ENG to any language you prefer. The possible languages are ENG, FIN, FRE, GER, ITA, JAP, NOR, POR, SPA, SWE, CZE.
*Add /DIR=" " and enter the directory where you want OCAD to be installed between the quotation marks.
*Add /DIR=" " and enter the directory where you want OCAD to be installed between the quotation marks.


Save the batch file and close it. Double-click on the file to run the silent installation.
Save the batch file and close it. Double-click on the file to run the silent installation.
== Silent Activation==
Silent activation works with OCAD 12.1.1 and later.
Start OCAD with the paramter ''/SilentActivation''. An valid xml file must be in the ''Users\All Users\OCAD\OCAD 12'' folder.

Latest revision as of 10:16, 6 June 2016

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 Enter your filename and change the filename extension to .bat (e.g. CourseSetting.bat). 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\XXX\Downloads\OCAD_12_Course_Setting_ServiceUpdate.exe" /SILENT /COMPONENTS="lang\ENG"
  • Change the directory to the directory of the downloaded Service Update file (Note: NOT the OCAD directory).
  • Add /SILENT for your silent installation. If you replace /SILENT with /VERYSILENT the progress bar of the installation will also be hidden.
  • Add /COMPONENTS="lang\ENG" to define the language of the installed symbol set of OCAD. Change ENG to any language you prefer. The possible languages are ENG, FIN, FRE, GER, ITA, JAP, NOR, POR, SPA, SWE, CZE.

Save the batch file and close it. Double-click on the file to run the silent installation.

Silent Installation for Full Versions

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

 "C:\Users\XXX\Downloads\OCAD_12_Course_Setting_Setup.exe" /SILENT /LICENCE="LICENCENAME" /NUMBER="123456" /CHECKSUM="ABCDEFGHIJ" /COMPONENTS="lang\ENG" /DIR="C:\Program Files\OCAD\OCAD 12 Course Setting"
  • Change the first directory to the directory of the downloaded OCAD Installation file (Note: NOT the OCAD directory).
  • Add /SILENT for your silent installation. If you replace /SILENT with /VERYSILENT the progress bar of the installation will also be hidden.
  • Add /LICENCE=" " and enter your licence name between the quotation marks.
  • Add /NUMBER=" " and enter your licence number between the quotation marks.
  • Add /CHECKSUM=" " and enter your checksum between the quotation marks.
  • Add /COMPONENTS="lang\ENG" to define the language of the installed symbol set of OCAD. Change ENG to any language you prefer. The possible languages are ENG, FIN, FRE, GER, ITA, JAP, NOR, POR, SPA, SWE, CZE.
  • Add /DIR=" " and enter the directory where you want OCAD to be installed between the quotation marks.

Save the batch file and close it. Double-click on the file to run the silent installation.

Silent Activation

Silent activation works with OCAD 12.1.1 and later.

Start OCAD with the paramter /SilentActivation. An valid xml file must be in the Users\All Users\OCAD\OCAD 12 folder.