|
-
Jul 7th, 2006, 11:43 AM
#1
Thread Starter
New Member
Project Deployment
Hello,
This is my first simple VB application that I now want to put it out to the end users. I created the exe file. Is it enough if I just put the exe on the server where everyone can access it or do I still have to use the P&D wizard to deliver the application to the end users.
How about if I am using ADO controls? How do I distribute the ocx files to the end users.
Could any one please guide me through the right steps.
Thanks
KPLG
-
Jul 7th, 2006, 12:29 PM
#2
Re: Project Deployment
In case you missed ti there is an Application Deployment forum.
Anyway, I'd recommend that you build your distribution package regardless.
There are few types of "server deployment":
- LAN shared folder
- CITRIX server
- Iternet/Itranet
- etc...
Distributing your executable on LAN still requires all runtime files to be installed on every workstation.
CITRIX type of deployment is much simpler - full install is one required directly on the server and NONE on the client machine.
How many users do you have?
-
Jul 7th, 2006, 01:25 PM
#3
Thread Starter
New Member
Re: Project Deployment
WOW! Impressed with your quick reponse I get.
There might be 50 users atleast. I guess the task is not that simple as I thought. I might have to read more on this to figure out what I should do next.
KPLG
-
Jul 7th, 2006, 01:43 PM
#4
Re: Project Deployment
 Originally Posted by RhinoBull
- CITRIX server
Now there's something that has to be loads of fun for someone who's majorly masochistic (he says as someone forced to use Citrix).
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 7th, 2006, 02:14 PM
#5
Re: Project Deployment
Well if you already have a Citrix server running then its quite easy. Just setup a Published Application and the users will have access to it when they log on.
Hmm, maybe this should be moved.
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 
-
Jul 7th, 2006, 02:22 PM
#6
Thread Starter
New Member
Re: Project Deployment
I am really getting nervous here as to what other problems I will have to face.
My expertise is MS Access and was given a new assignment which I thought will try doing it in VB.
I don't think we have CITRIX server. What are my other options now?
If not for these forums and people like you, I am so helpless in my job.
KPLG
-
Jul 7th, 2006, 02:27 PM
#7
Re: Project Deployment
Is this project specific to your company? Is it safe for you to publish it on the internet for downloading by your employees (will mean faster downloading)? If not then the LAN shared folder containing the installation package will be your best bet.
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 
-
Jul 7th, 2006, 02:37 PM
#8
Re: Project Deployment
We just give a CD to IT and tell them to make sure it's "on the following computers:" by "this date". That's what they get the big bucks for - staying all night.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 7th, 2006, 02:39 PM
#9
Re: Project Deployment
So all they do is probably place it on a LAN Shared Folder and either go around to each system and install it r log on remotely to each and install.
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 
-
Jul 7th, 2006, 02:55 PM
#10
Thread Starter
New Member
Re: Project Deployment
Thanks All!
The project is specific to our company so I will work on having the installation package both on LAN shared folder and on CD for the remote offices.
But what happens when I make some changes to the application going forward. Do I have to again go through this whole process on each and every client. Hope NOT!
I can't appreciate enough for all your feed back. I would have given up by now if not for these forums.
KPLG
-
Jul 7th, 2006, 03:20 PM
#11
Re: Project Deployment
Yes, unless you write your app to auto update itself. Wokawidget has a Live Update code bank thread that would be helpful for your situation.
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 
-
Jul 7th, 2006, 03:53 PM
#12
Re: Project Deployment
 Originally Posted by Al42
Now there's something that has to be loads of fun for someone who's majorly masochistic (he says as someone forced to use Citrix).
If that was addressed to me then I wish you wouldn't have said it...
-
Jul 7th, 2006, 03:56 PM
#13
Re: Project Deployment
 Originally Posted by Al42
We just give a CD to IT and tell them to make sure it's "on the following computers:" by "this date". That's what they get the big bucks for - staying all night.
Are you an IT personal ??? I just feel sorry for those guys that have to work days and nights doing basically your job.
-
Jul 7th, 2006, 05:29 PM
#14
Re: Project Deployment
KPLG,
You might also want to read Installation Problems in my signature for more assistance. Then go to the Application Deployment section and read the FAQ's.
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
|