Results 1 to 5 of 5

Thread: [02/03] how to publish???

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    11

    [02/03] how to publish???

    hello

    Does any one know how to install(not sure if that is the right word) a .NET applacation.

    I have to put the applacation on a cd and have it install on another persons computer. (i also have an access data base which needs to be at a specific location)

    Any help would be great

    Thanks
    Cppm01

    P.s. i dont know alot about vb so if it is possible keep technical terms to a min

    Thanks

  2. #2
    Fanatic Member
    Join Date
    Aug 2006
    Location
    Chicago, IL
    Posts
    514

    Re: [02/03] how to publish???

    Are you using Visual Basic Express or Studio Professional?
    Warren Ayen
    Senior C# Developer
    DLS Software Studios (http://www.dlssoftwarestudios.com/)

    I use Microsoft Visual Studio 2005, 2008, working with Visual Basic and Visual C#
    Hey! If you like my post, or I solve your issue, please Rate Me!

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    11

    Re: [02/03] how to publish???

    i am using visual studio.NET

  4. #4
    Hyperactive Member JXDOS's Avatar
    Join Date
    Aug 2006
    Location
    Mars...
    Posts
    423

    Re: [02/03] how to publish???

    You will firstly need to make sure the other person has .Net Framework 2.0 installed. Then you could run your application there
    If my post has been helpful, please rate it!

  5. #5
    Fanatic Member
    Join Date
    Aug 2006
    Location
    Chicago, IL
    Posts
    514

    Re: [02/03] how to publish???

    Create a new Setup and Deployment Project. Add your project's compiled EXE file to the project so it'll add all of the required Interops and so on.

    Then, create the folder paths you need for the database, and add that file to the project, too. Build it, and you're done - you'll find the Setup.MSI and Setup.EXE files in the project's debug folder. Put those on the CD.
    Warren Ayen
    Senior C# Developer
    DLS Software Studios (http://www.dlssoftwarestudios.com/)

    I use Microsoft Visual Studio 2005, 2008, working with Visual Basic and Visual C#
    Hey! If you like my post, or I solve your issue, please Rate Me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width