I'm trying to find the installer class template in VS2005, that is available in vs2003. I want to create a custom action during setup that creates or links a SQL Express database with an instance of SQL Express that is installed durring my install.
Further I need to set permissions on the user for IIS [computername/ASPNET] so my web service will run. I have the TSQL script that will need to run, so was going to run it during setup as a custom action.
Thanks,
MFZ
Further I need to set permissions on the user for IIS [computername/ASPNET] so my web service will run. I have the TSQL script that will need to run, so was going to run it during setup as a custom action.
Thanks,
MFZ