Introduction

Net Framework installation requirements

This error occurs because the .NET Framework was not installed prior to the IVANTI agent. The .NET Framework installation requires a reboot to function properly.

Net Framework

To bypass this error, it is necessary to install the .NET Framework, reboot the system, and then proceed with the IVANTI agent installation.

@echo off

:: Copy files to C:\Windows\Temp
copy "%~dp0vcredist_x64.exe" "C:\Windows\Temp\"
copy "%~dp0vcredist_x86.exe" "C:\Windows\Temp\"
copy "%~dp0ndp48-x86-x64-allos-enu.exe" "C:\Windows\Temp\"

:: Silent installation from C:\Windows\Temp
start /wait "install" "C:\Windows\Temp\ndp48-x86-x64-allos-enu.exe" /q /norestart
start /wait "install" "C:\Windows\Temp\vcredist_x64.exe" /quiet /norestart
start /wait "install" "C:\Windows\Temp\vcredist_x86.exe" /quiet /norestart

echo Installation completed.

Full package available here: Index of /LeblogOSDdownload/IVANTI/NetFramework

Integrate in Provisioning

  • Map the preferred server as the first step.
Server mapping for provisioning
  • Start the script installation process.
Script installation for IVANTI agent
  • My package configuration.
IVANTI agent package configuration
  • Unmap the drive after installation.
Drive unmapping after IVANTI installation
  • Restart the system to finalize changes.
System restart after IVANTI provisioning
  • Finally, install the IVANTI agent.
Final IVANTI agent installation

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.