imjohns
Posts: 5
Joined: Mon Feb 20, 2006 10:05 pm

Creating a Domain and Non-Domain install in one package

Is there any way to create an install that allows me to provide the domain name, if any, at install time. I need to be able to install a domain and non-domain version of my tool. This is mainly because I need to set permissions that work on both a domain and non-domain install.

Ivan
Ionut
Posts: 605
Joined: Tue Nov 22, 2005 11:29 am
Contact: Website

Hi,

You can provide the domain name at install time using an attached VBScript Custom Action that displays an InputBox (for example). The text entered in this InputBox will be used to set the value of a Windows Installer property. This property will be used subsequently to determine which features of your application will be installed.

Regards,
Denis
Denis Toma
Advanced Installer Team
http://www.advancedinstaller.com/

Return to “Common Problems”