I copied and renamed ProgressDlg.wxs to MyProgressDlg.wxs, renamed dialog to
MyProgressDlg.

I also referenced new dialog in MyWixUI_Mondo.wxs:
<DialogRef Id="MyProgressDlg" />
and in MyProgressDlg.wxs
<InstallUISequence>
<Show Dialog="MyProgressDlg" Before="ExecuteAction" />
</InstallUISequence>

I removed "back" and "next" buttons from new dialog, but the result was not
I expected. It sounds like the old ProgressDlg was launched.

Any one get any idea how to make it working?

Thanks 
-- 
View this message in context: 
http://n2.nabble.com/How-do-I-modify-ProgressDlg-in-Wix-3-tp2788460p2788460.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to