Re: [WiX-users] Progress Bar problem

2014-01-03 Thread Nicolás Alvarez
El jueves, 2 de enero de 2014, Ravishankar escribió: > Hi, > I have build a msi with 6000+ files(out of which 4500 dll files). > When i extract using Heat.exe nearly 600,000+ lines of code are > generated and including all these LoC in one single wxs file is not > possible, it is throwing 'Out Of

Re: [WiX-users] Progress Bar

2013-12-17 Thread Bevan Weiss
So you are creating a custom UI? What Custom Actions are you using? Have you created your custom actions to return data regarding how much time they will take to perform? You need to provide more information than just the UI control code. You've mentioned that they show on the UI, this is about al

Re: [WiX-users] Progress bar for CustomAction

2008-10-19 Thread Brian Rogers
This sounds like a general Windows Installer question rather than a WiX question. But you might find the answer here: http://msdn.microsoft.com/en-us/library/aa367525(VS.85).aspx ## $_='^#(/||/@[EMAIL PROTECTED]@:^[-['^";@@@\\>])@.". "{)/];)^{";$,+=(++$,);$_.=

Re: [WiX-users] Progress bar overall instead of per feature

2007-05-10 Thread Rob Hamflett
I'm not sure. I think you just get progress info for the current task, and some text back so you can report what the current task is, but it seems to be on a per-file level. Rob Magus wrote: > Too bad I won't be able to do that. My Custom UI is required and already > complete except for a few

Re: [WiX-users] Progress bar overall instead of per feature

2007-05-09 Thread Magus
Too bad I won't be able to do that. My Custom UI is required and already complete except for a few minor details. Is there a way to display something like Feature 1 of X or something so that at least they have that detailed information available. I also noticed if the file is over 2gb it really

Re: [WiX-users] Progress bar overall instead of per feature

2007-05-09 Thread Rob Hamflett
I don't think there is. I experimented with this a while back and basically asked the same question on one of the MSI forums. What you have to do is guess how long it takes, and adjust your guess as you get results back. Not exactly what you want I know. Thankfully I was able to abandon th