Hi To All,

I am trying to install MS Messaging Queue on a Vista ultimate machine. I thought I might be able to do something like this:

Set objShell = CreateObject("Shell.Application")
objshell.ShellExecute "ocsetup.exe", "MSMQ-Server /unattendfile:c:\inetpub\wwwroot\NetSwitcher\bin\MS MQ.xml", , ,"runas"

Has anyone ever tried to do this before? I am using the run vbscript function in my install program.

Thanks,

Sharon