PDA

View Full Version : automatically closing alert window


ktodd
05-16-2008, 10:23 AM
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.

kinook
05-16-2008, 10:31 AM
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