I am building a WSP file with WSPBuilder. All my DLL's are added to the file and the WSP install will install them at the proper place (bin, GAC etc...). My problem is that I don't want some of those files to be uninstalled when uninstalling the feature. How can I do that? Please help.
Don't uninstall file with WSPBuilder
285 Views Asked by Zee99 At
1
There are 1 best solutions below
Related Questions in UNINSTALLATION
- programmatically uninstall other application without asking user
- Android : Impact of Uninstalling Keyboard Language Packs
- can't revert to older version of node, can't uninstall node, OSX
- error in uninstalling Ruby from UBUNTU 14.0.4 LTS
- Can not uninstall VS2013 CE
- Android Gcm Unregister Users Subscribed To A Topic When App Uninstalled
- How to Completely Uninstall Xcode and Clear All Settings
- NSIS Uninstall Feedback Dialog with Radio Buttons
- WIX: installer not removing properties on uninstall
- C# Commandline , run two command
- How to completely delete/uninstall eclipse
- Remove MVVMCross from UnitTest (Ressource.Attribute Error)
- Uninstall system package cryptsetup
- Uninstall app from device using onclick force close?
- Uninstall Atomineer
Related Questions in WSPBUILDER
- SharePoint Web Parts Development Environment
- Importing 2 custom lists in a sharepoint feature, 2nd list taking on the same custom fields as the first
- WSPBuilder doesn't add all Files to manifest.xml correctly
- Don't uninstall file with WSPBuilder
- Creating and updating site columns in MOSS publishing site
- update page templates with new site columns in MOSS publishing site
- How to get a safecontrol entry into manifest.xml with WSPBuilder project
- sharepoint wspbuilder single aspx page
- SharePoint Application Page - File not found exception
- Getting Internal Error - SP2010 - WSP Builder
- Problem building webpart using WSPBuilder
- Adding JavaScript, CSS and others to a WebPart using WSPBuilder
- How to create SharePoint Solution?
- WSPBuilder questions for first-time webpart
- WSPBuilder for vs 2012
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.