WixUI has different modes namely Mondo, FeatureTree, Minimal, InstallDir
and Advanced. In your Wix project you just add them for reference and it
uses default UI dialogs to show. But in case you want to add a custom
dialog you need to download the source of WixUI dialog of your choice,
add it to your wix project and then add a custom dialog. This blog would
help you get started step by step: 

http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html

The modes which WixUI has is because of the different number of dialogs
it shows by default: E.g:

WixUI_Mondo includes the following dialogs by default:
BrowseDlg 
CustomizeDlg 
DiskCostDlg 
LicenseAgreementDlg 
SetupTypeDlg 
WelcomeDlg

Whereas WixUI_FeatureTree includes the following dialogs:

BrowseDlg 
CustomizeDlg 
DiskCostDlg 
LicenseAgreementDlg 
WelcomeDlg

Cheers!
Rohit

-----Original Message-----
From: Jon Hardcastle [mailto:jd_hardcas...@yahoo.com] 
Sent: Thursday, March 25, 2010 3:16 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Prompt for a user name and password

Hi,

I am new to this mailing list.. so be gentle!

I am trying to create some kind of prompt for a username
and password - preferably it will let you search the domain
for a user - but i'll settle for an edit box.

Can anyone give me any pointers? I have googled it but it
is muddied by someone asking a similar question and being
advised against it.. I know the risks.. this is what I need
to get working!

Thank you muchly in advance!


      

------------------------------------------------------------------------
------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or protected work product, and is meant solely for
the intended recipient. If you are not the intended recipient, and
have received this message in error, please contact the sender
immediately, permanently delete the original and any copies of this
email and any attachments thereto.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to