[WiX-users] Progress Text update

2010-07-29 Thread Stelios Kyprou
Hey wix users! I have an installer which uses the built in WixUI_InstallDir dialogs. I also have some deferred custom action running between InstallInitialize and InstallFinalize. What i am trying to do, is display an update message in the ProgressDlg when a custom action is executing. Correct

Re: [WiX-users] Progress Text update

2010-07-29 Thread Blair
: Thursday, July 29, 2010 9:28 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Progress Text update Hey wix users! I have an installer which uses the built in WixUI_InstallDir dialogs. I also have some deferred custom action running between InstallInitialize

Re: [WiX-users] Progress Text update

2010-07-29 Thread ALive
29, 2010 8:28 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Progress Text update Hey wix users! I have an installer which uses the built in WixUI_InstallDir dialogs. I also have some deferred custom action running between InstallInitialize and InstallFinalize

Re: [WiX-users] Progress Text update

2010-07-29 Thread Richard
In article 009c01cb2f4d$58a5a8b0$09f0fa...@gmail.com, ALive aliv...@gmail.com writes: If it is possible just add some Thread.Sleep(3000); or some WinAPI analog like ::Sleep(DWORD); to simulate long process work, in this case you'll be able to see the text. I believe the progress text

Re: [WiX-users] Progress Text update

2010-07-29 Thread Neil Sleightholm
That is what I do and I see the text. Neil -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: 29 July 2010 17:28 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Progress Text update Hey wix users! I have an installer