00195467-01_Installation Manual Setup Center 2.2.pdf - 第76页
SIPLACE Setup Center 2.2 Installation Manual 5.6 T roubleshooting If it is not possible to solve a problem during installation of SIPLACE Setup Center, please send the file SIPLACESetupCenterSetupLog.html and all similar…

Installation Manual SIPLACE Setup Center 2.2
5.4.3.4 RF Station Communication Configuration
The following barcodes are required to set up the RF station and activates the RF station serial
communication to the PC.
Restore OM-DRAGON™ default
RS232
5.5 Testing the Installation
• Connect the RF station to the Setup Center PC to the COM interface.
• Make sure, the RF station is on (yellow LED is active).
• If Setup Center is already running open the configuration dialog, otherwise start Setup
Center.
• Select the COM port in the configuration dialog of SIPLACE Setup Center and apply
settings.
• Press successively all three buttons on the scanner.
• Now the main menu text “SIPLACE Setup Center” is displayed on the scanner.
75 of 90
-
SIPLACE Setup Center 2.2 Installation Manual
5.6 Troubleshooting
If it is not possible to solve a problem during installation of SIPLACE Setup Center, please send
the file SIPLACESetupCenterSetupLog.html and all similar “log” named files to the SIEMENS
Service. 6
5.6.1 Relevant files to analyze setup problems
Error description:
Whenever problems arise during setup, please inspect the file
SIPLACESetupCenterSetupLog.html, which is written during each installation. 6
Cause:
Setup problems.
Solution:
The log file is found either in C:\ (prior to the "move data phase") or in the selected program
folder. 6
Old versions of the log file are located in the program folder. A timestamp is added to the
filename. Dialog boxes appear during the file copying phase of installation which only contain
Yes and No options. 6
Hint
If you need Siemens support regarding installation problems, please provide all installation
log files.
76 of 90

Installation Manual SIPLACE Setup Center 2.2
5.6.2 How to run setup with verbose logging?
Error description:
Whenever an installation runs into problems, it is useful to have as much information at hand as
possible in order to analyze the problem. 6
Solution:
Create a log file that records the progress of a Install Script MSI (formerly Standard) based
installation, you can either execute the setup.exe at the command line using the /Verbose switch,
or you can set a specific registry entry. The log file can be used to diagnose the cause of failure
or unexpected behavior in an installation. 6
There are two ways to log an Install Script MSI project (as SIPLACE Setup Center setup is). 6
6
Log a single setup
An Install Script MSI installation can be logged using the following command line: (replace the
path definition as applicable) 6
Setup.exe /Verbose "d:\place for logs\package.log"6
Running this command line logs everything verbosely. 6
6
Log all MSI-based setups
To log all MSI-based setups launched through setup.exe, follow these steps: 6
Launch the Registry Editor (regedit.exe) in Windows.
Create the following registry key:
HKEY_CURRENT_USER\Software\InstallShield\ISWI\3.0\SetupExeLog
Create a string value entitled VerboseLogFileName in this key.
Enter the full path to where the log file will be created as the value for this string.
Run the setup again.
Example string value: C:\Test Folder\MyFile.log
For more details please refer to http://support.installshield.com/kb/view.asp?articleid=q105237.
Document ID: Q105237 6
Note
You could always use CD: Verbose_Setup.cmd. This will invoke verbose logging
with the first of the methods described above.
77 of 90
-