This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Removing the aspnet client dir on uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 22, 2008
01:20 PM
Removing the aspnet client dir on uninstall
I created a website project where I set the ASP.Net version on the website to 2.0.50727. I noticed that on install an aspnetclient dir gets created on my file system within the project dir. When I uninstall the project, the aspnetclient dir gets orphaned rpeventing the project dir from being removed on uninstall.
Any ideas on how to fix this?
Any ideas on how to fix this?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 24, 2008
12:20 PM
You could use a custom action to remove the files/folders that were added by ASP.NET registration. If you sequence the action before RemoveFiles, that should allow the installation folder to be removed.