05-23-2019 01:34 PM
So, I recently downloaded the NI software bundle Spring 2019 because I wanted to upgrade from LabView2018 SPI1. To my disappointment, NI Package Manager doesn't allow me to choose a destination path and installs everything under C:/Program Files/ . Unfortunately, I don't have enough disk space on my SSD, so I wanted to have the option to install it on my other HDD, D:/.
This was possible when I installed LabView2018 SP1 in the past. Please note that I want to install the FPGA module with the Vivado 2017.2 compilation tools, so disk space is a serious issue...
Solved! Go to Solution.
05-23-2019 04:17 PM
I am searching for this question too... I couldn't find a good answer. Someone suggested renaming the C: and 😧 drive temporarily. I have not tried it yet. Anyone else come across a better method?
05-28-2019 08:04 AM
I got some more information on the topic from NI Support. You will want to change the directory manually within the registry key. Go to Windows Run and type in "regedit".
32-bit Software
1. Manually create your desired directory in the 😧 drive. For example, D:\Program Files (x86)\National Instruments.
2. Manually create, edit if already exists, the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\National Instruments\Common\Installer
NIDIR = D:\Program Files (x86)\National Instruments
64-Bit Software
1. Remove WOW6432Node
HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer
2. Instead of NIDIR use NIDIR64. Also, they can't equal the same path value.
NIDIR64 = D:\Program Files\National Instruments
05-28-2019 11:25 PM
I wonder if there's a reason they don't let you choose?
05-29-2019 09:15 AM
Bill,
If there is a reason, I do not know it. At least there is a work around.
06-13-2019 11:39 AM
Hi guys,
Thought I would link you guys to the KB we have released about this. This is in the off chance that somebody finds this forum before the KB.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000015BtzSAE&l=en-GB
Thanks,
Michael
Technical Support Engineering
National Instruments
06-13-2019 12:00 PM
I "solved" this issue (I wanted the NIPM to download the install packages somewhere else) by creating a junction point in my file system.
https://en.wikipedia.org/wiki/NTFS_junction_point
I simply made a single folder point to a folder on another disk..... Not exactly the thing we should have to do to retain control over where stuff is on our PCs.
06-14-2019 03:04 AM
It's not ideal. I have submitted a feature request for this so hopefully, this is something that we can get implemented in a future release of NIPM
01-03-2020 02:11 PM
I have not had much luck with this proceedure. When installing Veristand to my second hard drive, the 64bit directory only has the .exe and nothing else. It doesn't launch.
I've attempted a full format/install of Windows on my C: but no behavior change. NI Support Request has not been able to find resolution either.
This is a much needed feature. My primary HDD is 256GB SSD and that's just not enough when using NI software (especially FPGA compile tools) with Windows as your primary development HDD.
01-03-2020 02:26 PM