Hi, solved it by myself. Added an PushButton which Executes an Custom Action. There I've triggered the Default AD Selection Dialog and returned the selected Value.
Added the following Code for the customAction: <Binary Id="myCustomActionsDLL" SourceFile="Imports/ServiceInstallation.CA.dll" /> <CustomAction Id="OpenUserChooser" Return="check" Execute="immediate" BinaryKey="myCustomActionsDLL" DllEntry="OpenUserChooser" /> Created the needed Property: <Property Id="ACCOUNT_NAME" /> Then I've added the following lines to my Dialog Config: <Publish Dialog="ServiceUserDlg" Control="SelectUserButton" Event="DoAction" Value="OpenUserChooser" Order="1">1</Publish> <Publish Dialog="ServiceUserDlg" Control="SelectUserButton" Property="ACCOUNT_NAME" Value="[ACCOUNT_NAME]" Order="2">1</Publish> In my CustomAction Dll I've integrated the code from http://adui.codeplex.com in my custom Action. Note: You have to correct the code to avoid Pointer Exceptions. The needed changes can be found at http://adui.codeplex.com/workitem/list/basic Bye Chris -----Ursprüngliche Nachricht----- Von: Arthur, Christopher [mailto:christopher.art...@vaps.de] Gesendet: Mittwoch, 12. März 2014 20:57 An: wix-users@lists.sourceforge.net Betreff: [WiX-users] Display Windows Select User Dialog Hi, Is there any possibility to show Windows default Dialog to search user within Windows within custom Dialog. Bye Wichtiger Hinweis: Diese E-Mail und etwa angehängte Dateien können vertrauliche Informationen enthalten und sind ausschließlich für den/die Adressaten bestimmt. Sollten Sie irrtümlich diese E-Mail erhalten haben, bitten wir Sie, uns darüber zu informieren und die E-Mail aus Ihrem System zu löschen. Das unerlaubte Kopieren und die unbefugte Weitergabe dieser Mail und ihrer Inhalte sind nicht gestattet. Important notice: This email and some of the attached files can contain confidential information and are intended solely for the addressee. Should you have received this email in error, we ask that you inform us about this and delete the email from your system. The illegal copying and unauthorised re-distribution of this email and its contents are not permitted. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users Wichtiger Hinweis: Diese E-Mail und etwa angehängte Dateien können vertrauliche Informationen enthalten und sind ausschließlich für den/die Adressaten bestimmt. Sollten Sie irrtümlich diese E-Mail erhalten haben, bitten wir Sie, uns darüber zu informieren und die E-Mail aus Ihrem System zu löschen. Das unerlaubte Kopieren und die unbefugte Weitergabe dieser Mail und ihrer Inhalte sind nicht gestattet. Important notice: This email and some of the attached files can contain confidential information and are intended solely for the addressee. Should you have received this email in error, we ask that you inform us about this and delete the email from your system. The illegal copying and unauthorised re-distribution of this email and its contents are not permitted. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users