August 16, 200521 yr 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, 200521 yr by joeyg2391
August 18, 200521 yr 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...
Create an account or sign in to comment