Jump to content

Recommended Posts

Posted (edited)

Hi,

I was wondering if there was a way i could run a msiexec command that will unistall a program in a VB Script file. i sucessfully uninstalled the program using the msiexec command but i want to be able to have it run on some users startups by executing the VB script file that contains the command. i'm fairly new to scripting. i figured it out. Another question is how do i set a time limit in between my code.

Edited by joeyg2391

Posted
a time limit in between my code.
do you mean:

Wscript.Sleep 1000  '----in milliseconds

try

set oShell = CreateObject("Shell.Application")

oShell.run YourMsiexecCommand

Could you tell me what is exactely the msiexec command that you use...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...