Wpsamplehelloworld DLL
Wpsamplehelloworld DLL
Wpsamplehelloworld DLL
creating an installer for web part that will install the webpart on the share point portal
site.
It will make a SafeControl entry in share point portal site's webconfig file, will add a file
in the share point portal site's wpcatalog, will create a folder under share point portal
site's wpresources directory and add files to the created folder.
Assumptions
1. Right click the solution and navigate to Add -> New Project.
2. Select Setup and Deployment project from project type.
3. Select Cab Project from Template section.
4. Write the appropriate Project name, select the appropriate project location and
click OK.
How to add (file installation properties) the project output to the .cab project?
1. Right click on the .cab project. Navigate to Add -> Project Output.
2. Select the Primary Output and Content Files from the available list.
How to add the file to the Primary Output file installation properties?
How to add the file to the Content Files file installation properties?