.NET Installer class
Posted: Thu May 04, 2006 9:57 am
In my old .NET installer, I had an installer class which performed some installation tasks using C#. I would like to add this functionality into my InstallAware setup as the scripting language does not allow me achieve many things (eg. set the anonymous access account to a specific user for a virtual directory, query objects in Active Directory, run programs that exist on the machine and are not part of the installation package etc...). Is there any way simple way of doing this?
Cheers for any help!
Cheers for any help!