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
- :
- Problem with Log folder structure
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
Jul 03, 2015
10:42 AM
Problem with Log folder structure
I have a following problem :
I am creating InstallShield installation projects for multiple application components of our software in Installshield 2011.
I need to set logging into specific folder path - that is possible to set
1.straight in ".ism program "
Release 1Product Configuration 1<ISProjectFolder>PackageName1103321Intel103320000MediaLocationhttp://8464397/L!omecui "c:\Log.log"
2. call msiexec .msi program
msiexec /L
I am creating InstallShield installation projects for multiple application components of our software in Installshield 2011.
I need to set logging into specific folder path - that is possible to set
1.straight in ".ism program "
2. call msiexec .msi program
msiexec /L
3. call setup.exe with -f2 parameter
Setup.exe /s /f2"C:\ some_path\Log.log".
However there is a problem with path the folder creation:
Let’s say I wan to create log file under path:
C:\folder1\fol...
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 27, 2015
04:30 AM
You can run a Prerequisite which creates a folder for you.
It can be a VBScript/batch file which will be executed in a .prq.
It can be a VBScript/batch file which will be executed in a .prq.