Deployment

  • Thread starter Thread starter Vihs
  • Start date Start date
V

Vihs

Hi,

I am using VS.Net 2003. I have created a web setup project. During the
installation, I have a Custom Action to run sql statements on SQL Server.
The problem I am facing is that if none of the sql statements cause error
upon, running, the install goes through fine. If any sql statement produces
even a warning message, the install rolls back.Is there a way to make the
install ignore the SQL erros and continue?

Thanks

Vish
 
Hi,

With the web deployment projects, I have noticed that during the
unistall it removes the application directory, but does not delete the
virtual directory. Has anyone else experienced this and if so, do
they have a work around?

Also is there a way to override the TARGETDIR during the installation
(i.e. the user selects it?) I am using the new DPCA.dll which allows
the user to select the instance of IIS they wish to install the app to
for servers with multiple IPs.


thanks in advance!

n8
 
Back
Top