The "VbsCaEntryName" Command |
This is a macro which contains the name of the function that is being created for you by the "VbsCaEntry" command.
You must use this macro to specify the function name when updating the return code.
EXAMPLE |
<$VbsCaEntry "Install"> ;--- Do something ---------- UserFunction() ;--- Set up an error return code (will cause rollback) --- <$VbsCaEntryName> = 1603 <$/VbsCaEntry>