Jump to content

Recommended Posts

Posted

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...

Posted

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.

Posted

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)

NEWHeader1.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...