Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 2nd May 2008, 14:23   #1
AaronLS
Senior Member
 
Join Date: Mar 2008
Posts: 129
nsExec::ExecToLog not showing in install.log

I have started using the awsome nsExec to run things like regasm. It seems that the ExecToLog shows up in the install log page, but not in the install.log that is created by the Advanced Logging build. Is this a bug? I am wondering if the way it is being redirected to the log page is somehow bypassing the point at which the logging is done to the file.

I have a feeling that I will need to just use ExecToStack and push to the log manually, but I figured it wouldn't hurt to ask.
AaronLS is offline   Reply With Quote
Old 2nd May 2008, 16:24   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,336
The things written to the log and the things written to install.log are two completely different things. If you want to write plug-in output to the log, you'll have to do this manually with LogText.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 2nd May 2008, 17:08   #3
AaronLS
Senior Member
 
Join Date: Mar 2008
Posts: 129
Thanks.
AaronLS is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump