GetDrives macro in the uninstall section
I am trying to use the GetDrives macro in my unistall section.
Gives me an error:
Section: "Uninstall"
ExecWait: "unregister.bat" (->)
!insertmacro: GetDrivesCall
Call must be used with function names starting with "un." in the uninstall section.
Usage: Call function_name | [:label_name]
Error in macro GetDrivesCall on macroline 7
Do i have to duplicate the macro and prefix the function with 'un.' ?