|
-
Feb 21st, 2007, 08:11 AM
#1
Thread Starter
New Member
Need Help with VB and MS Access compiling
Hello,
I'm still new with VB (compiling part) and I was hoping if someone could help me... I already made my program with MS Access as my database and added the report thingy in VB.. I was hoping if someone could help me on how to compile this into a single .EXE file so that others can install my program into their system and run my program even without having VB 6.0 and MS Access installed in their system... Is this possible or not?!? I really do hope someone could help me with this.. thanx... x^_^
P.S the only thing I know is saving it as .EXE project at the File menu.. But it does not work on computers without VB6.0 installed...
-
Feb 23rd, 2007, 05:27 AM
#2
Re: Need Help with VB and MS Access compiling
You can your app on a system without VB or Access installed (This is the preferred method). You first need to create an installation package using possibly one of the packages described in the FAQ's for this forum (First thread).
-
Feb 23rd, 2007, 03:09 PM
#3
Re: Need Help with VB and MS Access compiling
If your program only uses the Access database as a back end and never displays any of the Access db GUI or objects then packaging the app into a setup.exe is possible with many of the packagers that Randem pointed you to.
If you are displaying the Access GUI/Objects then your end user will be required to have their own licensed version of Access. You can not distribute the program Access itself or any of its supported runtime files, only the .mdb, .mde and adp files only.
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 
-
Feb 23rd, 2007, 08:07 PM
#4
Thread Starter
New Member
Re: Need Help with VB and MS Access compiling
I see... So it is possible... x^_^ I will try to use the packagers that you had mentioned... will post more info soon. Thanks for the big help...
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
|