Results 1 to 6 of 6

Thread: [2005] Deploy Application

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2005
    Posts
    355

    Question [2005] Deploy Application

    Hi,

    I have never try deploying VB.NET application before. I wonder if my application is a simple one which does not require additional files, can I just send out the bin\debug\app.exe to my friends and use on their system without any problem?

    Also, I'm curious to know that if my application does require additional files like image, music and some DLL generated by the VB.NET etc. Is it possible to compile and make it to a standalone executable file that can run on other people system without any problem?

    One more things I am also curious to know is that if my application requires database access from SQL in order to work, can I still deploy the application out into a standalone exe too?

    Please advise, Thanks :-)

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,419

    Re: [2005] Deploy Application

    you can use a ms installer, which will compile all your files into a .msi file

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2005
    Posts
    355

    Re: [2005] Deploy Application

    Quote Originally Posted by .paul.
    you can use a ms installer, which will compile all your files into a .msi file
    Hi, thx for reply, but that msi is it an installer that let user run and after that it will install out the program into etc. c:/program files/app/

    then inside the app folder contains all the stuff there that is visible to user?

  4. #4
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,419

    Re: [2005] Deploy Application

    yes. its a setup project. file-->new project-->other project types-->setup and deployment.

    or

    file-->add-->new project

    to add a setup project to your application

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [2005] Deploy Application

    Moved To Application Deployment

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2005
    Posts
    355

    Re: [2005] Deploy Application

    oh.. I will try it out.. But this is not standalone right? Anyway, I'm using express edition and I don't think I have this features, guess need to deploy on other machine..

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