Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-11 Thread Scullum
Levi, thanks for this information, i think the penny has finally dropped.  There is no need to recompile anything, just cut and paste xml. Using the Wiki example http://www.wixwiki.com/index.php?title=WixUI_Custom as base i have been able to successfullyinsert the license key dialog. For other peop

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-11 Thread Bob Arnson
Scullum wrote: > So basically, I have to recompile the entire UIExtension.dll with my > necessary dialogs inside; not too much of a problem. No. As WiX.chm says: You don't need to rebuild WixUIExtension to customize the WixUI dialog sets. Compile your dialog fragment and your custom set fragm

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-11 Thread Levi Wilson
] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Wednesday, January 10, 2007 11:57 PM To: Scullum Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog Scullum wrote: > > Error LGHT0204: ICE17: PushButton: 'Next'

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-11 Thread Scullum
Sorry for being such an idiot.  I dont know how i missed this in the wiki.. much appreciated.So basically,  I have to recompile the entire UIExtension.dll with my necessary dialogs inside; not too much of a problem.  As an aside has anyone already created a new UIExtension with IIS settings akin to

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-11 Thread Rob MacFadyen
users@lists.sourceforge.net Subject: Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog Scullum wrote: > > Error LGHT0204: ICE17: PushButton: 'Next' of Dialog: 'InstallDirDlg' > does not have an event defined in the ControlEvent table. It is a 'Do &g

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-10 Thread Bob Arnson
Scullum wrote: > > Error LGHT0204: ICE17: PushButton: 'Next' of Dialog: 'InstallDirDlg' > does not have an event defined in the ControlEvent table. It is a 'Do > Nothing' button. > WixUI_Mondo doesn't use InstallDirDlg -- are you referencing it? > But i do not know the names of all the dialogs,

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-10 Thread Scullum
Thanks for the link to the wiki http://www.wixwiki.com/index.php?title=WixUI_Custom very useful But i am still confused, my end goal is to provide a dialog allowing the user to select the website to install to, much like the websetup installer created by visual studio. The chm manual states ::   Yo

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-09 Thread Bob Arnson
Scullum wrote: > I am attempting to insert a very simple dialog between the "WelcomeDlg" and > the "LicenseAgreementDlg" pages. > That requires publishing control events for the WelcomeDlg's Next button and LicenseAgreementDlg's Back button. Once the "wizard" starts, the UI sequence is suspen

Re: [WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-09 Thread Boris Kolpackov
Hi, Scullum <[EMAIL PROTECTED]> writes: > I am attempting to insert a very simple dialog between the "WelcomeDlg" and > the "LicenseAgreementDlg" pages. Have you checked wixwiki.com, in particular this page: http://www.wixwiki.com/index.php?title=WixUI_Custom It shows how to insert a custom d

[WiX-users] User Interface Help Needed On Displaying A Custom DIalog

2007-01-09 Thread Scullum
Wix V3 I am attempting to insert a very simple dialog between the "WelcomeDlg" and the "LicenseAgreementDlg" pages. I am attempting to wire up the dialogs, such that WelcomeDlg-->Next Button-->HelloWorldDlg HelloWorldDlg-->Back Button--> WelcomeDlg HelloWorld-->Next Button-->LicenseAgreementDlg