i'm trying to automate the installation of some prog with AutoIt.
But i always get some error (i guess with the syntax):
Run ("progA.msi")
works fine, but while the follwing works fine on command line, it breaks the script:
Run ("progA.msi TRANSFORMS=progA.mst /qr")
doesn't work. Already tried quoting the mst, but didn't work. (all files in the same directory)
I already search for examples, but couldn't find anyting...
thx!



Help
Back to top









