I need command line parameter to create log file

2009-05-12 15:49:38 by support-it

Hallo!

Gibt es die Möglichkeit, dass Setup in einer Log-Datei zu protokolieren?

Derzeit starte ist das Setup wie folgt:
PDFCreator-0_9_8_setup.exe /VerySILENT
/LOADINF="Setup.iss" /NORESTART

Vielen Dank
Frank.

-------------
Hello!
I need command line parameter to create log file!

Thank
Frank.


2009-05-12 20:44:22 by thesmilyface

/LOG
Causes Setup to create a log file in the user's TEMP directory detailing file installation and [Run] actions taken during the installation process. This can be a helpful debugging aid. For example, if you suspect a file isn't being replaced when you believe it should be (or vice versa), the log file will tell you if the file was really skipped, and why.

The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)

The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice.

/LOG="filename"
Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file. If a file with the specified name already exists it will be overwritten. If the file cannot be created, Setup will abort with an error message.

----------------------

Best regards,

Frank
Team PDFCreator