|
-
Jun 14th, 2007, 05:50 PM
#1
Thread Starter
New Member
Creating a setup.exe file
How can i create a setup.exe file for an exe project that i have built using visual basic code and without using the Package & deployment wizard?
-
Jun 14th, 2007, 05:57 PM
#2
Re: Creating a setup.exe file
Moved
You can check out the Application Deployment forums FAQ for several free or paid installer software
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 15th, 2007, 01:42 AM
#3
Fanatic Member
Re: Creating a setup.exe file
Or u can create ur own in vb6. You can have the program copy files create shortcuts and directories.
-
Jun 15th, 2007, 02:44 AM
#4
Re: Creating a setup.exe file
 Originally Posted by GDOG34
Or u can create ur own in vb6. You can have the program copy files create shortcuts and directories.
Thats not a good idea. Please read this
-
Jun 17th, 2007, 11:58 PM
#5
Fanatic Member
Re: Creating a setup.exe file
Why Not? I create my own you might not be able to uninstall it in the control panel. But its a great idea and i do it.
-
Jun 18th, 2007, 12:00 AM
#6
Re: Creating a setup.exe file
Create your own setup in VB... You need the runtime files already installed before your app will even work. On older systems this will not necessarily be true.
-
Jun 18th, 2007, 12:35 AM
#7
Fanatic Member
Re: Creating a setup.exe file
Then You Can Include Them With The Program! The File Still Runs If Those Files Are In The Same Folder As The .exe
-
Jun 18th, 2007, 12:59 AM
#8
Re: Creating a setup.exe file
So.... How does the installer work that needs to install the runtimes????
This has been discussed many, many, many time and it is not the proper way to do it.
-
Jul 6th, 2007, 06:01 PM
#9
Lively Member
Re: Creating a setup.exe file
Simple answere - simple installer. Just basic components that don't need to be installed. I have my own and it works fine.
I has no auto dependancy loader but I find it very usefull
:P
-
Jul 6th, 2007, 06:16 PM
#10
Re: Creating a setup.exe file
Lets keep this thread On-Topic
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
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
|