WINAMP.COM | Forums > Developer Center > NSIS Discussion > nsExec problem |
Last Thread
Next Thread
|
| Author |
|
|
Afrow UK Moderator
Registered: Nov 2002 |
nsExec problem
Could not load: C:\DOCUME~1\WINDOW~1\LOCALS~1\Temp\nst22.tmp\nsExec.dll __________________ |
||
|
|
|
rainwater Senior Member
Registered: Aug 2000 |
Did you look to see if the file was there? |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
b0 or b1? Please attach the script. __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
To use LogText you have to compile your own version of NSIS with #define NSIS_CONFIG_LOG uncommented in Source\exehead\config.h. Then use LogSet to turn on/off the log and then you'll be able to use LogText (I think you can skip LogSet, not sure about it). __________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Another question... __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Well, you can do what NSIS does when the user right-clicks the log and chooses copy. This will require System.dll and I don't have much time now so you'll have to wait for tomorrow unless someone will figure it out before me __________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
How is the figuring it out going __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Here it is: __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Well, the function in the example is not built for the uninstaller as you can see by its lack of "un." prefix. If you wish to use it in the uninstaller, rename it to un.DumpLog. __________________ |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > nsExec problem |
Forum Rules:
|