vb deployment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sabbathian
    New Member
    • Feb 2007
    • 1

    #1

    vb deployment

    Hi I have written a simple project. Now, does anyone know how I can deploy my application?

    *That is to make a install cd(or other media) to install my program and run it. Also, how can I make it run when windows first starts up?

    Thank you.

    Hms
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    To create installation package use Package & Deployment Wisard in Microsoft Visual Studio\Microsof t Visual Studio Tools.

    To run your project as soon as machine starts up you have to put it in Startup folder.

    Good Luck.

    Comment

    Working...