Posted On March 28, 2019

Install Files within the NewPCSetupFiles Template Directory

kimconnect 0 comments
blog.KimConnect.com >> Codes , Windows >> Install Files within the NewPCSetupFiles Template Directory

net use y: \\FILESERVER01.kimconnect.com\users\template\newPCSetup

y:

regedit.exe /s disable_uac_win7.reg

cd NewPCSetupFiles

dotnetfx-winfsc.exe /Q
dotNetFx40_Full_x86_x64.exe /quiet /norestart
dotnetfx45_full_x86_x64.exe /quiet /norestart
ReportViewer2010.exe /passive /norestart
Silverlight_x64.exe /q
vcredist_2005_x64.exe /Q
vcredist_x86_2005.exe /Q
vcredist_2008_x64.exe /q
vcredist_2008_x86.exe /q
vcredist_2010_x64.exe /passive /norestart
vcredist_x86_2010.exe /passive /norestart
Windows6.0-KB942288-v2-x64.msu /quiet
Windows6.1-KB2779562-x64.msu /quiet
Windows6.1-KB974405-x64.msu /quiet

rem start IE10_blocker.cmd /B

winrar-x64-420.exe /s
SetupVirtualCloneDrive5460.exe

FirefoxSetup25.exe -ms

Sophos_UCLA-ESXP.exe
Sophos_Standalone.exe

jre-8u31-windows-i586 /s /L C:\JAVAsetup.log

rem CRRuntime_32bit_13_0_1.exe
setupCRM.exe

install_flash_player_ax.exe
install_flash_player.exe

pause

Leave a Reply

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

Related Post

ScreenConnect and NGINX

source:   Create TLS certificate folder sudo mkdir /etc/nginx/tls cd /etc/nginx/tls   Create server key…

Cisco Agent Desktop Common Issues

“License Server is Down” error resolution: Go to  "C:\Program Files (x86)\Cisco\Desktop\bin" >> SHIFT + right-click,…

PowerShell Legacy Versions: How to Check Connection of Servers on Certain Ports?

A more updated version is available here. function Check-NetConnection($server, $port) { $session = New-Object System.Net.Sockets.TcpClient;…