yangmo Posted October 16, 2006 Posted October 16, 2006 I tried running a msi file with the script as follows: run("***.msi") but it didn't work...i faint!!! I am now only want to run a msi file in the folder of my script file wish somebody can help me... 地球人都知道走人要厚道!---Human being all know that it is important to be a generous man...
Valuater Posted October 16, 2006 Posted October 16, 2006 http://www.autoitscript.com/autoit3/docs/faq.htm#6top 10 #68)
Helge Posted October 16, 2006 Posted October 16, 2006 As described in FAQ #6 in the helpfile : RunWait("msiexec myfile.msi") The docs also suggests the use of "start", which could have been updated to use ShellExecute instead.
Valuater Posted October 16, 2006 Posted October 16, 2006 As described in FAQ #6 in the helpfile : RunWait("msiexec myfile.msi") The docs also suggests the use of "start", which could have been updated to use ShellExecute instead. i have to "try" to remember "ShellExecute()" 8)
yangmo Posted October 17, 2006 Author Posted October 17, 2006 http://www.autoitscript.com/autoit3/docs/faq.htm#6top 10 #68)Thank you ,it's very useful and also thank you for your software "autoit1-2-3",very nice! 地球人都知道走人要厚道!---Human being all know that it is important to be a generous man...
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