@Violetta wrote:
Hello, I've been attempting to create an SCCM deployment package that runs silently, or at least automatically for a large amount of users. First issue I ran into was with the .exe installer, is that an application package in SCCM, in order to run for standard users, uses a system account that can not go through Proxy. So even though I have the LicenseKey, and VerySilent switches, the .bat file I have wrapped around the .exe crashes instantly. It will also crash with just the LicenseKey switch - probably because it can't talk to the LicenseKey server. Which we are not hosting a PDFCreator license server.
Running the .exe through SCCM with no switches, but automated button presses - it fails to check the license key, which is expected at this point.
So now I have the, hopefully offline, .msi installer. Currently I am using these switches and msiexec.exe is complaining about them. Running the .msi alone it says I need to run with a switch that I'm trying to give it:
call "PDFCreator-Business-3_5_0_19523-Setup_x64.msi" /PDFCreatorLicenseKey=(MyLicenseKey) /VERYSILENT /NOICONS
Also I know the Proxy switches that are available, but the System account that SCCM uses regardless if credentials are passed - will not go through Proxy.
I'm not sure what I'm doing wrong here - any help is appreciated. Thank you!
Posts: 2
Participants: 1