Results 1 to 14 of 14

Thread: Project Deployment

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    6

    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

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    6

    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

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Project Deployment

    Quote 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

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  6. #6

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    6

    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

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  8. #8
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  10. #10

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    6

    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

  11. #11
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  12. #12
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Project Deployment

    Quote 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...

  13. #13
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Project Deployment

    Quote 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.

  14. #14
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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
  •  



Click Here to Expand Forum to Full Width