Skip to content
⌘ NSIS Forum Archive

Uninstaller name

6 posts

k_hejwosz#
YES but I am compiling against NSIS 2.24 (for various reasons). It does not have neither $EXEPATH nor $EXEFILE

And I did not mean INSTALLER but UNINSTALLER.
Anders#
well, it works in the uninstaller aswell

if you want to use the system plugin, you can do
System::Call 'kernel32::GetModuleFileNameA(i 0, t .R0, i 1024)i'
MessageBox mb_ok $R0
k_hejwosz#
This is actually what I tried before posting to this forum BUT:
Instead: C:\Program Files\SuperMemo\uninst\sm06unin.exe
I got: C:\DOCUME~1\MICHAE~1\LOCALS~1\Temp\~nsu.tmp\Bu_.exe

Any other ideas??