views:

66

answers:

1

I am building a WSP file with WSPBuilder, all my dll's are added there and the WSP install will install them at the proper place (bin, GAC etc...). My Problem is that i dont want some of those files to be uninstalled when uninstalling the feature, how can i do that, please help.

A: 

It cant be done. If you really want that edit manifest.xml and remove the entries of the files you dont want to remove. Then try the uninistall. Install/uninstall basically reads manifest.xml for the list of files/references/CAS etc.

NLV