Re: [WiX-users] Progress Text update

2010-07-29 Thread Blair
I haven't used it, but I think what you want is: ProgressText Action=EventLogConfiguration Template=[1]!(loc.EventLogCreationProgressBarMsg)/ProgressText ProgressText Action=EventLogConfiguration_Rollback Template=[1]!(loc.EventLogDeletionProgressBarMsg)/ProgressText ProgressText

Re: [WiX-users] Progress Text update

2010-07-29 Thread ALive
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. Hope this helps. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: Thursday, July

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