Skip to content
⌘ NSIS Forum Archive

How to use Dumpstate::debug in uninstall section

3 posts

AxelMock#

How to use Dumpstate::debug in uninstall section

Hi,
my question is very similar to the last thread.

I want to use Dumpstate::debug in the un.oninit section, and the compiler tells me the name has to start with un.

Of course I tried to put an un. before, but that doesn't work.

Any ideas or hints?
Red Wine#
Assuming that you've placed the dumpstate.dll into plugins directory, you should be able to call it either in function un.onInit or within the uninstall section.
AxelMock#
Closed (Simple Error)

Hi,

thanks for the fast response.

My error was to put a CALL before... :-(