cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
VJKinstall
Level 3

Log file location

Hello,

For the following,

Swing custom dialog code, in

public void initializeUIDialogName (com.installshield.event.ui.ISDialogContext context) {

. . .

LogUtils.getLog().logEvent (this, Log.ERROR, "message");

. . .

}


1) what would be the default location of the log file and how to configure it for the application ?

2) how to configure the logging level ?

Under Installation Designer -> Installation Information -> General Information -> Advanced Properties -> Log File location is specified. But log messages are not written to this file.

Thanks in advance for the help.
Labels (1)
0 Kudos
(2) Replies
Mayus4
Level 3

Test with the next steps:

- In View List:
/ Organization / Installation Design
- In Explorer:
/ project name /
- In Properties:
/ Standard Properties / Install Location

The default value is "$D(install)/$P(vendor)/$P(displayName)", and I have my log over there ¿and you?
0 Kudos
aruizf
Level 3

Go to "Behavior and Logic/Sequences" in the View List, and in the Explorer go to "Sequences/Product Sequence/Installation Sequence". Then, go to Properties and click on "Standard Properties/Wizard Log". You can edit the defaults there.

If not, try running the installer with this argument: "-is:log "
0 Kudos