We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1e32b commit e2dacc4Copy full SHA for e2dacc4
BuildTools/install.ps1
@@ -7,7 +7,7 @@ $nipm = "$Env:Programfiles\National Instruments\NI Package Manager\nipkg.exe"
7
$install_NIPM = $true
8
if ($install_NIPM)
9
{
10
- $nipmDownloadPath = 'https://download.ni.com/support/nipkg/products/ni-package-manager/installers/NIPackageManager24.0.0.exe'
+ $nipmDownloadPath = 'https://download.ni.com/support/nipkg/products/ni-package-manager/installers/NIPackageManager25.0.0.exe'
11
$nipmInstaller = Join-Path -Path $rootDirectory -ChildPath 'install-nipm.exe'
12
Assert-FileDoesNotExist($nipm)
13
$time = (Get-Date).ToUniversalTime()
0 commit comments