Select the project node in Solution Explorer, and then, on the Project menu, click Projectname Properties.
The Project Designer appears.
Click the Publish tab.
In the Publishing Folder Location (web site, ftp server, or file path) box, enter the path to the folder where you want the Project Designer to copy the solution files. It can be a local path (C:\foldername\foldername), a fully qualified path to a URL (HTTP or HTTPS), a UNC path (\\servername\foldername), or a relative path (publishfolder\).
If you have Internet Information Services (IIS) installed on your development computer, the Publishing Folder Location (website, ftp server, or file path) box displays http://localhost/project name/ by default. Otherwise, this box displays publish\ by default, which publishes the solution to the publish folder in the project directory.
Note: |
|---|
On Windows Vista, Visual Studio must be run as administrator to publish to IIS. |
In the Installation Folder URL box, enter the fully qualified path to the location where end users will find the deployed solution. If you are deploying to a CD or removable drive, leave this box blank.
Note: |
|---|
The installation location should only be filled out if the installation path for end users is known and will not change. If this location is set, the Setup program looks for the installation files in this location. For more information, see Publishing Office Solutions (2007 System). |
Click Prerequisites, and make any changes you want to the default settings. For more information, see Prerequisites Dialog Box.
Click Updates, and specify how often you want each end user's customization to check for updates. If you are deploying by using a CD or removable drive, set this to Never check for updates. For an explanation of these configurable updates, see Publishing Office Solutions (2007 System).
In the Publish Language list, select the language for the software license terms and displayed UI messages.
Note: |
|---|
The language setting does not change the language of the application or deployment manifest. |
In the Publish Version section, ensure that Automatically increment revision with each release is selected if you want the Project Designer to update the version numbering automatically. Otherwise, clear the check box and set the version number manually.
Click Publish Now.
The Project Designer copies the Setup program, a deployment manifest that points to the latest version-specific deployment manifest, and the solution document (for document-level customizations) to the location you specified as the publishing folder location. It copies the assemblies, the version-specific application manifest, and the version-specific deployment manifest to a version-specific subdirectory under the Application Files folder in the publish folder.
Copy the solution files to the installation location, if it is different from the publish location. The installation location is where end users will go to install the solution.
Make changes to security settings so that each end user can run the solution, such as adding document locations to the Office trusted folder list. For more information, see Security in Office Solutions (2007 System).