Results 1 to 7 of 7

Thread: How to create setup exe file for VB 6.0 desktop application.

  1. #1
    New Member
    Join Date
    Jun 10
    Posts
    2

    Thumbs up How to create setup exe file for VB 6.0 desktop application.

    How to create setup exe file for VB 6.0 desktop application. The output should be one single installable exe file. Thanks in advance.

  2. #2
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,292

    Re: How to create setup exe file for VB 6.0 desktop application.

    Moved To Application Deployment

    Using The Package And Deployment Wizard
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  3. #3
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 04
    Location
    Staffordshire, England
    Posts
    2,092

    Re: How to create setup exe file for VB 6.0 desktop application.

    Welcome to VBForums arunkumar213.

    Well I would say the best one to use is Inno Setup if you only want a single exe.
    Keith

    I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.


  4. #4
    Hyperactive Member rajbdilip's Avatar
    Join Date
    Feb 10
    Location
    Kathmandu, Nepal
    Posts
    263

    Re: How to create setup exe file for VB 6.0 desktop application.

         
    A Young Self-Taught Programmer || VB6 | VB.NET (Visual Studio 2010) | Java |CSS | JavaScript | PHP | MySQL

  5. #5
    PowerPoster
    Join Date
    Feb 06
    Posts
    8,669

    Re: How to create setup exe file for VB 6.0 desktop application.

    You can package with the PDW and then wrap this into a self-extracting EXE that runs setup.exe using IExpress. IExpress is part of the IEAK, but was also included in every version of Windows beginning with WinXP.

    If you want a "first class" installation package you should create an MSI though. All legacy scripted installers were deprecated starting with Windows Vista and only work through appcompat now.

  6. #6
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,832

    Re: How to create setup exe file for VB 6.0 desktop application.

    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  7. #7
    New Member
    Join Date
    Jun 10
    Posts
    2

    Re: How to create setup exe file for VB 6.0 desktop application.

    Thanks a lot guys.. u guys rock

Posting Permissions

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