SCCM script with Silent Install
#Get Folder to Install SW Because installing over the wireless may take to long.
Get-Item "\\SERVER\0rganize\SWLicensed\ProLandscape\PLSFiles" |
Copy-Item -Destination "C:\Downloads\SW" -Recurse
Start-Sleep -S 300
#Execute Installation
& "C:\downloads\sw\PLSFiles\pl-24setup.exe" /S LICENSE=True USERNAME=XXX USERCOMPANY=XXXXX SERIALNUMBER=XXX-XXXXXXXX SAVESITELICENSECODE=XXXXXXXX
Start-Sleep -S 300
#Let SCCM know it has been installed.
GCI "\\SERVER\0rganize\SWLicensed\ProLandscape\PLSScript\ProLandScape.txt" |
Copy-Item -Destination "C:\Downloads\SW"
Of coarse the XXXX are my serial number etc and the and line 7 is actually at the end of Line 6. (Attachement)
Related Articles
Software silent installation
Test script before deploying. Function Install-Software ($installer, $arguments) { If (Test-Path $installer) { try { $process = Start-Process -FilePath $installer -ArgumentList $arguments -PassThru -ErrorAction Stop Write-Output "Starting software ...
Time it takes to install PRO Landscape
This depends on whether you chose a physical copy or just the download. If you chose a physical USB copy to be shipped to you. Then It could take 20-30 minutes. If you chose the download. It will depend on the speed of your internet connection. It ...
How many computers can you install the software on?
You can install the software on two computers at a time. What that means if you change computers, something happens or you have work done on it. Please let tech support know and we can deactivate that system. Once you get your new replacement ...
Subscription Management PRO Landscape+
To install PRO Landscape+: Download: Click the download link in your order confirmation email or go to "Manage My Subscription" to find the download link. The setup program will go to your Downloads folder. Install: Open the downloaded setup program ...
Windows 10 Sleep Settings
The software can take about an hour or more to install. You want to make sure the computer does not fall sleep while installing. Click on windows start button and then on the settings icon. Windows Setting Icon Click on System. Windows SettingsClick ...