#1
|
|||
|
|||
automatically closing alert window
I have a step that calls a .bat file that registers a .dll. The problem is that upon registering the dll, a windows alert box pops up to tell me that the dll has been successfully registered. The step will not continue until OK has been clicked on the alert window. Does anyone know how to respond to this event from with Visual Builder?
Thanks. |
#2
|
|||
|
|||
If the batch file calls regsvr32, add the /s switch to suppress the dialog.
http://support.microsoft.com/kb/249873 Within VBP, use the COM Register action. http://www.visualbuild.com/Manual/comregister.htm |
|
|