Results 1 to 7 of 7

Thread: Standalone Group Project

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    10

    Standalone Group Project

    Hi, this may be a basic question, but I have not been able to find the answer anywhere. I finished writing a program that a previous employee started. I had never used vb before, so I only know what I needed to finish it. It is a .vbg file, so it has the code and a user-interface. Is there a way to turn this into a standalone application? By that I mean I would be able to install the software on any computer, with or without vb and run it?

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

    Re: Standalone Group Project

    What would be installed on the client computers is the exe that results from compiling the project, along with the necessary runtime and dependency files. The project itself would not be installed.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    10

    Re: Standalone Group Project

    Thanks for the reply. So all I need to do is compile it into an exe file and i should be able to run it on any computer? How do i do this?

  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Standalone Group Project

    Quote Originally Posted by BigSich View Post
    Thanks for the reply. So all I need to do is compile it into an exe file and i should be able to run it on any computer? How do i do this?
    No. Unfortunately you can't make stand-alone exe's in VB6. You could be lucky and be able to run on a PC that has the right support files from say the previous installation of a VB6 application, but to be sure it will run you should create an installation package and install from that.

    I'm moving this thread to where installation is discussed.

  5. #5

    Thread Starter
    New Member
    Join Date
    Aug 2009
    Posts
    10

    Re: Standalone Group Project

    Thanks for the reply martin. Is there a tutorial somewhere on how to take a .vbg file and create an installation package from it? I've looked but have been unable to find one.

  6. #6
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Standalone Group Project

    Here is a FAQ on the subject. Note that the P&D Wizard (that comes with VB6) is mentioned but it has not been updated in quite some time so if you want to install on the more modern operating systems like Vista I wouldn't suggest using it.

  7. #7
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Standalone Group Project

    I suggest you use INNO SETUP. It's free and has 100's of functions.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

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