WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Redirect DetailPrint/Install details
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
ChocJunkie
Member

Registered: Oct 2009
From: Germany

Redirect DetailPrint/Install details

Hi

Is it possible to redirect the messages printed to "Installation Details" to a personalized log file some how - especially the messages not printed from myself ()?

Thanks.

CJ

Quick Link | Report this post to a moderator | IP: Logged

ChocJunkie is offline Old Post 11-06-2009 01:22 PM
Click Here to See the Profile for ChocJunkie Click here to Send ChocJunkie a Private Message Find more posts by ChocJunkie Add ChocJunkie to your buddy list Edit/Delete Message Reply w/Quote
jpderuiter
Senior Member

Registered: Feb 2007
From:

http://nsis.sourceforge.net/Dump_log_to_file

Quick Link | Report this post to a moderator | IP: Logged

jpderuiter is offline Old Post 11-06-2009 02:09 PM
Click Here to See the Profile for jpderuiter Click here to Send jpderuiter a Private Message Find more posts by jpderuiter Add jpderuiter to your buddy list Edit/Delete Message Reply w/Quote
ChocJunkie
Member

Registered: Oct 2009
From: Germany

Thanks.

That's one way, but I would like to write it to my log file while the installer is executing and the messages are printed.
Is there a way to do this?

CJ

Quick Link | Report this post to a moderator | IP: Logged

ChocJunkie is offline Old Post 11-06-2009 03:00 PM
Click Here to See the Profile for ChocJunkie Click here to Send ChocJunkie a Private Message Find more posts by ChocJunkie Add ChocJunkie to your buddy list Edit/Delete Message Reply w/Quote
bubunia2000
Junior Member

Registered: Oct 2009
From:

uninstall log file geration

Hi all,
I try to use to generate installation log file from the
code mentioned in

URL submitted by user. It generates the install.log perfectly when I Call Function as follows:

StrCpy $0 "$EXEDIR\install.log"
Push $0
Call DumpLog

I want to reuse the same function name to create log for uninstallation also.

When I compile I get the following error:

Call must be used with function names starting with "un." in the uninstall section(uninstall.log).
Usage: Call function_name | [:label_name]

When I comment out "Call DumpLog" from below it compiles fine:

StrCpy $0 "$EXEDIR\uninstall.log"
Push $0
Call DumpLog

Can any help me in this regard?

Cheers
Pradeep

Quick Link | Report this post to a moderator | IP: Logged

bubunia2000 is offline Old Post 11-09-2009 12:40 PM
Click Here to See the Profile for bubunia2000 Click here to Send bubunia2000 a Private Message Click Here to Email bubunia2000 Find more posts by bubunia2000 Add bubunia2000 to your buddy list Edit/Delete Message Reply w/Quote
MSG
Senior Member

Registered: Oct 2006
From:

Simply copy the function code into

Function un.dumplog
FunctionEnd

Quick Link | Report this post to a moderator | IP: Logged

MSG is offline Old Post 11-09-2009 03:24 PM
Click Here to See the Profile for MSG Click here to Send MSG a Private Message Find more posts by MSG Add MSG to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 02:05 AM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Redirect DetailPrint/Install details
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON