I need to write a batch script for a department in my company to install our diagnostic software with a single click. This software requires “Microsoft .NET Framework 2.0 Service Pack 1 (x64)”, so that needs to be installed first. I have spent the whole day experimenting with CMD, googling, and asking ChatGPT, but nothing has worked. The installer always opens, but manual intervention is required to proceed. What do I need to do to make this work?
Fortunately, most of the other installations are in MSI installers, and I have already completed those. But this problem is driving me crazy.
These were the commands I’ve already tried. Also tried almost every combination of those.
NetFx20SP1_x64.exe /install /quiet /norestart
NetFx20SP1_x64.exe /q /norestart
NetFx20SP1_x64.exe /S /norestart
NetFx20SP1_x64.exe /silent /norestart
Thanks in advance.
Test Phasenaccount is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.