Call must be used with function names starting with "un." in the uninstall section.I tried wrapping IsUserAdmin with a !macro (based on the advice given in another thread here), but I still receive the same error.
The only option I see right now is to create another function, named un.IsUserAdmin, essentially duplicating the code of IsUserAdmin. However, this is ugly and I would prefer to find a more elegant solution.
Any ideas?
10 minutes later update: I just discovered this thread.