bdn.borland.com

Article #29229: How can I generate a log file of the Delphi installation process?

Question:


How can I generate a log file of the Delphi installation process?


Answer:


Open up a command window and type the following:
(keep in mind that the path settings may be different depending on your machine's configuration)

c:\winnt\system32\msiexec /L*V c:\install.log /i "e:\install\Borland Delphi 6.msi"

Last Modified: 30-OCT-02