Method of deploying a VB6 app to a Windows server 2012 RDS server

9,818

App-V virtualizes the application. Use App-V when the application you want to use runs on your host OS, but doesn’t interact well with other applications on your host OS.

...

MED-V uses a virtual machine to host your application. Use MED-V when the application you want to deploy does not run on your host OS.

(Source: http://blogs.technet.com/b/uspartner_ts2team/archive/2010/04/20/what-s-the-difference-between-app-v-and-med-v.aspx)

Whether VB6 is supported or not on Server 2012 and Server 2012 R2 is a rabbit hole. Regardless of it is or not, I would personally not want it installed on my server because it is ancient. Therefore, I would prefer a Med-V solution as opposed to installing VB6 directly on my shiny new server.

Share:
9,818

Related videos on Youtube

Digital ink
Author by

Digital ink

Updated on September 18, 2022

Comments

  • Digital ink
    Digital ink over 1 year

    My environment currently has a Windows 2003 server running terminal services. That server has the visual studio 6 IDE installed. It also is responsible for running a very old ( and poorly built ) VB6 application. I'm currently testing methods for deploying a Windows server 2012 running the RDS role to our employees. One of the major hurdles has been making that legacy VB6 application available to the 2012 RDS server. Up to this point I've only found success in having an RDS client connected to the 2012 server then run a RDP session to the 2003 server to execute the legacy app. I'm trying to make the process of running that legacy app more seamless to the users. Is there a method where I could have a more seamless execution of that legacy app for the RDS clients of the 2012 server? I've been looking at Microsoft's App-V product but am still unsure if this will accomplish what I'm looking for.

    • Greg Askew
      Greg Askew almost 10 years
      What happens when you try to run the install/application on the 2012 server?
    • Digital ink
      Digital ink almost 10 years
      There is no install that I know of. The app was simply built in the IDE and then run locally. Because the development server is a Terminal Services host it was never "installed". The IDE will not install on the 2012 server however and when i try to access the app remotely there are a host of OCXs that fail and after that, many recordsets return empty values. It seemed like a bad idea to chase installation and to try and move to virtualization until the app is re-written.
    • Greg Askew
      Greg Askew almost 10 years
      Many VB6 apps should work on 2012. It is possible that you may need to select a compatibility mode.
  • Digital ink
    Digital ink almost 10 years
    My thoughts exactly. I need to buy time while the app is re-written. Med-V sounds like it does exactly what I'm looking for. I'm going to go read up on it.
  • Digital ink
    Digital ink almost 10 years
    Med-V does look like its target is my exact situation. Thanks for the info Ryan.
  • Digital ink
    Digital ink almost 10 years
    I've found an issue. Because our business runs 100% on thin clients it looks as if using MED-V on Server 2012 may not be supported or possible. technet.microsoft.com/en-us/library/gg548504.aspx