joeyg2391 Posted August 16, 2005 Posted August 16, 2005 (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 August 16, 2005 by joeyg2391
Fredledingue Posted August 18, 2005 Posted August 18, 2005 a time limit in between my code.do you mean:Wscript.Sleep 1000 '----in millisecondstryset oShell = CreateObject("Shell.Application")oShell.run YourMsiexecCommandCould you tell me what is exactely the msiexec command that you use...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now