cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shawny
Level 3

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?
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

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.
0 Kudos