Re: [WiX-users] move progress bar depending upon as custom actions goes on executing

2009-05-05 Thread Rob Mensching
Look in your wix enlistment under src\ca\wcautil\wcawrap.cpp. Hukumchand Shah wrote: > Thanks Rob for reply. > I serached but didn't get anything useful. > Could you send me detail links if you have? > > On Fri, May 1, 2009 at 12:32 PM, Rob Mensching wrote: > > >> Most of the WiX CustomActions

Re: [WiX-users] move progress bar depending upon as custom actions goes on executing

2009-05-05 Thread Hukumchand Shah
Thanks Rob for reply. I serached but didn't get anything useful. Could you send me detail links if you have? On Fri, May 1, 2009 at 12:32 PM, Rob Mensching wrote: > Most of the WiX CustomActions do this. You might look at the > WcaProgress() code. > > Hukumchand Shah wrote: > > Hi All, > > > > I

Re: [WiX-users] move progress bar depending upon as custom actions goes on executing

2009-05-01 Thread Rob Mensching
Most of the WiX CustomActions do this. You might look at the WcaProgress() code. Hukumchand Shah wrote: > Hi All, > > I want to move the installer progressbar on the basis of custom actions > execution. > Like if there are five custom actions are executing then the progress bar > should move in f

[WiX-users] move progress bar depending upon as custom actions goes on executing

2009-04-30 Thread Hukumchand Shah
Hi All, I want to move the installer progressbar on the basis of custom actions execution. Like if there are five custom actions are executing then the progress bar should move in five steps. How to do this in Wix? Anybody knows this? Thanks, Hukum ---