Does anyone have a script to run in the scripting section of the K1000 to roll out .NET framework 4.6 to multiple computers?
We need to roll out .NET framework 4.6 to a computer lab and was wondering if there is a script to do it.
2 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
akmagnum
8 years ago
Why do you want to use a script?
You can just as easily use the normal deployment
method to push the software.
Upload the software to the k1000.
Then deploy it by.........
overriding the default installation
and..........
use full command line........
dotnetfx4.6.1_full_x86_x64.exe /q /norestart
Choose the devices you need.....and that should be it.
Or
You could do the same with a script if you want.
Just choose deploy software in the script task.
Then do the exact same thing as above.
https://msdn.microsoft.com/en-us/library/ee942965(v=vs.110).aspx - rockhead44 8 years ago
Launch “$(KACE_DEPENDENCY_DIR)\NDP46-KB3045557-x86-x64-AllOS-ENU.exe” with params “\q”. - Cldstrife 8 years ago