10-11-2020 08:33 AM
So, i tried to follow the steps i found in a topic regarding changing the installation folder of NI and NIPM from C to D (for example) using regedit ... Well everything good untill after installation i saw that my System partition (C in my case) had 30GB in minus. I tried to find out where was the National Instruments installed and it was in ProgramData (that folder contains license manager and other stuff). Is there any way to change the path of this folder (too) to another partition using regedit? Asking this because i'm not sure what to do (what key, path to add to make it work)
10-11-2020 10:03 AM - edited 10-11-2020 10:14 AM
Another option might be to use symlinks, except that Windows Upgrade supposedly still can stumble over symlinks and mess up a properly working system in the process. I'm not sure if that also applies to 3rd party programs installed in C:\Program Files.... or only for the C:\Windows directory though.
After creating a folder at for instance "D:\National Instruments" (and making sure that "C:\Program Files (x86)\National Instruments" doesn't exist) you could enter on the command line
mklink /J "C:\Program Files (x86)\National Instruments" "D:\National Instruments"
Now there will still appear to be a folder hierarchy at "C:\Program Files (x86)\National Instruments" so the NI installers will be all happy, but the actual storage of all those files will be on "D:\National Instruments"
10-11-2020 06:18 PM
LabVIEW doesn't install into your /programdata folder! That's where NI keeps all its data files, like the license files and stuff.