Skip to content
⌘ NSIS Forum Archive

GetTime usage in uninstall.exe

2 posts

koes#

GetTime usage in uninstall.exe

I would like to use the GetTime macro in uninstall, but of course I run into the issue where the function must start with a "un.". Is there a suggested workaround?

!insertmacro: GetTimeCall
Call must be used with function names starting with "un." in the uninstall section.
Usage: Call function_name | [:label_name]
Error in macro GetTimeCall on macroline 5
Error in script "D:\Projects\ILT\installer\setup.nsi" on line 346 -- aborting creation process
Afrow UK#
It's a shame you didn't search the forum.
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.


Stu