This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to show date with log entries in installer log file.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 17, 2009
09:22 AM
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
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
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 17, 2009
09:37 AM
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.
