CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    Australia
    Posts
    39

    Need help urgently

    Hi,
    Can anyone please tell me how to create a setup package with visual basic 6.0.
    I don't want to use a visual studio installer. Is there an option in visual basic to do this. I have just finished a project and want to create a setup.exe of it so that I can install it on other computer. I am also using windows nt workstation and pws (don't know if this has anything to do with it or not??)

    Thanks alot for any help in advance.

    Regards,
    Derek


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Need help urgently

    Have a look at package and deployment wizard. You should find it clicking on "start\programs\visual studio\visual studio tools".
    You 'll need to select your project .vbp file.
    You may need to add components/files you loaded in your project without early binding...


    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Jul 1999
    Location
    Australia
    Posts
    39

    Re: Need help urgently

    Thanks alot Cimperiali. Appreciate it.

    Regards,
    Derek


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

Featured