Jump to content

Recommended Posts

Posted

is it possible to include an exe and dll in a script, so i can use lets say the Run() command to execute them, without having the exe in the folder along with the dll?

Posted

Keep in mind that FileInstall() will allow you to contain everything in one .exe, but FileInstall() will extract the files once the program is run. Typically, I just "install" them to the @TempDir location.

Certifications: A+, Network+, Security+, Linux+, LPIC-1, MCSA | Languages: AutoIt, C, SQL, .NETBooks: AutoIt v3: Your Quick Guide - $7.99 - O'Reilly Media - September 2007-------->[u]AutoIt v3 Development - newbie to g33k[/u] - Coming Soon - Fate Publishing - Spring 2013UDF Libraries: SkypeCOM UDF Library | ADUC Computers OU Cleanup | Find PixelChecksumExamples: Skype COM Examples - Skype4COMLib Examples converted from VBS to AutoIt
Posted

Keep in mind that FileInstall() will allow you to contain everything in one .exe, but FileInstall() will extract the files once the program is run. Typically, I just "install" them to the @TempDir location.

its easier, and faster to have the .exe check to see if the file is in the location you want it, if it is...skip the fileinstall, otherwise...install it :)

[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]

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