Archive: Logging


Logging
Does LogSet command depend of DirText command?


Not that I know. Why?

-Hendri.


Logging
I have created 2 scripts. They are the same. In the first, I let the user choose the install directory (DirText). In the other I set the install directory without DirText command.

Result:

In the first:
- The file $INSTDIR\Install.log was saved.

In the second:
- The file $INSTDIR\Install.log wasn't created.

I would like to know more about Log functions. Where I could find that?

Thanks,
Maragato

Brasil, five times winner. Ronaldo!!!!!!!


I cannot explain this. The only place to look for an explanation is the source. But I do not know C, so I cannot help here.

Good luck,
-Hendri.


LogSet Command
The install.log is writed after SetOutPath $INSTDIR.
This is my conclusion.

Thanks a lot.


This sounds logical to me, although I cannot test it. If the installer doesn't know where to log, it won't log. Yeah, logical :).

Greetz,
-Hendri.