Presentation is loading. Please wait.

Presentation is loading. Please wait.

Project Deployment IT [211 CAP] How to convert your project to a full application.

Similar presentations


Presentation on theme: "Project Deployment IT [211 CAP] How to convert your project to a full application."— Presentation transcript:

1 Project Deployment IT [211 CAP] How to convert your project to a full application

2 Start Your Project Deployment Open your project solution. Then:

3 Generate Your Project “New Project” window will appear.

4 Generate Your Project Cont … “Setup Wizard” will start, click “Next”

5 Generate Your Project Cont …

6

7 From here you can add files to your project. 1. When you click “Add”, a dialog will be opened to allow you to choose the file you need to add. You can add picture files, sound files, text files, an icon for your project, a read me file …etc. 2. Click “Next”

8 Generate Your Project Cont … Click “Finish”.

9 Generate Your Project Cont … The setup project is added now to your solution and a “File System” tab is opened.

10 Create Application Shortcut To create a shortcut to your program on the user’s desktop. 1. Click “User’s Desktop”. 2. Right click the empty area on the right. 3. Choose “Create New Shortcut”

11 Create Application Shortcut Cont … Double click “Application Folder”.

12 Create Application Shortcut Cont …

13 A shortcut is added. You can rename it.

14 Add Application Icon You can change your project’s icon from the shortcut properties in “properties window”. Choose “Browse”.

15 Add Application Icon Cont … Click “Browse” button.

16 Add Application Icon Cont … Double click “Application Folder”.

17 Add Application Icon Cont … Select the icon you added before, then click “OK” Click “OK”

18 Finish Your Project Deployment From the main menu. Wait until the build succeeds.

19 Testing Go to your project folder. You can see the setup folder added to your project Open it.

20 Testing Cont … You will find a debug folder, Open it. The debug folder contains two files: “your setup name.msi” and “setup.exe”. These two files are the setup files.

21 Testing Cont … To try to install your program click on “setup.exe”. Complete the installation. The project shortcut is on you desktop now.

22 Testing Cont … Double click the icon. Your program runs now.

23 Hint Before anything, you have to make sure the you didn’t use current directory in your code. Instead, write the file/folder name directly. Examples: PictureBox1.Image = Image.FromFile("Sunset.jpg") FileName = "myFile.txt"


Download ppt "Project Deployment IT [211 CAP] How to convert your project to a full application."

Similar presentations


Ads by Google