Results 1 to 7 of 7

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

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2010
    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
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

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

    Moved To Application Deployment

    Using The Package And Deployment Wizard

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

    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 25 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 2010
    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 dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

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

    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  7. #7

    Thread Starter
    New Member
    Join Date
    Jun 2010
    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
  •  



Click Here to Expand Forum to Full Width