Jump to content

Recommended Posts

Posted

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
Posted

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
Posted

It sounded like he wanted some indicator of extraction progress.

yea after reading it over, I understood :mellow:

when it extracting

how did show extracting GUI

and

I don't know of any way to display progress based on the FileInstall function

lol

see 99%

code

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