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
- :
- Logging
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
May 04, 2017
02:23 AM
Logging
Hi,
I need to generate the log file at custom location. It might be possible the path does not already exist. Then how could I achieve this.
I need to generate the log file at custom location. It might be possible the path does not already exist. Then how could I achieve this.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 04, 2017
03:41 PM
That's not really particular to InstallShield. It is, however, particular to MSIEXEC.EXE a.k.a. Windows Installer. If the path does not exist where you specify the log file to be written to it will not create the path for you, it will instead give the message "Error opening installation log file. Verify that the specified log file location exists and is writable"
You will either need to create the folder ahead of time for it to use or you will need to use a well-defined folder location like %TEMP%.
Chad
You will either need to create the folder ahead of time for it to use or you will need to use a well-defined folder location like %TEMP%.
Chad