mark2004 Posted March 2, 2009 Posted March 2, 2009 (edited) Let's say I want to write a script to install PDFCreator.exe and do some other things like automatically run through the install wizard. Is this the only way to do this: ... ... ... FileInstall("C:\Program Files\Downloaded Programs\PDFCreator.exe","C:\PDFCreator.exe") Run("C:\PDFCreator.exe") .. Rest of Script Here .. I wasn't sure if you had to copy the PDFCreator.exe to the client's hard drive first before running it?? Thanks, Edited March 2, 2009 by mark2004
enaiman Posted March 2, 2009 Posted March 2, 2009 A.D.S.http://www.autoitscript.com/forum/index.ph...2&hl=stream SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
AdmiralAlkex Posted March 2, 2009 Posted March 2, 2009 A.D.S.http://www.autoitscript.com/forum/index.ph...2&hl=streamNow why ADS that be better than FileInstall()?? Using ADS would just be a pain in the ass, almost none way to actually copy the file and you must have NTFS. Two shortcomings that FileInstall() doesn't have. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
enaiman Posted March 2, 2009 Posted March 2, 2009 Now why ADS that be better than FileInstall()?? Using ADS would just be a pain in the ass, almost none way to actually copy the file and you must have NTFS. Two shortcomings that FileInstall() doesn't have.That's because you haven't read the post in its original form. He was asking (at the begining) how to run something without need to download(copy) the exe to that computer.By the time I have posted my reply he has edited his post. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
AdmiralAlkex Posted March 3, 2009 Posted March 3, 2009 That's because you haven't read the post in its original form. He was asking (at the begining) how to run something without need to download(copy) the exe to that computer.By the time I have posted my reply he has edited his post. How would you run a file from ADS without actually having the file on your computer? You just made me more confused. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
enaiman Posted March 3, 2009 Posted March 3, 2009 From his post I assumed that: (example) - the executable "test.exe" was on that computer already - "test.exe" had to run "second.exe" without downloading (installing) "second.exe" on that computer Given these I guess my solution was correct. Anyway - my bad - if I had explained this in detail we wouldn't have had any disagreement SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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