Creating A Log File During Installation [TN]


  
 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
  

 

 

 

 

 

 

 

 

Overview

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. 

Creating a Log from MSI files

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. 

Example - Creating the Log File for AutoPLANT V8i (8.11.5.36)

  1. Locate the msi file

    1. 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)

    2. 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

  2. Open Run in windows under the Start menu

  3. In the Open text field place the following - msiexec.exe /Lv* c:\APInstaller.log /I "C:\BentleyDownloads\appd08110536en\install\AutoPLANT Plant Design V8i.msi"

  4. This will launch the install process

  5.  After the installer has stopped, check the C:\ folder and locate the APInstaller.log file that should have been created

See Also

Product TechNotes and FAQs

Plant TechNotes And FAQs

External Links

Bentley Technical Support KnowledgeBase

Bentley LEARN Server

Comments or Corrections?

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!