Deployment

M

Miro

Reading the help file it says in step 2 to click on "other project types"
and then click on "Setup and Deployment projects".( see below )

I am using vb2005 express. Im assuming this is not an express option? I do
not have that option available. All I have is:
-Windows Application
-Class Library
-Consol Applicaotin
-My Movie Colleciton
-Screen Saver Starter Kit
and under templates
-Search Online Templates - which goes to the help file and i cant seem to
find any templates.

Am I correct ?

Miro





To create a deployment project
1.. On the File menu, point to Add, and then click New Project.

2.. In the Add New Project dialog box, in the Project Types pane, open the
Other Project Types node, click Setup and Deployment Projects, then click
Setup Project in the Templates pane. In the Name box, type My Notepad
Installer.

3.. Click OK to close the dialog box.

The project is added to Solution Explorer, and the File System Editor
opens.

4.. Select the My Notepad Installer project in Solution Explorer. In the
Properties window, select the ProductName property and type My Notepad.

Note
The ProductName property specifies the name that will be displayed
for the application in folder names and in the Add/Remove Programs dialog
box.
 
G

Guest

Miro,

I believe that the only deployment option in the Express product is
ClickOnce deployment.

You create this type of deployment from the Build menu's Publish item.

Kerry Moorman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top