Jump to content

when i used fileinstall


Recommended Posts

I don't know of any way to display progress based on the FileInstall function, but you could always throw a splash (SplashTextOn) screen up before the FileInstall and then SplashOff after.

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
Link to comment
Share on other sites

i don't think that is what he means, (of course there is a 99% chance Im wrong)

do you want something like this?

ProgressOn("Extracting","Extracting Files","Extracting somefile.exe")
FileInstall("somefile.exe",@tempdir & "/somefile.exe")
ProgressSet(10,"Extracting Someotherfile.exe")
FileInstall("Someotherfile.exe",@tempdir & "/Someotherfile.exe")
; ... So On....
ProgressSet(100,"Done Extracting!")
sleep(1000)
ProgressOff()
code
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...