LOGGED does not work
Posted: Fri Nov 06, 2015 2:26 pm
Hi Support Team,
My MSI script starts in the following way:
- Comment: Native Code Setup Engine 32 bit-64 bit Installer Project
- ForceDirectories C:\ProgramData\Company\Product\Log (my own PlugIn)
- set variable LOGGED to C:\ProgramData\Company\Product\Log\Product v1.2.3.4 Setup.log
- Write into Text File $LOGGED$ from value Start Install of Product $VERSION$ at $DATE$ $TIME$ (at end of file)
- Define Region: Check Application Requirements
- ...
The log file is not created.
In case I add the /l= argument to the command line the log is written.
Do I miss something or is this a bug?
Best regards
Michael
My MSI script starts in the following way:
- Comment: Native Code Setup Engine 32 bit-64 bit Installer Project
- ForceDirectories C:\ProgramData\Company\Product\Log (my own PlugIn)
- set variable LOGGED to C:\ProgramData\Company\Product\Log\Product v1.2.3.4 Setup.log
- Write into Text File $LOGGED$ from value Start Install of Product $VERSION$ at $DATE$ $TIME$ (at end of file)
- Define Region: Check Application Requirements
- ...
The log file is not created.
In case I add the /l= argument to the command line the log is written.
Do I miss something or is this a bug?
Best regards
Michael