We are working on updating our ASP.net application installation using Advanced Installer 8.0.2 and we are running into a couple of things.
1.) For some reason the Installer will not write our registry values, any tips would be greatly appreciated. I am using HKEY_LOCAL_MACHINE\SOFTWARE\ with formatted properties [Manufacturer]\[ProductName] and then adding DBServer and Paths folders with a couple of keys each, but when I install the application they are not written?
2.) We originally assumed clients would use SQL Server orWindows authentication for installing/updating our database, but it seems that some clients would just like to use their domain account; how would I conditionally set up my connection string to accompany this?
3.) Is there a way that I can embed either SQL Server 2005/2008 OLE DB, ODBC, or SQL Native Client DLLs into the installer instead of having to require that the user install that separately.
Attached is an install log in my project file . Any help would be greatly appreciated.