When building packages, the directories you create inside the data folder inform Package Manager where to install the files. If you create a subdirectory inside a target root, Package Manager will create the subdirectory on the target system.
For each intended root target, create the corresponding subdirectory in your file package using the names provided below.
Root Target |
Name in File Package |
Default Folder |
Home |
Home |
%PUBLIC% |
Desktop |
Desktop |
%PUBLIC%\Desktop |
Documents |
Documents |
%PUBLIC%\Documents |
ProgramData |
ProgramData |
%SystemDrive%\ProgramData |
Startup |
Startup |
%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp |
ProgramMenu |
ProgramMenu |
%ProgramData%\Microsoft\Windows\Start Menu\Programs |
ProgramFiles |
- ProgramFiles
- ProgramFiles_32
- ProgramFiles_64
|
64-bit OS:
-
_32 = %SystemDrive%\Program Files (x86)
-
_64 (or no suffix) = %SystemDrive%\Program Files
32-bit OS: %SystemDrive%\Program Files |
System |
- System
- System_32
- System_64
|
64-bit OS:
-
_32 = %windir%\SysWOW64
-
_64 (or no suffix) = %windir%\system32
32-bit OS: %windir%\system32 |
BootVolume |
BootVolume |
%SystemDrive% |
Temp |
Temp |
%TEMP%\Temporary subdirectory per package |
- LV2014DIR
- LV2015DIR
- LV2016DIR
- LV2017DIR
|
- ni-paths-LV2014DIR
- ni-paths-LV2015DIR
- ni-paths-LV2016DIR
- ni-paths-LV2017DIR
|
- [NIDIR]\LabVIEW 2014
- [NIDIR]\LabVIEW 2015
- [NIDIR]\LabVIEW 2016
- [NIDIR]\LabVIEW 2017
|
- LV2014DIR64
- LV2015DIR64
- LV2016DIR64
- LV2017DIR64
|
- ni-paths-LV2014DIR64
- ni-paths-LV2015DIR64
- ni-paths-LV2016DIR64
- ni-paths-LV2017DIR64
|
- [NIDIR64]\LabVIEW 2014
- [NIDIR64]\LabVIEW 2015
- [NIDIR64]\LabVIEW 2016
- [NIDIR64]\LabVIEW 2017
|
LVNXGDIR64 |
ni-paths-LVNXGDIR64 |
[NIDIR64]\LabVIEW NXG |
LVNXG200DIR64 |
ni-paths-LVNXG200DIR64 |
[NIDIR64]\LabVIEW NXG 2.0 |
TESTSTAND2017DIR64 |
ni-paths-TESTSTAND2017DIR64 |
[NIDIR64]\TestStand 2017 |