How to create setup exe file for VB 6.0 desktop application. The output should be one single installable exe file. Thanks in advance.
How to create setup exe file for VB 6.0 desktop application. The output should be one single installable exe file. Thanks in advance.
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
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.
     
A Young Self-Taught Programmer || VB6 | VB.NET (Visual Studio 2010) | Java |CSS | JavaScript | PHP | MySQL
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.
From the pinned Deployment FAQ:
http://www.vbforums.com/showpost.php...1&postcount=26
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.
Thanks a lot guys.. u guys rock![]()