xubutian schrieb:
> 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 
>   
Hi,

did you reference your "MyWixUI_Mondo" user interface in your wxs file
(the actual setup description)?
There should be something like (I suspect you called your ui
'MyWixUI_Mondo'):
<UIRef Id="MyWixUI_Mondo" />
instead of
<UIRef Id="WixUI_Mondo" />

Bye,
Tom

------------------------------------------------------------------------------
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