bmn Posted November 22, 2004 Posted November 22, 2004 actually i posted same topic in unattended windows but no one is answaring there.and i think this is right place to ask.i want over all progress bar of appliactions while installing.so that i can see installation is working or not.where and what i have to modifypls help
totoymola Posted November 22, 2004 Posted November 22, 2004 Hello bmn. What do you mean by "overall progress bar"?
totoymola Posted November 22, 2004 Posted November 22, 2004 I didn't intend to post twice. But for some strange reason, an error occured when I clicked the submit button.
bmn Posted November 22, 2004 Author Posted November 22, 2004 overall means---insted of providing progress bar to each appz.a single progress bar which shows all appz installation activity.ok leave overall atleast progress bar to each applicaion.how to
bmn Posted November 22, 2004 Author Posted November 22, 2004 thanks for ur reply.but its bit confusing.i just want that only one option.a progress bar which shows my application installation.note:-i have seen this type(progress bar) some where in this forum.but forgot where it is.help me pls
BritishBulldog Posted November 22, 2004 Posted November 22, 2004 I already answered you to this question on this threadhttp://www.msfn.org/board/index.php?showto...30entry223845and i dont think this is possible with WPI as this only selects the apps for installation and passes on the info into the registry.If you want a progress bar the XPlode can be used but here you cannot choose what you want to install.http://www.msfn.org/board/index.php?showtopic=24507
tobytoby Posted November 22, 2004 Posted November 22, 2004 I wrote a VB (i.e. Set-install.exe) with a progressbar. In the registry I set 4 values: executable to run, name of the application, folder and size of installation. 1. display window with progress bar when regkey is set, so start with a script, start your setupprogressprg with command line : set-install.exe /title: Quicktime (which start the progressbar run the executable)2. see what folder the apps is installed to: i.e. %programfilesdir%\QT,set it to registry3. the ammount of MB you expect, i.e. 15MB set it to registrya) In your VB you look every second if your regkey with the appname is still there, if not close isB) in your VB you look at the folder size and calculate Progressbar=100-(expected Foldersize-currentFolderSize)At the end you only have to delete the regkey with the appname and its set!I can write it for you, price per mail
Lost Soul Posted November 22, 2004 Posted November 22, 2004 I can write it for you, price per maillol
bmn Posted November 27, 2004 Author Posted November 27, 2004 I wrote a VB (i.e. Set-install.exe) with a progressbar. In the registry I set 4 values: executable to run, name of the application, folder and size of installation. 1. display window with progress bar when regkey is set, so start with a script, start your setupprogressprg with command line : set-install.exe /title: Quicktime (which start the progressbar run the executable)2. see what folder the apps is installed to: i.e. %programfilesdir%\QT,set it to registry3. the ammount of MB you expect, i.e. 15MB set it to registrya) In your VB you look every second if your regkey with the appname is still there, if not close isB) in your VB you look at the folder size and calculate Progressbar=100-(expected Foldersize-currentFolderSize)At the end you only have to delete the regkey with the appname and its set!I can write it for you, price per mail waiting for ur reply
B-ACK Posted December 22, 2004 Posted December 22, 2004 I've read 'somewhere' that's its possible to use the "install manager" from Internet Explorer (you get to see it after installing IEx after you login for the first time) to install all kinds of software. Which gives you the desired progressbar.Maybe this is worth looking in to,...
bmn Posted December 22, 2004 Author Posted December 22, 2004 sounds good.can u give me detail information."install manager" from Internet Explorermeans do i have to install appz from ie?
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