SlideShare a Scribd company logo
Performing an automated installation
Programming and Operating Manual
02/2014
A5E31262972-AB
Principles of an automated
installation 1
Automated installation using
the record / play mode 2
Automated installation via the
command line 3
Parameter list 4
Return values from the
installation process 5
Legal information
Warning notice system
This manual contains notices you have to observe in order to ensure your personal safety, as well as to prevent
damage to property. The notices referring to your personal safety are highlighted in the manual by a safety alert
symbol, notices referring only to property damage have no safety alert symbol. These notices shown below are
graded according to the degree of danger.
DANGER
indicates that death or severe personal injury will result if proper precautions are not taken.
WARNING
indicates that death or severe personal injury may result if proper precautions are not taken.
CAUTION
indicates that minor personal injury can result if proper precautions are not taken.
NOTICE
indicates that property damage can result if proper precautions are not taken.
If more than one degree of danger is present, the warning notice representing the highest degree of danger will be
used. A notice warning of injury to persons with a safety alert symbol may also include a warning relating to property
damage.
Qualified Personnel
The product/system described in this documentation may be operated only by personnel qualified for the specific
task in accordance with the relevant documentation, in particular its warning notices and safety instructions. Qualified
personnel are those who, based on their training and experience, are capable of identifying risks and avoiding
potential hazards when working with these products/systems.
Proper use of Siemens products
Note the following:
WARNING
Siemens products may only be used for the applications described in the catalog and in the relevant technical
documentation. If products and components from other manufacturers are used, these must be recommended or
approved by Siemens. Proper transport, storage, installation, assembly, commissioning, operation and
maintenance are required to ensure that the products operate safely and without any problems. The permissible
ambient conditions must be complied with. The information in the relevant documentation must be observed.
Trademarks
All names identified by ® are registered trademarks of Siemens AG. The remaining trademarks in this publication
may be trademarks whose use by third parties for their own purposes could violate the rights of the owner.
Disclaimer of Liability
We have reviewed the contents of this publication to ensure consistency with the hardware and software described.
Since variance cannot be precluded entirely, we cannot guarantee full consistency. However, the information in
this publication is reviewed regularly and any necessary corrections are included in subsequent editions.
Siemens AG
Industry Sector
Postfach 48 48
90026 NÜRNBERG
GERMANY
A5E31262972-AB
Ⓟ 01/2014 Technical data subject to change
Copyright © Siemens AG 2012 - 2014.
All rights reserved
Table of contents
1 Principles of an automated installation.........................................................................................................5
2 Automated installation using the record / play mode....................................................................................7
2.1 Start recording...............................................................................................................................7
2.2 Selecting installation settings........................................................................................................8
2.3 Playing the recording...................................................................................................................10
3 Automated installation via the command line.............................................................................................11
3.1 Automating the installation..........................................................................................................11
3.2 Automating modify or update......................................................................................................12
3.3 Automating repair........................................................................................................................13
3.4 Automating uninstall....................................................................................................................14
3.5 Examples of automated installation via the command line..........................................................15
4 Parameter list.............................................................................................................................................17
5 Return values from the installation process................................................................................................21
Index...........................................................................................................................................................23
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 3
Principles of an automated installation 1
Introduction
If you are responsible for managing the software packages on several computers, you have
several options for automating the installation.
Record / Play Function
You can use the record / play function to automate the following installation processes:
● Installation
The software is installed on the basis of the parameters selected.
● Modify or update
The software is reinstalled on the basis of the parameters selected.
Command line
You can use the command line to automate the following installation processes:
● Installation
The software is installed on the basis of the parameters selected.
● Modify or update
The software is reinstalled on the basis of the parameters selected.
● Repair (REINSTALL)
When this option is selected, the existing software installation is repaired by means of a
reinstallation. You can combine the "REINSTALL" parameter only with the "REBOOT", "/
qn" and "/qb" parameters. Thus, the software is reinstalled with the same parameters used
for the original installation.
● Uninstall (REMOVE)
The software is removed from the system. You can combine the "REMOVE" parameter
only with the "REBOOT", "/qn" and "/qb" parameters.
Note
To execute the install, modify or update, repair or uninstall commands automatically, you
must use one of the two parameters "/qn" or "/qb". If you omit these parameters, the normal
installation dialog opens, allowing you to perform a manual installation.
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 5
Automated installation using the record / play mode 2
2.1 Start recording
Requirements
● Hardware and software of the programming device or PC meet the system requirements.
Procedure
To record the installation, proceed as follows:
1. Open the Windows command prompt with "Start > Run > cmd".
2. Switch to the directory that contains the "Start.exe" file.
3. In the command prompt, enter the following command:
– "Start.exe /record"
4. Press the <Return> key to confirm your entry.
Result
The installation dialog opens with the information that you are in Record mode and the system
will not be changed.
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 7
2.2 Selecting installation settings
Procedure
Proceed as follows to set the options for the installation:
1. In the dialog for selecting the setup language, select the language in which you want the
setup program dialogs to be displayed and click the "Next" button.
The dialog for selecting the product languages opens.
2. Select the languages for the product user interface, and click the "Next" button.
Note
"English" is always installed as the default product language.
The dialog for selecting the product configuration opens.
3. Select the products you want to install:
– If you wish to install the program in a minimal configuration, click on the "Minimal" button.
– If you wish to install the program in a typical configuration, click on the "Typical" button.
– If you wish to manually select which products are to be installed, select/deselect the
option boxes for the products you wish to install. This activates the "User defined" button
automatically.
4. If you want to create a shortcut on the desktop, select the "Create desktop shortcut" check
box.
5. Click the "Browse" button if you want to change the target directory for the installation.
Note
We recommend that you use the "Program Files" folder as the target directory. If you select
a hard drive (e.g. "D:"), make sure that this drive is present on all computers on which the
program is to be installed.
6. Click the "Next" button.
The dialog for the license terms opens.
7. To continue the installation, read and accept all license agreements and click "Next".
If changes to the security and permissions settings are required in order to install the TIA
Portal, the security settings dialog opens.
8. To continue the installation, accept the changes to the security and permissions settings,
and click the "Next" button.
The next dialog displays an overview of the installation settings.
9. Check the selected installation settings. If you want to make any changes, click the "Back"
button until you reach the point in the dialog where you want to make changes. Once you
have completed the desired changes, return to the overview by clicking "Next".
10.Click the "Next" button.
The dialog with the procedure to follow for a restart and in the event of errors opens.
11.Select the desired options and save the configuration.
12.Click the "Exit" button.
Automated installation using the record / play mode
2.2 Selecting installation settings
Performing an automated installation
8 Programming and Operating Manual, 02/2014, A5E31262972-AB
Result
The automated installation file has been created and saved.
Automated installation using the record / play mode
2.2 Selecting installation settings
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 9
2.3 Playing the recording
Requirements
● Hardware and software of the programming device or PC meet the system requirements.
● You have administrator privileges on your computer.
● The previously recorded file ("*.rec") is present.
● All running programs are closed.
Procedure
To play the installation, proceed as follows:
1. Open the Windows command prompt with "Start > Run > cmd".
2. Switch to the directory that contains the "Start.exe" file.
3. In the command prompt, enter the following command:
– "Start.exe /play=<Drive>:<Directory><File name>", e. g. "Start.exe /play=c:siemens
configurationautoinstall.rec"
4. Press the <Return> key to confirm your entry.
Note
If no license key is found during the installation, the license transfer is skipped and you
can take care of this later with the Automation License Manager.
Result
Installation takes place automatically using the settings recorded in the configuration file.
Automated installation using the record / play mode
2.3 Playing the recording
Performing an automated installation
10 Programming and Operating Manual, 02/2014, A5E31262972-AB
Automated installation via the command line 3
3.1 Automating the installation
Requirements
● Hardware and software of the programming device or PC meet the system requirements.
● You have administrator privileges on your computer.
● All running programs are closed.
Procedure
To start the installation with the desired options directly via the command interface, proceed
as follows:
1. Open the Windows command prompt with "Start > Run > cmd".
2. Switch to the directory that contains the "Start.exe" file.
3. In the command prompt, enter one of the following commands:
– Installation with visible installation information: "Start.exe /qb <Parameter>"
– Installation without visible installation information: "Start.exe /qn <Parameter>" or
"Start.exe /silent <Parameter>"
Note
Installation with the /qb or /qn parameters has the effect that no alarm windows are
displayed, even if an error occurs. You can only evaluate the results via the return
value.
When using the option "REBOOT=Suppress", note that you need to evaluate the return
value yourself and possibly restart the system and then restart the installation manually
after the system restart in order to make evaluation of the return value possible.
4. Press the <Return> key to confirm your entry.
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 11
3.2 Automating modify or update
You have the option to automate modifying installed products or updating to a new version.
For this purpose, you can start the reinstallation with the desired options directly as a command
line.
Requirements
● Hardware and software of the programming device or PC meet the system requirements.
● You have administrator privileges on your computer.
● All running programs are closed.
Procedure
To modify or update installed products directly via the command line, follow these steps:
1. Open the Windows command prompt with "Start > Run > cmd".
2. Switch to the directory that contains the "Start.exe" file.
3. In the command prompt, enter one of the following commands:
– Installation with visible installation information: "Start.exe /qb <Parameter>"
– Installation without visible installation information: "Start.exe /qn <Parameter>" or
"Start.exe /silent <Parameter>"
Note
Installation with the /qb or /qn parameters has the effect that no alarm windows are
displayed, even if an error occurs. You can only evaluate the results via the return
value.
When using the option "REBOOT=Suppress", note that you need to evaluate the return
value yourself and possibly restart the system and then restart the installation manually
after the system restart in order to make evaluation of the return value possible.
4. Press the <Return> key to confirm your entry.
Automated installation via the command line
3.2 Automating modify or update
Performing an automated installation
12 Programming and Operating Manual, 02/2014, A5E31262972-AB
3.3 Automating repair
If you invoke "Start.exe" again with the parameter "REINSTALL=ALL" after having performed
an installation, a reinstallation of all components take place exactly as if you had selected
"Repair" during a dialog-guided installation. The installation is identical to that described
previously. Automated repair via the command line is invoked in the exact same way as
automated installation. You can determine the restart behavior by entering a parameter.
"REINSTALL" can be combined only with the "REBOOT", "/qn" and "/qb" parameters. All other
parameters are prohibited.
Requirements
● Hardware and software of the programming device or PC meet the system requirements.
● You have administrator privileges on your computer.
● All running programs are closed.
Procedure
To repair an installation directly via the command line, follow these steps:
1. Open the Windows command prompt with "Start > Run > cmd".
2. Switch to the directory that contains the "Start.exe" file.
3. In the command prompt, enter one of the following commands:
– Installation with visible installation information: "Start.exe /qb REINSTALL=ALL
<REBOOT-Parameter>"
– Installation without visible installation information: "Start.exe /qn REINSTALL=ALL
<REBOOT-Parameter>" or "Start.exe /silent REINSTALL=ALL <REBOOT-Parameter>"
Note
The REBOOT parameter is optional. When using the "REBOOT=Suppress" option,
however, remember that you must evaluate the return value yourself and possibly
restart the system.
4. Press the <Return> key to confirm your entry.
Automated installation via the command line
3.3 Automating repair
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 13
3.4 Automating uninstall
If you want to remove an existing installation, you can accomplish this by means of an
automated uninstall. This uninstalls all software packages. Automated uninstall via the
command line is invoked in the exact same way as automated installation. You can determine
the restart behavior by entering a parameter.
"REMOVE" can be combined only with the "REBOOT", "/qn" and "/qb" parameters. All other
parameters are prohibited.
Requirements
● You have administrator privileges on your computer.
● All running programs are closed.
Procedure
To start the uninstall directly via the command line, follow these steps:
1. Open the Windows command prompt with "Start > Run > cmd".
2. Switch to the directory that contains the "Start.exe" file.
3. In the command prompt, enter one of the following commands:
– Uninstall with visible installation information: "Start.exe /qb REMOVE =ALL <REBOOT-
Parameter>"
– Uninstall without visible installation information: "Start.exe /qn REMOVE =ALL
<REBOOT-Parameter>" or "Start.exe /silent REMOVE =ALL <REBOOT-Parameter>"
Note
The REBOOT parameter is optional. When using the "REBOOT=Suppress" option,
however, remember that you must evaluate the return value yourself and possibly
restart the system.
4. Press the <Return> key to confirm your entry.
Automated installation via the command line
3.4 Automating uninstall
Performing an automated installation
14 Programming and Operating Manual, 02/2014, A5E31262972-AB
3.5 Examples of automated installation via the command line
Example of a typical installation with REBOOT=AUTO
The following example shows a typical installation via the command line:
Start.exe /qb REBOOT=Auto INSTALLLANGUAGE=1031;1033 INSTALLDIR="D:
TIAPortal" INSTALLLEVEL=Typical
In this example, a typical installation ("INSTALLLEVEL=Typical") is performed for the
languages German and English ("INSTALLLANGUAGE=1031;1033"). At the end of the
installation, the system is restarted automatically without the request for a confirmation
("REBOOT=Auto"). The directory "D:TIAPortal" is used as the installation directory
("INSTALLDIR=D:TIAPortal").
Example of a complete installation with REBOOT=Suppress
The following example shows a complete installation via the command line:
Start.exe /qb REBOOT=Suppress INSTALLLANGUAGE=1031;1033
INSTALLDIR="D:TIAPortal" INSTALLLEVEL=Complete
In this example, a complete installation ("INSTALLLEVEL=Complete") is performed for the
languages German and English ("INSTALLLANGUAGE=1031;1033"). At the end of the
installation, restart of the system is suppressed ("REBOOT=Suppress"). This means that you
must evaluate the return value yourself and possibly restart the system manually.
Example of querying the return value per batch file
The following example shows you how to query the return value per batch file:
SET SetupSuccess=%ERRORLEVEL%
if '%SetupSuccess%' EQU '0' (
echo Setup successful. Return code: %SetupSuccess%
) else (
if '%SetupSuccess%' EQU '3010' (
echo Setup successful. A reboot is needed! Return code:
%SetupSuccess%
) else (
echo "ERROR during Setup! Return code: %SetupSuccess%
)
)
Pause
The return code "1641" also documents successful completion of the installation and that
restart has already been initiated. Restart occurs, however, only if "/REBOOT=Auto" is used
and for this reason was not evaluated in the batch file.
You can find all possible return values under Return values from the installation process
(Page 21).
Automated installation via the command line
3.5 Examples of automated installation via the command line
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 15
Parameter list 4
Parameters for automated installation
The following table shows the parameters available to you for an automated installation:
Parameters Description Permitted for Possible
values
Explanation of the values
/qb 1)
You can use this parameter to perform
an automated installation. During the
installation, you receive information on
the installation currently being
performed.
Notes:
● Without the parameter "qb" or "qn",
you cannot perform an automated
installation.
● The parameters "qn" and "qb"
cannot both be used together
within one call.
● The information during the
installation appears in the set
installation language. This means
that this information matches the
texts in the log files. You need
these log files, for instance, if you
need to contact Product Support.
● You can take the results of the
installation from the return values.
Installation
Reinstallation
Uninstallation
-
/qn or /silent 1)
You can use this parameter to perform
an automated installation. During the
installation, you will receive no
information on the installation currently
being performed.
Notes:
● Without the parameter "qb" or "qn",
you cannot perform an automated
installation.
● The parameters "qn" and "qb"
cannot both be used together
within one call.
● You can take the results of the
installation from the return values.
Installation
Reinstallation
Uninstallation
-
/lcid You can use this parameter to specify
the setup language you want to use for
the installation. Here, you enter the
following local ID (LCID) for the desired
language in decimal format.
Example:
Installation
Reinstallation
Uninstallation
1031 German
1033 English
1040 Italian
1036 French
3082 Spanish
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 17
Parameters Description Permitted for Possible
values
Explanation of the values
/lcid=1031 2052 Chinese
... Further product
languages
/record You can use this parameter to start the
Record mode. It creates the
"autoinstall.rec" file for automated
installation
Installation
/play You can use this parameter to start the
Play mode. In this mode, you need the
configuration file that was created in
the Record mode.
Example:
/play="C:Siemens Configurations
autoinstall.rec"
Installation
INSTALLDIR You can use this parameter to specify
the target direction for the installation.
Example:
INSTALLDIR="D:TIAPortal"
Installation
INSTALLLANGUAGE INSTALLLANGUAGE
You can use this parameter to specify
the product languages you want to
install. Here, you enter the following
local IDs (LCID) for the desired
languages in decimal format.
Example:
INSTALLLANGUAGE=1031;1033
Installation 1031 German
1033 English
1040 Italian
1036 French
3082 Spanish
2052 Chinese
... Further product
languages
REBOOT You can use this parameter to specify
the restart characteristics during the
installation.
Example:
REBOOT=Suppress
Installation
Reinstallation
Uninstallation
Auto A restart, if necessary, is
performed automatically
at the end of installation.
Suppress 2)
The restart is
suppressed at the end of
installation. If a restart
would have been
necessary, the calling
process must initiate the
restart.
Continuation of the
installation is also
suppressed if this is
necessary after the
restart (in the case of
return value 13010).
ONERROR You can use this parameter to specify
the procedure to follow in the event of
an error at the end of installation.
Example:
ONERROR=Suppress
Installation
Reinstallation
Uninstallation
Suppress The dialog with the
errors that occurred is
suppressed at the end of
installation. The errors
can be evaluated on the
basis of the return values
during the process.
Parameter list
Performing an automated installation
18 Programming and Operating Manual, 02/2014, A5E31262972-AB
Parameters Description Permitted for Possible
values
Explanation of the values
User In the event of an error,
the dialog with the errors
that occurred is
displayed at the end of
installation.
INSTALLLEVEL You can use this parameter to specify
the type of installation.
Example:
INSTALLLEVEL=Complete
Installation Minimum Minimum installation
Typical Typical installation
Complete Complete installation
1)
Installation with the /qb or /qn parameters has the effect that no alarm windows are displayed,
even if an error occurs. You can only evaluate the results via the return value.
2)
If the installation is not yet finished (return value 13010), you first need to restart the system
and then the installation in order to make evaluation of the return value possible.
Parameter list
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 19
Return values from the installation process 5
List of return values
The following table shows the return values from an automated installation along with their
descriptions:
Return value Technical fault description Description
? OtherError Any return value that is not described in the following table generally
indicates an error.
Detailed information on all errors can always be found in the
installation log. Open the most recent log file whose name begins
with "SIA".
0 Success The installation was successful. No errors have occurred.
5 AccessDenied You do not have appropriate rights. The installation requires
administrator's rights.
112 DiskFull Not enough free space on the target media.
1601 InstallServiceFailure An internal error has occurred during initialization.
1602 UserExit Cancellation by user occurs most often as the result of Cancel being
selected in a dialog.
1603 InstallFailure An error has occurred while performing the installation.
1605 UnknownProduct An internal error has occurred during product configuration.
1610 BadConfiguration An internal error has occurred during product configuration.
1618 InstallAlreadyRunning Another installation is already running. A simultaneous installation
is not possible.
1622 InstallLogFailure An error has occurred while writing the log.
1627 FunctionFailed An internal error has occurred.
1633 InstallPlatformUnsupported This operating system is not supported.
1639 InvalidCommandline There is an error in the indicated command line.
1641 SuccessRebootInitiated The installation was successful. A restart has already been initiated
to complete the operation.
3010 SuccessRebootRequired The installation was successful. A restart is absolutely necessary to
complete the operation!
5001 PrerequisitesFailure The installation conditions have not been fulfilled. For more
information, you can restart the installation by double-clicking
start.exe.
5002 InvalidIEVersion Internet Explorer is not installed or an unsupported version is
installed.
5003 ResourcesFailed An internal error has occurred during initialization.
5004 ProductInitFailed An internal error occurred (the installation media may be defective).
5005 ProductInitNewerVersionInstalled A newer version of the product is already installed.
5006 ProductInitMoreValuableEditionIns
talled
A more complete edition of the product is already installed (e.g. if
you are attempting to install a basic version although a professional
version is installed).
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 21
Return value Technical fault description Description
5007 ProductInitOptionalWithoutMain You are attempting to install an optional package without the main
software.
5008 ProductIncompatibility A product that is incompatible with the product to be installed is
already present.
5009 AutoinstallFileNotFound The file required for the Play mode could not be found.
5010 AutoinstallUnexpectedContent The file for the Play mode cannot be read (wrong format, wrong
version or unsuitable installation media).
11641 NotCompleteReboot Setup is not complete and must be continued after restarting.
Restarting has already begun. After restarting, you must restart
installation.
13010 NotCompleteRebootRequired Setup is not complete and must be continued after restarting. You
must initiate a restart and then restart the installation again.
Return values from the installation process
Performing an automated installation
22 Programming and Operating Manual, 02/2014, A5E31262972-AB
Index
A
Automated installation
Playing, 10
Select settings for the Record mode, 8
Automated Installation
via the command line, 5
Automating product modification, 12
Automating product update, 12
Automating repair, 13
Automating uninstall, 14
Basics, 5
Examples of automated installation via the
command line, 15
Logging, 7
Parameter list, 17
Record / Play Function, 5
Return values, 21
via the command line, 11
Performing an automated installation
Programming and Operating Manual, 02/2014, A5E31262972-AB 23
S7 auto_install

More Related Content

What's hot

Siemens hmi mp 277 operating instructions
Siemens hmi mp 277 operating instructionsSiemens hmi mp 277 operating instructions
Siemens hmi mp 277 operating instructions
steven qi
 
Case cx60 c mini excavator service repair manual
Case cx60 c mini excavator service repair manualCase cx60 c mini excavator service repair manual
Case cx60 c mini excavator service repair manual
fusjejfskekfmsme
 
Oxymat 61 analyzer
Oxymat 61  analyzerOxymat 61  analyzer
Oxymat 61 analyzer
Ashok Kumar Barla
 
Preventive Maintainence
Preventive MaintainencePreventive Maintainence
Preventive MaintainenceM Kimi
 
Cfc for s7_e
Cfc for s7_eCfc for s7_e
Cfc for s7_e
trinh vankieu
 
Điều khiển vị trí PLC họ FX
Điều khiển vị trí PLC họ FXĐiều khiển vị trí PLC họ FX
Điều khiển vị trí PLC họ FX
quanglocbp
 
New holland tc5.30 combine harvesters service repair manual
New holland tc5.30 combine harvesters service repair manualNew holland tc5.30 combine harvesters service repair manual
New holland tc5.30 combine harvesters service repair manual
ujfdjjskkemme
 
New holland tc5.30 combine harvesters service repair manual instant download
New holland tc5.30 combine harvesters service repair manual instant downloadNew holland tc5.30 combine harvesters service repair manual instant download
New holland tc5.30 combine harvesters service repair manual instant download
ufjjsjekksekmm
 
Autel DS708 User Manual
Autel DS708 User ManualAutel DS708 User Manual
Autel DS708 User Manual
Tim Miller
 
Case ih trident 5550 with sprayer or dry spreader combination applicator serv...
Case ih trident 5550 with sprayer or dry spreader combination applicator serv...Case ih trident 5550 with sprayer or dry spreader combination applicator serv...
Case ih trident 5550 with sprayer or dry spreader combination applicator serv...
ufjjsjekdkemme
 
828 d da_v27
828 d da_v27828 d da_v27
828 d da_v27
automationdcs
 
bizhub PRESS 2250P Security User's Guide
bizhub PRESS 2250P Security User's Guidebizhub PRESS 2250P Security User's Guide
bizhub PRESS 2250P Security User's Guide
Eyal Benedek
 
Automation tooluserguide v2_1_1_201610_en-us
Automation tooluserguide v2_1_1_201610_en-usAutomation tooluserguide v2_1_1_201610_en-us
Automation tooluserguide v2_1_1_201610_en-us
YaamIIK
 

What's hot (13)

Siemens hmi mp 277 operating instructions
Siemens hmi mp 277 operating instructionsSiemens hmi mp 277 operating instructions
Siemens hmi mp 277 operating instructions
 
Case cx60 c mini excavator service repair manual
Case cx60 c mini excavator service repair manualCase cx60 c mini excavator service repair manual
Case cx60 c mini excavator service repair manual
 
Oxymat 61 analyzer
Oxymat 61  analyzerOxymat 61  analyzer
Oxymat 61 analyzer
 
Preventive Maintainence
Preventive MaintainencePreventive Maintainence
Preventive Maintainence
 
Cfc for s7_e
Cfc for s7_eCfc for s7_e
Cfc for s7_e
 
Điều khiển vị trí PLC họ FX
Điều khiển vị trí PLC họ FXĐiều khiển vị trí PLC họ FX
Điều khiển vị trí PLC họ FX
 
New holland tc5.30 combine harvesters service repair manual
New holland tc5.30 combine harvesters service repair manualNew holland tc5.30 combine harvesters service repair manual
New holland tc5.30 combine harvesters service repair manual
 
New holland tc5.30 combine harvesters service repair manual instant download
New holland tc5.30 combine harvesters service repair manual instant downloadNew holland tc5.30 combine harvesters service repair manual instant download
New holland tc5.30 combine harvesters service repair manual instant download
 
Autel DS708 User Manual
Autel DS708 User ManualAutel DS708 User Manual
Autel DS708 User Manual
 
Case ih trident 5550 with sprayer or dry spreader combination applicator serv...
Case ih trident 5550 with sprayer or dry spreader combination applicator serv...Case ih trident 5550 with sprayer or dry spreader combination applicator serv...
Case ih trident 5550 with sprayer or dry spreader combination applicator serv...
 
828 d da_v27
828 d da_v27828 d da_v27
828 d da_v27
 
bizhub PRESS 2250P Security User's Guide
bizhub PRESS 2250P Security User's Guidebizhub PRESS 2250P Security User's Guide
bizhub PRESS 2250P Security User's Guide
 
Automation tooluserguide v2_1_1_201610_en-us
Automation tooluserguide v2_1_1_201610_en-usAutomation tooluserguide v2_1_1_201610_en-us
Automation tooluserguide v2_1_1_201610_en-us
 

Viewers also liked

Letter of Recommendation_Thomas Tombler_PhD.
Letter of Recommendation_Thomas Tombler_PhD.Letter of Recommendation_Thomas Tombler_PhD.
Letter of Recommendation_Thomas Tombler_PhD.Lerry Schaftlein
 
Research Assistant – NARC
Research Assistant – NARCResearch Assistant – NARC
Research Assistant – NARCUmer Ali
 
2011.05.19-CalNex_workshop_Setyan
2011.05.19-CalNex_workshop_Setyan2011.05.19-CalNex_workshop_Setyan
2011.05.19-CalNex_workshop_SetyanDaniel Vovchuk
 
Funciones del lenguaje
Funciones del lenguajeFunciones del lenguaje
Funciones del lenguaje
Alex Buell
 
Zaharescu__Eugen Color Image Indexing Using Mathematical Morphology
Zaharescu__Eugen Color Image Indexing Using Mathematical MorphologyZaharescu__Eugen Color Image Indexing Using Mathematical Morphology
Zaharescu__Eugen Color Image Indexing Using Mathematical MorphologyEugen Zaharescu
 
NNYM Cincy Church Packet 2
NNYM Cincy Church Packet 2NNYM Cincy Church Packet 2
NNYM Cincy Church Packet 2Stan Elder
 
spr 2015 TIC 3filadelfia red
spr 2015 TIC 3filadelfia redspr 2015 TIC 3filadelfia red
spr 2015 TIC 3filadelfia redMalena Braun
 
財經Morning call 2015年08月25日星期二
財經Morning call  2015年08月25日星期二財經Morning call  2015年08月25日星期二
財經Morning call 2015年08月25日星期二
至元 朱
 
An immunohistochemical analysis of Canine Haemangioma and Haemangiosarcoma
An immunohistochemical analysis of Canine Haemangioma and HaemangiosarcomaAn immunohistochemical analysis of Canine Haemangioma and Haemangiosarcoma
An immunohistochemical analysis of Canine Haemangioma and Haemangiosarcoma
Rodrigo Shamed Cedillo Flores
 
Liderazgo de jesus (danny)
Liderazgo de jesus (danny)Liderazgo de jesus (danny)
Liderazgo de jesus (danny)
Dannysania
 
El modelo de liderazgo de jesús
El modelo de liderazgo de jesúsEl modelo de liderazgo de jesús
El modelo de liderazgo de jesús
Luis Rubio
 
Scholarly Project Presentation 6-21-15
Scholarly Project Presentation 6-21-15Scholarly Project Presentation 6-21-15
Scholarly Project Presentation 6-21-15Edward S. Gilman
 
Trabajo colaborativo 1_grupo_100404_143
Trabajo colaborativo 1_grupo_100404_143Trabajo colaborativo 1_grupo_100404_143
Trabajo colaborativo 1_grupo_100404_143
Pablo Ayala
 

Viewers also liked (16)

Letter of Recommendation_Thomas Tombler_PhD.
Letter of Recommendation_Thomas Tombler_PhD.Letter of Recommendation_Thomas Tombler_PhD.
Letter of Recommendation_Thomas Tombler_PhD.
 
Tik
TikTik
Tik
 
Research Assistant – NARC
Research Assistant – NARCResearch Assistant – NARC
Research Assistant – NARC
 
2011.05.19-CalNex_workshop_Setyan
2011.05.19-CalNex_workshop_Setyan2011.05.19-CalNex_workshop_Setyan
2011.05.19-CalNex_workshop_Setyan
 
Funciones del lenguaje
Funciones del lenguajeFunciones del lenguaje
Funciones del lenguaje
 
Zaharescu__Eugen Color Image Indexing Using Mathematical Morphology
Zaharescu__Eugen Color Image Indexing Using Mathematical MorphologyZaharescu__Eugen Color Image Indexing Using Mathematical Morphology
Zaharescu__Eugen Color Image Indexing Using Mathematical Morphology
 
kyoto-seminar
kyoto-seminarkyoto-seminar
kyoto-seminar
 
Six sigma
Six sigmaSix sigma
Six sigma
 
NNYM Cincy Church Packet 2
NNYM Cincy Church Packet 2NNYM Cincy Church Packet 2
NNYM Cincy Church Packet 2
 
spr 2015 TIC 3filadelfia red
spr 2015 TIC 3filadelfia redspr 2015 TIC 3filadelfia red
spr 2015 TIC 3filadelfia red
 
財經Morning call 2015年08月25日星期二
財經Morning call  2015年08月25日星期二財經Morning call  2015年08月25日星期二
財經Morning call 2015年08月25日星期二
 
An immunohistochemical analysis of Canine Haemangioma and Haemangiosarcoma
An immunohistochemical analysis of Canine Haemangioma and HaemangiosarcomaAn immunohistochemical analysis of Canine Haemangioma and Haemangiosarcoma
An immunohistochemical analysis of Canine Haemangioma and Haemangiosarcoma
 
Liderazgo de jesus (danny)
Liderazgo de jesus (danny)Liderazgo de jesus (danny)
Liderazgo de jesus (danny)
 
El modelo de liderazgo de jesús
El modelo de liderazgo de jesúsEl modelo de liderazgo de jesús
El modelo de liderazgo de jesús
 
Scholarly Project Presentation 6-21-15
Scholarly Project Presentation 6-21-15Scholarly Project Presentation 6-21-15
Scholarly Project Presentation 6-21-15
 
Trabajo colaborativo 1_grupo_100404_143
Trabajo colaborativo 1_grupo_100404_143Trabajo colaborativo 1_grupo_100404_143
Trabajo colaborativo 1_grupo_100404_143
 

Similar to S7 auto_install

Readme optional package_printer_driver_v1_4
Readme optional package_printer_driver_v1_4Readme optional package_printer_driver_v1_4
Readme optional package_printer_driver_v1_4
calizemi
 
Wfc878r eop hwsg_npd6407-00_en
Wfc878r eop hwsg_npd6407-00_enWfc878r eop hwsg_npd6407-00_en
Wfc878r eop hwsg_npd6407-00_en
HerrySyafitri
 
109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en
109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en
109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en
Alexandra Paulo Silva
 
Siemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panelSiemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panel
Dien Ha The
 
Siemens catalog hmi-op717_e
Siemens catalog hmi-op717_eSiemens catalog hmi-op717_e
Siemens catalog hmi-op717_e
Dien Ha The
 
SysInfoTools OpenOffice Base Repair
SysInfoTools OpenOffice Base RepairSysInfoTools OpenOffice Base Repair
SysInfoTools OpenOffice Base Repair
SysInfoTools Software
 
SysInfoTools OpenOffice Impress Repair
 SysInfoTools OpenOffice Impress Repair SysInfoTools OpenOffice Impress Repair
SysInfoTools OpenOffice Impress Repair
SysInfoTools Software
 
Systemhandbuch_SIMOCODE_pro_en-US.pdf
Systemhandbuch_SIMOCODE_pro_en-US.pdfSystemhandbuch_SIMOCODE_pro_en-US.pdf
Systemhandbuch_SIMOCODE_pro_en-US.pdf
greyhame
 
Tutorial Attendance Pingerprint
Tutorial Attendance PingerprintTutorial Attendance Pingerprint
Tutorial Attendance PingerprintAsius
 
Clients e
Clients eClients e
Afes english manual
Afes english manualAfes english manual
Afes english manual
Aluhisadin La Ode
 
Afes fdn manual
Afes fdn manualAfes fdn manual
Afes fdn manual
Aluhisadin La Ode
 
SysInfoTools OpenOffice Calc Recovery
SysInfoTools OpenOffice Calc RecoverySysInfoTools OpenOffice Calc Recovery
SysInfoTools OpenOffice Calc Recovery
SysInfoTools Software
 
SysInfoTools OpenOffice Draw Repair
SysInfoTools OpenOffice Draw RepairSysInfoTools OpenOffice Draw Repair
SysInfoTools OpenOffice Draw Repair
SysInfoTools Software
 
Siemens pg 702 programming device
Siemens pg 702 programming deviceSiemens pg 702 programming device
Siemens pg 702 programming device
Dien Ha The
 
Siemens pg 702 programming device
Siemens pg 702 programming deviceSiemens pg 702 programming device
Siemens pg 702 programming device
Dien Ha The
 
manual vvtk camera_st7501
manual vvtk camera_st7501manual vvtk camera_st7501
manual vvtk camera_st7501
TSOLUTIONS
 
LIBRARY V82 MANUAL.pdf
LIBRARY V82 MANUAL.pdfLIBRARY V82 MANUAL.pdf
LIBRARY V82 MANUAL.pdf
ssuserbcc73b
 
SysInfoTools MS Word DOTM Recovery
SysInfoTools MS Word DOTM RecoverySysInfoTools MS Word DOTM Recovery
SysInfoTools MS Word DOTM Recovery
SysInfoTools Software
 

Similar to S7 auto_install (20)

Readme optional package_printer_driver_v1_4
Readme optional package_printer_driver_v1_4Readme optional package_printer_driver_v1_4
Readme optional package_printer_driver_v1_4
 
Wfc878r eop hwsg_npd6407-00_en
Wfc878r eop hwsg_npd6407-00_enWfc878r eop hwsg_npd6407-00_en
Wfc878r eop hwsg_npd6407-00_en
 
109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en
109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en
109476781 sample library_for_instructions-v14_sp1_doku_v1_03_en
 
Siemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panelSiemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panel
 
Siemens catalog hmi-op717_e
Siemens catalog hmi-op717_eSiemens catalog hmi-op717_e
Siemens catalog hmi-op717_e
 
SysInfoTools OpenOffice Base Repair
SysInfoTools OpenOffice Base RepairSysInfoTools OpenOffice Base Repair
SysInfoTools OpenOffice Base Repair
 
SysInfoTools OpenOffice Impress Repair
 SysInfoTools OpenOffice Impress Repair SysInfoTools OpenOffice Impress Repair
SysInfoTools OpenOffice Impress Repair
 
Systemhandbuch_SIMOCODE_pro_en-US.pdf
Systemhandbuch_SIMOCODE_pro_en-US.pdfSystemhandbuch_SIMOCODE_pro_en-US.pdf
Systemhandbuch_SIMOCODE_pro_en-US.pdf
 
Tutorial Attendance Pingerprint
Tutorial Attendance PingerprintTutorial Attendance Pingerprint
Tutorial Attendance Pingerprint
 
Clients e
Clients eClients e
Clients e
 
Afes english manual
Afes english manualAfes english manual
Afes english manual
 
Afes fdn manual
Afes fdn manualAfes fdn manual
Afes fdn manual
 
SysInfoTools OpenOffice Calc Recovery
SysInfoTools OpenOffice Calc RecoverySysInfoTools OpenOffice Calc Recovery
SysInfoTools OpenOffice Calc Recovery
 
Att E
Att EAtt E
Att E
 
SysInfoTools OpenOffice Draw Repair
SysInfoTools OpenOffice Draw RepairSysInfoTools OpenOffice Draw Repair
SysInfoTools OpenOffice Draw Repair
 
Siemens pg 702 programming device
Siemens pg 702 programming deviceSiemens pg 702 programming device
Siemens pg 702 programming device
 
Siemens pg 702 programming device
Siemens pg 702 programming deviceSiemens pg 702 programming device
Siemens pg 702 programming device
 
manual vvtk camera_st7501
manual vvtk camera_st7501manual vvtk camera_st7501
manual vvtk camera_st7501
 
LIBRARY V82 MANUAL.pdf
LIBRARY V82 MANUAL.pdfLIBRARY V82 MANUAL.pdf
LIBRARY V82 MANUAL.pdf
 
SysInfoTools MS Word DOTM Recovery
SysInfoTools MS Word DOTM RecoverySysInfoTools MS Word DOTM Recovery
SysInfoTools MS Word DOTM Recovery
 

Recently uploaded

MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 

Recently uploaded (20)

MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 

S7 auto_install

  • 1. Performing an automated installation Programming and Operating Manual 02/2014 A5E31262972-AB Principles of an automated installation 1 Automated installation using the record / play mode 2 Automated installation via the command line 3 Parameter list 4 Return values from the installation process 5
  • 2. Legal information Warning notice system This manual contains notices you have to observe in order to ensure your personal safety, as well as to prevent damage to property. The notices referring to your personal safety are highlighted in the manual by a safety alert symbol, notices referring only to property damage have no safety alert symbol. These notices shown below are graded according to the degree of danger. DANGER indicates that death or severe personal injury will result if proper precautions are not taken. WARNING indicates that death or severe personal injury may result if proper precautions are not taken. CAUTION indicates that minor personal injury can result if proper precautions are not taken. NOTICE indicates that property damage can result if proper precautions are not taken. If more than one degree of danger is present, the warning notice representing the highest degree of danger will be used. A notice warning of injury to persons with a safety alert symbol may also include a warning relating to property damage. Qualified Personnel The product/system described in this documentation may be operated only by personnel qualified for the specific task in accordance with the relevant documentation, in particular its warning notices and safety instructions. Qualified personnel are those who, based on their training and experience, are capable of identifying risks and avoiding potential hazards when working with these products/systems. Proper use of Siemens products Note the following: WARNING Siemens products may only be used for the applications described in the catalog and in the relevant technical documentation. If products and components from other manufacturers are used, these must be recommended or approved by Siemens. Proper transport, storage, installation, assembly, commissioning, operation and maintenance are required to ensure that the products operate safely and without any problems. The permissible ambient conditions must be complied with. The information in the relevant documentation must be observed. Trademarks All names identified by ® are registered trademarks of Siemens AG. The remaining trademarks in this publication may be trademarks whose use by third parties for their own purposes could violate the rights of the owner. Disclaimer of Liability We have reviewed the contents of this publication to ensure consistency with the hardware and software described. Since variance cannot be precluded entirely, we cannot guarantee full consistency. However, the information in this publication is reviewed regularly and any necessary corrections are included in subsequent editions. Siemens AG Industry Sector Postfach 48 48 90026 NÜRNBERG GERMANY A5E31262972-AB Ⓟ 01/2014 Technical data subject to change Copyright © Siemens AG 2012 - 2014. All rights reserved
  • 3. Table of contents 1 Principles of an automated installation.........................................................................................................5 2 Automated installation using the record / play mode....................................................................................7 2.1 Start recording...............................................................................................................................7 2.2 Selecting installation settings........................................................................................................8 2.3 Playing the recording...................................................................................................................10 3 Automated installation via the command line.............................................................................................11 3.1 Automating the installation..........................................................................................................11 3.2 Automating modify or update......................................................................................................12 3.3 Automating repair........................................................................................................................13 3.4 Automating uninstall....................................................................................................................14 3.5 Examples of automated installation via the command line..........................................................15 4 Parameter list.............................................................................................................................................17 5 Return values from the installation process................................................................................................21 Index...........................................................................................................................................................23 Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 3
  • 4.
  • 5. Principles of an automated installation 1 Introduction If you are responsible for managing the software packages on several computers, you have several options for automating the installation. Record / Play Function You can use the record / play function to automate the following installation processes: ● Installation The software is installed on the basis of the parameters selected. ● Modify or update The software is reinstalled on the basis of the parameters selected. Command line You can use the command line to automate the following installation processes: ● Installation The software is installed on the basis of the parameters selected. ● Modify or update The software is reinstalled on the basis of the parameters selected. ● Repair (REINSTALL) When this option is selected, the existing software installation is repaired by means of a reinstallation. You can combine the "REINSTALL" parameter only with the "REBOOT", "/ qn" and "/qb" parameters. Thus, the software is reinstalled with the same parameters used for the original installation. ● Uninstall (REMOVE) The software is removed from the system. You can combine the "REMOVE" parameter only with the "REBOOT", "/qn" and "/qb" parameters. Note To execute the install, modify or update, repair or uninstall commands automatically, you must use one of the two parameters "/qn" or "/qb". If you omit these parameters, the normal installation dialog opens, allowing you to perform a manual installation. Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 5
  • 6.
  • 7. Automated installation using the record / play mode 2 2.1 Start recording Requirements ● Hardware and software of the programming device or PC meet the system requirements. Procedure To record the installation, proceed as follows: 1. Open the Windows command prompt with "Start > Run > cmd". 2. Switch to the directory that contains the "Start.exe" file. 3. In the command prompt, enter the following command: – "Start.exe /record" 4. Press the <Return> key to confirm your entry. Result The installation dialog opens with the information that you are in Record mode and the system will not be changed. Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 7
  • 8. 2.2 Selecting installation settings Procedure Proceed as follows to set the options for the installation: 1. In the dialog for selecting the setup language, select the language in which you want the setup program dialogs to be displayed and click the "Next" button. The dialog for selecting the product languages opens. 2. Select the languages for the product user interface, and click the "Next" button. Note "English" is always installed as the default product language. The dialog for selecting the product configuration opens. 3. Select the products you want to install: – If you wish to install the program in a minimal configuration, click on the "Minimal" button. – If you wish to install the program in a typical configuration, click on the "Typical" button. – If you wish to manually select which products are to be installed, select/deselect the option boxes for the products you wish to install. This activates the "User defined" button automatically. 4. If you want to create a shortcut on the desktop, select the "Create desktop shortcut" check box. 5. Click the "Browse" button if you want to change the target directory for the installation. Note We recommend that you use the "Program Files" folder as the target directory. If you select a hard drive (e.g. "D:"), make sure that this drive is present on all computers on which the program is to be installed. 6. Click the "Next" button. The dialog for the license terms opens. 7. To continue the installation, read and accept all license agreements and click "Next". If changes to the security and permissions settings are required in order to install the TIA Portal, the security settings dialog opens. 8. To continue the installation, accept the changes to the security and permissions settings, and click the "Next" button. The next dialog displays an overview of the installation settings. 9. Check the selected installation settings. If you want to make any changes, click the "Back" button until you reach the point in the dialog where you want to make changes. Once you have completed the desired changes, return to the overview by clicking "Next". 10.Click the "Next" button. The dialog with the procedure to follow for a restart and in the event of errors opens. 11.Select the desired options and save the configuration. 12.Click the "Exit" button. Automated installation using the record / play mode 2.2 Selecting installation settings Performing an automated installation 8 Programming and Operating Manual, 02/2014, A5E31262972-AB
  • 9. Result The automated installation file has been created and saved. Automated installation using the record / play mode 2.2 Selecting installation settings Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 9
  • 10. 2.3 Playing the recording Requirements ● Hardware and software of the programming device or PC meet the system requirements. ● You have administrator privileges on your computer. ● The previously recorded file ("*.rec") is present. ● All running programs are closed. Procedure To play the installation, proceed as follows: 1. Open the Windows command prompt with "Start > Run > cmd". 2. Switch to the directory that contains the "Start.exe" file. 3. In the command prompt, enter the following command: – "Start.exe /play=<Drive>:<Directory><File name>", e. g. "Start.exe /play=c:siemens configurationautoinstall.rec" 4. Press the <Return> key to confirm your entry. Note If no license key is found during the installation, the license transfer is skipped and you can take care of this later with the Automation License Manager. Result Installation takes place automatically using the settings recorded in the configuration file. Automated installation using the record / play mode 2.3 Playing the recording Performing an automated installation 10 Programming and Operating Manual, 02/2014, A5E31262972-AB
  • 11. Automated installation via the command line 3 3.1 Automating the installation Requirements ● Hardware and software of the programming device or PC meet the system requirements. ● You have administrator privileges on your computer. ● All running programs are closed. Procedure To start the installation with the desired options directly via the command interface, proceed as follows: 1. Open the Windows command prompt with "Start > Run > cmd". 2. Switch to the directory that contains the "Start.exe" file. 3. In the command prompt, enter one of the following commands: – Installation with visible installation information: "Start.exe /qb <Parameter>" – Installation without visible installation information: "Start.exe /qn <Parameter>" or "Start.exe /silent <Parameter>" Note Installation with the /qb or /qn parameters has the effect that no alarm windows are displayed, even if an error occurs. You can only evaluate the results via the return value. When using the option "REBOOT=Suppress", note that you need to evaluate the return value yourself and possibly restart the system and then restart the installation manually after the system restart in order to make evaluation of the return value possible. 4. Press the <Return> key to confirm your entry. Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 11
  • 12. 3.2 Automating modify or update You have the option to automate modifying installed products or updating to a new version. For this purpose, you can start the reinstallation with the desired options directly as a command line. Requirements ● Hardware and software of the programming device or PC meet the system requirements. ● You have administrator privileges on your computer. ● All running programs are closed. Procedure To modify or update installed products directly via the command line, follow these steps: 1. Open the Windows command prompt with "Start > Run > cmd". 2. Switch to the directory that contains the "Start.exe" file. 3. In the command prompt, enter one of the following commands: – Installation with visible installation information: "Start.exe /qb <Parameter>" – Installation without visible installation information: "Start.exe /qn <Parameter>" or "Start.exe /silent <Parameter>" Note Installation with the /qb or /qn parameters has the effect that no alarm windows are displayed, even if an error occurs. You can only evaluate the results via the return value. When using the option "REBOOT=Suppress", note that you need to evaluate the return value yourself and possibly restart the system and then restart the installation manually after the system restart in order to make evaluation of the return value possible. 4. Press the <Return> key to confirm your entry. Automated installation via the command line 3.2 Automating modify or update Performing an automated installation 12 Programming and Operating Manual, 02/2014, A5E31262972-AB
  • 13. 3.3 Automating repair If you invoke "Start.exe" again with the parameter "REINSTALL=ALL" after having performed an installation, a reinstallation of all components take place exactly as if you had selected "Repair" during a dialog-guided installation. The installation is identical to that described previously. Automated repair via the command line is invoked in the exact same way as automated installation. You can determine the restart behavior by entering a parameter. "REINSTALL" can be combined only with the "REBOOT", "/qn" and "/qb" parameters. All other parameters are prohibited. Requirements ● Hardware and software of the programming device or PC meet the system requirements. ● You have administrator privileges on your computer. ● All running programs are closed. Procedure To repair an installation directly via the command line, follow these steps: 1. Open the Windows command prompt with "Start > Run > cmd". 2. Switch to the directory that contains the "Start.exe" file. 3. In the command prompt, enter one of the following commands: – Installation with visible installation information: "Start.exe /qb REINSTALL=ALL <REBOOT-Parameter>" – Installation without visible installation information: "Start.exe /qn REINSTALL=ALL <REBOOT-Parameter>" or "Start.exe /silent REINSTALL=ALL <REBOOT-Parameter>" Note The REBOOT parameter is optional. When using the "REBOOT=Suppress" option, however, remember that you must evaluate the return value yourself and possibly restart the system. 4. Press the <Return> key to confirm your entry. Automated installation via the command line 3.3 Automating repair Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 13
  • 14. 3.4 Automating uninstall If you want to remove an existing installation, you can accomplish this by means of an automated uninstall. This uninstalls all software packages. Automated uninstall via the command line is invoked in the exact same way as automated installation. You can determine the restart behavior by entering a parameter. "REMOVE" can be combined only with the "REBOOT", "/qn" and "/qb" parameters. All other parameters are prohibited. Requirements ● You have administrator privileges on your computer. ● All running programs are closed. Procedure To start the uninstall directly via the command line, follow these steps: 1. Open the Windows command prompt with "Start > Run > cmd". 2. Switch to the directory that contains the "Start.exe" file. 3. In the command prompt, enter one of the following commands: – Uninstall with visible installation information: "Start.exe /qb REMOVE =ALL <REBOOT- Parameter>" – Uninstall without visible installation information: "Start.exe /qn REMOVE =ALL <REBOOT-Parameter>" or "Start.exe /silent REMOVE =ALL <REBOOT-Parameter>" Note The REBOOT parameter is optional. When using the "REBOOT=Suppress" option, however, remember that you must evaluate the return value yourself and possibly restart the system. 4. Press the <Return> key to confirm your entry. Automated installation via the command line 3.4 Automating uninstall Performing an automated installation 14 Programming and Operating Manual, 02/2014, A5E31262972-AB
  • 15. 3.5 Examples of automated installation via the command line Example of a typical installation with REBOOT=AUTO The following example shows a typical installation via the command line: Start.exe /qb REBOOT=Auto INSTALLLANGUAGE=1031;1033 INSTALLDIR="D: TIAPortal" INSTALLLEVEL=Typical In this example, a typical installation ("INSTALLLEVEL=Typical") is performed for the languages German and English ("INSTALLLANGUAGE=1031;1033"). At the end of the installation, the system is restarted automatically without the request for a confirmation ("REBOOT=Auto"). The directory "D:TIAPortal" is used as the installation directory ("INSTALLDIR=D:TIAPortal"). Example of a complete installation with REBOOT=Suppress The following example shows a complete installation via the command line: Start.exe /qb REBOOT=Suppress INSTALLLANGUAGE=1031;1033 INSTALLDIR="D:TIAPortal" INSTALLLEVEL=Complete In this example, a complete installation ("INSTALLLEVEL=Complete") is performed for the languages German and English ("INSTALLLANGUAGE=1031;1033"). At the end of the installation, restart of the system is suppressed ("REBOOT=Suppress"). This means that you must evaluate the return value yourself and possibly restart the system manually. Example of querying the return value per batch file The following example shows you how to query the return value per batch file: SET SetupSuccess=%ERRORLEVEL% if '%SetupSuccess%' EQU '0' ( echo Setup successful. Return code: %SetupSuccess% ) else ( if '%SetupSuccess%' EQU '3010' ( echo Setup successful. A reboot is needed! Return code: %SetupSuccess% ) else ( echo "ERROR during Setup! Return code: %SetupSuccess% ) ) Pause The return code "1641" also documents successful completion of the installation and that restart has already been initiated. Restart occurs, however, only if "/REBOOT=Auto" is used and for this reason was not evaluated in the batch file. You can find all possible return values under Return values from the installation process (Page 21). Automated installation via the command line 3.5 Examples of automated installation via the command line Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 15
  • 16.
  • 17. Parameter list 4 Parameters for automated installation The following table shows the parameters available to you for an automated installation: Parameters Description Permitted for Possible values Explanation of the values /qb 1) You can use this parameter to perform an automated installation. During the installation, you receive information on the installation currently being performed. Notes: ● Without the parameter "qb" or "qn", you cannot perform an automated installation. ● The parameters "qn" and "qb" cannot both be used together within one call. ● The information during the installation appears in the set installation language. This means that this information matches the texts in the log files. You need these log files, for instance, if you need to contact Product Support. ● You can take the results of the installation from the return values. Installation Reinstallation Uninstallation - /qn or /silent 1) You can use this parameter to perform an automated installation. During the installation, you will receive no information on the installation currently being performed. Notes: ● Without the parameter "qb" or "qn", you cannot perform an automated installation. ● The parameters "qn" and "qb" cannot both be used together within one call. ● You can take the results of the installation from the return values. Installation Reinstallation Uninstallation - /lcid You can use this parameter to specify the setup language you want to use for the installation. Here, you enter the following local ID (LCID) for the desired language in decimal format. Example: Installation Reinstallation Uninstallation 1031 German 1033 English 1040 Italian 1036 French 3082 Spanish Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 17
  • 18. Parameters Description Permitted for Possible values Explanation of the values /lcid=1031 2052 Chinese ... Further product languages /record You can use this parameter to start the Record mode. It creates the "autoinstall.rec" file for automated installation Installation /play You can use this parameter to start the Play mode. In this mode, you need the configuration file that was created in the Record mode. Example: /play="C:Siemens Configurations autoinstall.rec" Installation INSTALLDIR You can use this parameter to specify the target direction for the installation. Example: INSTALLDIR="D:TIAPortal" Installation INSTALLLANGUAGE INSTALLLANGUAGE You can use this parameter to specify the product languages you want to install. Here, you enter the following local IDs (LCID) for the desired languages in decimal format. Example: INSTALLLANGUAGE=1031;1033 Installation 1031 German 1033 English 1040 Italian 1036 French 3082 Spanish 2052 Chinese ... Further product languages REBOOT You can use this parameter to specify the restart characteristics during the installation. Example: REBOOT=Suppress Installation Reinstallation Uninstallation Auto A restart, if necessary, is performed automatically at the end of installation. Suppress 2) The restart is suppressed at the end of installation. If a restart would have been necessary, the calling process must initiate the restart. Continuation of the installation is also suppressed if this is necessary after the restart (in the case of return value 13010). ONERROR You can use this parameter to specify the procedure to follow in the event of an error at the end of installation. Example: ONERROR=Suppress Installation Reinstallation Uninstallation Suppress The dialog with the errors that occurred is suppressed at the end of installation. The errors can be evaluated on the basis of the return values during the process. Parameter list Performing an automated installation 18 Programming and Operating Manual, 02/2014, A5E31262972-AB
  • 19. Parameters Description Permitted for Possible values Explanation of the values User In the event of an error, the dialog with the errors that occurred is displayed at the end of installation. INSTALLLEVEL You can use this parameter to specify the type of installation. Example: INSTALLLEVEL=Complete Installation Minimum Minimum installation Typical Typical installation Complete Complete installation 1) Installation with the /qb or /qn parameters has the effect that no alarm windows are displayed, even if an error occurs. You can only evaluate the results via the return value. 2) If the installation is not yet finished (return value 13010), you first need to restart the system and then the installation in order to make evaluation of the return value possible. Parameter list Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 19
  • 20.
  • 21. Return values from the installation process 5 List of return values The following table shows the return values from an automated installation along with their descriptions: Return value Technical fault description Description ? OtherError Any return value that is not described in the following table generally indicates an error. Detailed information on all errors can always be found in the installation log. Open the most recent log file whose name begins with "SIA". 0 Success The installation was successful. No errors have occurred. 5 AccessDenied You do not have appropriate rights. The installation requires administrator's rights. 112 DiskFull Not enough free space on the target media. 1601 InstallServiceFailure An internal error has occurred during initialization. 1602 UserExit Cancellation by user occurs most often as the result of Cancel being selected in a dialog. 1603 InstallFailure An error has occurred while performing the installation. 1605 UnknownProduct An internal error has occurred during product configuration. 1610 BadConfiguration An internal error has occurred during product configuration. 1618 InstallAlreadyRunning Another installation is already running. A simultaneous installation is not possible. 1622 InstallLogFailure An error has occurred while writing the log. 1627 FunctionFailed An internal error has occurred. 1633 InstallPlatformUnsupported This operating system is not supported. 1639 InvalidCommandline There is an error in the indicated command line. 1641 SuccessRebootInitiated The installation was successful. A restart has already been initiated to complete the operation. 3010 SuccessRebootRequired The installation was successful. A restart is absolutely necessary to complete the operation! 5001 PrerequisitesFailure The installation conditions have not been fulfilled. For more information, you can restart the installation by double-clicking start.exe. 5002 InvalidIEVersion Internet Explorer is not installed or an unsupported version is installed. 5003 ResourcesFailed An internal error has occurred during initialization. 5004 ProductInitFailed An internal error occurred (the installation media may be defective). 5005 ProductInitNewerVersionInstalled A newer version of the product is already installed. 5006 ProductInitMoreValuableEditionIns talled A more complete edition of the product is already installed (e.g. if you are attempting to install a basic version although a professional version is installed). Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 21
  • 22. Return value Technical fault description Description 5007 ProductInitOptionalWithoutMain You are attempting to install an optional package without the main software. 5008 ProductIncompatibility A product that is incompatible with the product to be installed is already present. 5009 AutoinstallFileNotFound The file required for the Play mode could not be found. 5010 AutoinstallUnexpectedContent The file for the Play mode cannot be read (wrong format, wrong version or unsuitable installation media). 11641 NotCompleteReboot Setup is not complete and must be continued after restarting. Restarting has already begun. After restarting, you must restart installation. 13010 NotCompleteRebootRequired Setup is not complete and must be continued after restarting. You must initiate a restart and then restart the installation again. Return values from the installation process Performing an automated installation 22 Programming and Operating Manual, 02/2014, A5E31262972-AB
  • 23. Index A Automated installation Playing, 10 Select settings for the Record mode, 8 Automated Installation via the command line, 5 Automating product modification, 12 Automating product update, 12 Automating repair, 13 Automating uninstall, 14 Basics, 5 Examples of automated installation via the command line, 15 Logging, 7 Parameter list, 17 Record / Play Function, 5 Return values, 21 via the command line, 11 Performing an automated installation Programming and Operating Manual, 02/2014, A5E31262972-AB 23