Has anyone or is it possible to implement an Active Directory object picker in an installer dialog? We need a user to be able to select a valid Active Directory user for the service being installed.
Unfortunately this is not supported directly by Advanced Installer. However, you can try creating a custom action which retrieves all Active Directory user accounts and adds them to a combo box.