Introduction
![Net Framework installation requirements](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-41.png)
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 | @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](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-42.png)
- Start the script installation process.
![Script installation for IVANTI agent](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-43.png)
- My package configuration.
![IVANTI agent package configuration](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-44.png)
- Unmap the drive after installation.
![Drive unmapping after IVANTI installation](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-45.png)
- Restart the system to finalize changes.
![System restart after IVANTI provisioning](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-46.png)
- Finally, install the IVANTI agent.
![Final IVANTI agent installation](https://blog.wuibaille.fr/wp-content/uploads/2024/10/image-47.png)
0 Comments