00195467-01_Installation Manual Setup Center 2.2 - 第78页
SIPLACE Setup Center 2.2 Installation Manual 5.6.3 Error code 1316 and 1603 “Error 1316. A network error occurred wh ile attempting to read from the file C:\WINDOWS\Installer\SIPL ACE Setup Center.msi” Error description:…

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
-

SIPLACE Setup Center 2.2 Installation Manual
5.6.3 Error code 1316 and 1603
“Error 1316. A network error occurred while attempting to read from the file
C:\WINDOWS\Installer\SIPLACE Setup Center.msi”
Error description:
The error messages 1316 and 1603 from the Microsoft Installer Service could appear under
different conditions.
Cause:
See Install Shield knowledgebase articles Q107390 and Q107182. 6
Workaround:
Copy the files "SIPLACE Setup Center.msi" and "Data1.cab" from the setup CD in the
directory mentioned in the error message e.g. C:/Windows/Installer/SIPLACE Setup
Center.msi.
Retry the setup:
• The error message offers to cancel the setup or
• Confirm the error message with OK. The setup is cancelled. Then restart the
setup.
After a successful setup, remove the copied files.
If the copied files are not removed, the installer could access these outdated files during the
next setup which might cause further problems.
Note
It has not been proven if this workaround helps in all possible situations. In case of
any further problems please contact your SIPLACE service technician.
78 of 90
Installation Manual SIPLACE Setup Center 2.2
5.6.4 Conflicting old SIPLACE Setup Center installations
Error Description:
InstallShield reports a conflicting old installation of SIPLACE Setup Center.
Cause:
The new SIPLACE Setup Center installation conflicts with old SIPLACE Setup Center
installations.
Solution:
If SIPLACE Setup Center setup detects old installations and if you are absolutely sure you have
uninstalled the old version of SIPLACE Setup Center, please proceed as follow:
Make sure that you have manually removed any remnants of this old installation from the
program folder except for the database.
5.6.5 Conflicts with old SIPLACE Setup Center configurations
Error Description
After reinstalling SIPLACE Setup Center, the program starts but displays an error that the
database can not be reached. During the installation the correct database server was selected.
Cause
The database server’s name has probably changed since the last installation. When uninstalling
SIPLACE Setup Center, all configuration files are backed up and restored after a new installation.
The old settings, including the database server’s name, will be restored. In this case the selected
database server will be overwritten in the settings.
Solution
Please correct the database server name in the settings dialog of SIPLACE Setup Center.
79 of 90
-