cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Naveed
Level 6

How to show date with log entries in installer log file.

For built in installer events, log file entries only show time with each entry.
e.g.

Action start 10:00:32: FindRelatedProducts.
Action ended 10:00:32: FindRelatedProducts. Return value 0.


How can I modify it so that it also shows date and time in each log entry?
e.g.

Action start "12/16/2009" 10:00:32: FindRelatedProducts.
Action ended "12/16/2009" 10:00:32: FindRelatedProducts. Return value 0.

Thanks
Naveed
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Those messages come from the Windows Installer engine, and offhand I don't know of a way to change them. The beginning of the log (the first line or so) should indicate the date, however.
0 Kudos