Skip to main content
1-Visitor
April 17, 2015
Solved

How to install two Integrity clients on one Windows 7 workstation

  • April 17, 2015
  • 1 reply
  • 4520 views

How do I install MKS Integrity 2009 GUI client and PTC Integrity 10.6 GUI on the same Windows 7 workstion.

I recently upgraded one of our servers from 2009 to 10.6 and want to test it in the GUI client.

Thank you,

Dan

    Best answer by wspadola

    Hi Dan,

    The key to running multiple clients is to make sure that they do not share their "client home directories", which are normally stored in your workstation's logged in user account folder. I'm going to assume Windows for now but the principal is the same for UNIX. For eg in C:\Users\jdoe\ you'll see a ".mks" directory; this is where all of your viewsets, preferences, and Sandbox registries are stored. For each client you want to run, I would suggest writing a batch/shell script file that sets the MKS_IC_INSTANCE_DIR environment variable. This variable instructs the client to fetch its preferences from an arbitrary directory.

    You are free to actually install multiple clients into different physical directories on your machine, just change the path during the installation process.

    You'll find more information in this KCS article:

    https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS83602&lang=en_US

    Also inside the Client Getting Started Guide for Integrity 10.6, you'll find information on page 17.

    I hope this helps.


    Wes

    1 reply

    wspadola12-AmethystAnswer
    12-Amethyst
    April 17, 2015

    Hi Dan,

    The key to running multiple clients is to make sure that they do not share their "client home directories", which are normally stored in your workstation's logged in user account folder. I'm going to assume Windows for now but the principal is the same for UNIX. For eg in C:\Users\jdoe\ you'll see a ".mks" directory; this is where all of your viewsets, preferences, and Sandbox registries are stored. For each client you want to run, I would suggest writing a batch/shell script file that sets the MKS_IC_INSTANCE_DIR environment variable. This variable instructs the client to fetch its preferences from an arbitrary directory.

    You are free to actually install multiple clients into different physical directories on your machine, just change the path during the installation process.

    You'll find more information in this KCS article:

    https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS83602&lang=en_US

    Also inside the Client Getting Started Guide for Integrity 10.6, you'll find information on page 17.

    I hope this helps.


    Wes

    DanR.1-VisitorAuthor
    1-Visitor
    April 20, 2015

    Installing multiple versions of the GUI client is a major pain if you are not a an admin on your workstation. This did not work for us.

    5-Regular Member
    April 20, 2015

    In this case (no admin rights on you PC) the usage of Virtual Machines could be an option?