|
-
Jun 17th, 2010, 06:11 AM
#1
Thread Starter
New Member
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.
-
Jun 17th, 2010, 06:18 AM
#2
Re: How to create setup exe file for VB 6.0 desktop application.
-
Jun 17th, 2010, 06:19 AM
#3
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.
-
Jun 17th, 2010, 06:19 AM
#4
Hyperactive Member
Re: How to create setup exe file for VB 6.0 desktop application.
     
-
Jun 17th, 2010, 06:23 PM
#5
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.
-
Jun 17th, 2010, 10:32 PM
#6
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
-
Jun 18th, 2010, 02:19 AM
#7
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|