exe App
Hi 223
For a PC etc Use a Flash Drive or CD/DVD if you want to Install on another Computer besides your own
Or Just Install to a Folder on your Comp
Example Your Project Name is 'BFTest'
Either Way - Create a New Folder for your App (Say on Desktop if not in your Flash etc Name it eg "BFTest Install")
For First Time Install its Best to Add a Desktop ShortCut before Publishing So in VB2010 Main Menu Click
Project - "BFTest Properties" (Ignore Publish BFTest this Time)
In Properties - Select "Publish"
1-In the Top Publish Location Browse to your "BFTest Install" Folder
2- Select the "(Launchable from Start Menu") Option
3 - Click Options (You can Play with all this later )but for now
4- Click Manifests
5 - Tick "Create DeskTop Shortcut" (If you add or have added an icon to your project it will show this on your Desktop Do that from BFTest Properties -Application - Add Icon Link) for now it will just use the vb default - Click Ok
6 - then Click "Publish Now" It will show in your status bar publishing and if it succeeded
Finally go to your Installation Folder and Double Click the Setup.exe and it will install like any other Program
It will show a Desktop Icon and Start Menu and will also be in your Uninstall Programs from the Control Panel
After Doing the above you only need to Use the VB Main Menu
Project - Publish BFTest and Click Finish in the Dialogue
This will Update your Publication each time so you can just use Setup.exe to keep your application updated with your latest Project version you are working on
Also handy to Test your Project "live" while you can make any adjustments in the VBStudio in your project at the same time without the debugger
Hope this Helps
Dave
PS Forgot to mention you can also locate in your Project files
The Bin Folder and use the .exe file from The Release Folder (NOT Debug folder)
Hi 223
For a PC etc Use a Flash Drive or CD/DVD if you want to Install on another Computer besides your own
Or Just Install to a Folder on your Comp
Example Your Project Name is 'BFTest'
Either Way - Create a New Folder for your App (Say on Desktop if not in your Flash etc Name it eg "BFTest Install")
For First Time Install its Best to Add a Desktop ShortCut before Publishing So in VB2010 Main Menu Click
Project - "BFTest Properties" (Ignore Publish BFTest this Time)
In Properties - Select "Publish"
1-In the Top Publish Location Browse to your "BFTest Install" Folder
2- Select the "(Launchable from Start Menu") Option
3 - Click Options (You can Play with all this later )but for now
4- Click Manifests
5 - Tick "Create DeskTop Shortcut" (If you add or have added an icon to your project it will show this on your Desktop Do that from BFTest Properties -Application - Add Icon Link) for now it will just use the vb default - Click Ok
6 - then Click "Publish Now" It will show in your status bar publishing and if it succeeded
Finally go to your Installation Folder and Double Click the Setup.exe and it will install like any other Program
It will show a Desktop Icon and Start Menu and will also be in your Uninstall Programs from the Control Panel
After Doing the above you only need to Use the VB Main Menu
Project - Publish BFTest and Click Finish in the Dialogue
This will Update your Publication each time so you can just use Setup.exe to keep your application updated with your latest Project version you are working on
Also handy to Test your Project "live" while you can make any adjustments in the VBStudio in your project at the same time without the debugger
Hope this Helps
Dave

PS Forgot to mention you can also locate in your Project files
The Bin Folder and use the .exe file from The Release Folder (NOT Debug folder)



Thank you very much, before your solution I was confident that I already knew a little bit about it
Comment