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

[WiX-users] Progress Bar problem

2014-01-01 Thread Ravishankar
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 Memory Execption' So i splitted into 6 individual wxs files a

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

[WiX-users] Progress Bar

2013-12-17 Thread Ravishankar
Hi, My installer with 6000+ files(nearly 4500 dll's) and the total registry entries after i extract using heat.exe is nearly 600,000+ lines. I have split the Component.wxs into 6 smaller files When running the installer, the progress bar is not properly displayed, either the time remaining will

[WiX-users] Progress Bar display messages

2012-06-20 Thread Ravi Raj
I am displaying my custom messages as progress text based on my custom action but everytime I am seeing the same message of Install CA on install, uninstall, repair. I am not able to figure it out. Here is my code: Importing ... (this may take a few minutes)Importing Virtualization ... (this may t

[WiX-users] Progress bar not updating correctly and slow performance

2009-08-12 Thread Yi Xu
Hi, I am trying to develop a setup file that uses WiX and a custom action DLL to update the progress bar. The installer copies a single file and then executes the custom action code found at http://msdn.microsoft.com/en-us/library/aa367525(VS.85).aspx. However, the progress bar is not behavin

Re: [WiX-users] Progress bar for CustomAction

2008-10-19 Thread Brian Rogers
ECTED]@:^[-['^";@@@\\>])@.". "{)/];)^{";$,+=(++$,);$_.=">&$,";`$_`; -Original Message- From: sujanakar reddy [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19, 2008 9:02 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Progress bar for CustomAction Hi, I am executing a CustomAct

[WiX-users] Progress bar for CustomAction

2008-10-19 Thread sujanakar reddy
Hi, I am executing a CustomAction from InstallExecuteSequence of my installer. I want to display progress bar during my CustomAction execution, please guide me on how can i acheive display progress bar during my CA exectuion? Thanks, Sujanakar _

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

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

2007-05-08 Thread Magus
Is there a way to make the progress bar display the installation overall instead of per file? If it helps I am using a External UI and the example from MSDN for Handling progress messages. -- View this message in context: http://www.nabble.com/Progress-bar-overall-instead-of-per-feature-tf371307