Jump to content


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

Want to hide "progressbar" control


2 replies to this topic

Amol_MSI

Amol_MSI
  • Full Members
  • 26 posts

Posted 29 September 2008 - 07:07

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?

VBScab

VBScab
  • Full Members
  • 436 posts

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.

Amol_MSI

Amol_MSI
  • Full Members
  • 26 posts

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.