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
|