Ask a Question related to ASP.NET General, Design and Development.
-
Andy #1
ASP.NET application uninstall problem help please!!!
Hi all,
Not sure if this is the correct Msgboard but here goes
anyway...
I have an asp.net application that is installed by a .net
installation project, pretty simple so far
The problem comes when i go to uninstall the application,
The uninstall is deleting DLL's that are required by other
applications, i need to reference these DLL's within my
application, so they definitely need to be there but i
don't want them deleted on uninstall or at very least give
me the option to say yes or no...
Has anyone come across this situation or could possibly
point me in the right direction of a way to mark these
DLL's as shared and thus not delete them?
Any Help on this would be much appreicated
thanks
Andy
Andy Guest
-
Contribute 3 Uninstall Problem
I have uninstalled Contribute 3 from my laptop. However, now whenever I try to delete a file, for instance from "My Documents," immediately upon... -
Uninstall Problem with Flash Player 8
Hi All, I have recently downloaded the Complete Standalone Installer for Flash Player 8 from http://www.softwarepatch.com/internet/flash.html. ... -
Fireworks uninstall problem
Hello, Can you give us more details of your machine? What OS are you in? Version of Fireworks? Ram etc... I hope this helps. Anthony F.... -
problem with Firework 2004 uninstall
Hello, I've installed the new Fireworks and Dreamweaver 2004. I made a quick decision to keep the good old MX for a while (principal reason -... -
uninstall problem
I have both version 7 and version 6 on my pc. I want to uninstall version 6, but when I go to add/remove programs and try to uninstall, I get an... -
Cowboy \(Gregory A. Beamer\) #2
Re: ASP.NET application uninstall problem help please!!!
A couple of ways to approach this.
1. Take the required assemblies out of your project and have them
bootstrapped so they install if not installed. This will help in many
situations.
2. Install these assemblies through a custom installer class. The help
topics under "Deploying .NET Applications: Lifecycle Guide" should help you
build one. The custom installer methods to remove the app can be flagged to
avoid these assemblies.
I assume you are placing the assemblies in the GAC, so they are shared in
one location. If so, another option is to install the assemblies once for
each project. It will take up a small amount of disk space, but solve the
problem. It is not applicable for all applications, so it is just one
suggestion.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Andy" <a_wood20@hotmail.com> wrote in message
news:0ac701c34bab$eb8a5c30$a601280a@phx.gbl...> Hi all,
> Not sure if this is the correct Msgboard but here goes
> anyway...
>
> I have an asp.net application that is installed by a .net
> installation project, pretty simple so far
>
> The problem comes when i go to uninstall the application,
> The uninstall is deleting DLL's that are required by other
> applications, i need to reference these DLL's within my
> application, so they definitely need to be there but i
> don't want them deleted on uninstall or at very least give
> me the option to say yes or no...
>
> Has anyone come across this situation or could possibly
> point me in the right direction of a way to mark these
> DLL's as shared and thus not delete them?
>
> Any Help on this would be much appreicated
>
> thanks
> Andy
Cowboy \(Gregory A. Beamer\) Guest



Reply With Quote

