\
Source Code
VBSCRIPT
Custom Action Functions
CaDebugPause()
This function can be used in any generated jscript or vbscript custom actions.
If the "PAUSE" parameter
(on the "JsCa" or "VbsCa" command)
specified "Y" then this command will display a message
box with the passed text as well as some other useful information.
The message box will of course pause processing
(unless the custom action is running async)
allowing you to examine your computer for before and after situations.
The function takes these parameters:
- The text to be diaplayed if user wants debug pauses.