Applies To | |||
Product(s): | AutoPLANT Piping | ||
Version(s): | 08.09.02.02, 08.09.03.30, 08.09.03.49, 08.11.05.36 | ||
Environment: | N/A | ||
Area: | N/A | ||
Subarea: | N/A | ||
Original Author: | Richard DeLong, Bentley Technical Support Group | ||
During an installation, sometimes a log might be needed. Typically due to problems during the install process, such as interruptions or errors. This technote goes over the basic steps to producing a log file with AutoPLANT software. These steps could be applied to any software that provides a msi file.
In order to create a log from an MSI file, all that is needed is a command string, the location of the msi file, and the name of the msi file. The basic command for creating a log file is as follows -
It can also appear as this -
Either of the two command should result in the same thing, a log file created directly on the C:\ called "Installer.log". The /Lv or /lvi section is the part that tells the program were to place the log file. The /i or /I os the part that points to the msi or installer file. For an example of creating a log for AutoPLANT V8i see below.
Locate the msi file
For AutoPLANT V8i, it is typically located in this location - C:\BentleyDownloads\appd08110536en\install (After unpacking the file from the exe downloaded from Bentley Select)
The name of the msi for 8.11.5.36 is AutoPLANT Plant Design V8i.msi, but it can vary depending on the version and product
Open Run in windows under the Start menu
In the Open text field place the following - msiexec.exe /Lv* c:\APInstaller.log /I "C:\BentleyDownloads\appd08110536en\install\AutoPLANT Plant Design V8i.msi"
This will launch the install process
After the installer has stopped, check the C:\ folder and locate the APInstaller.log file that should have been created
Bentley Technical Support KnowledgeBase
Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!