Navigation:  Scripting > System Scripts >

System Script COM+ and MSMQ Functions

Previous pageReturn to chapter overviewNext page

COM+ (Component Services) Functions

 

vbld_ExportApplication(computer, appName, filename, options): Export a COM+ application or proxy to a file (see the script code for a description of the parameters).

 

vbld_InstallApplication(computer, filename, destDir, options, user, pwd, RSN): Install a COM+ application from a file (see the script code for a description of the parameters).

 

 

MSMQ (Message Queue) Functions

 

vbld_CreateQueue(strName, strLabel): Create the specified MSMQ queue if it doesn't exist, returns True if did not exist and successfully created or False if it already exists.

 

vbld_DeleteQueue(strName): Delete the specified MSMQ queue if it exists, return True if deleted or False if it doesn't exist.