Forum: NSIS Discussion
11th December 2007, 11:06
|
|
Replies: 0
Views: 1,150
Retrieve error messages?
Hi!
The IfErrors instruction and the error flag are good features, but is there some way of getting the last error as a string? This is what I want:
...
IfErrors 0 +3
DetailPrint "Error:...
|
Forum: NSIS Discussion
5th December 2007, 14:46
|
|
Replies: 41
Views: 25,855
Hi!
I ran into a problem with the example...
Hi!
I ran into a problem with the example script ""Advanced Uninstall Log Demo". At uninstall there was a problem with removing empty directories. The code below prevented the uninstaller from...
|