There are a couple of custom actions written in VBscript that I am executing in my MSI installer they are all scheduled after "InstallFinalize" action. Problem is that progress animation is not being shown when they get executed. I tried sending progress event but it did not work out. I want to hide "progressbar" control after "InstallFinalize". So how can we do that?
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Want to hide "progressbar" control
Started by
Amol_MSI
, Sep 29 2008 07:07
2 replies to this topic
Posted 29 September 2008 - 08:46
So, your solution to not being able to access the progress bar to increment the ticks is to disable/hide the progress bar?!?
Edited by VBScab, 29 September 2008 - 08:48.
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.
Posted 29 September 2008 - 12:49
Progress animation should be in sync with custom action execution which seems to be difficult in my case so I think that I should hide that progress bar and will just show progress message. Please let me know your view on this.