I've been trying to self-teach my tiny brain to use SCCM 2012, so far with the help of this forum I am doing pretty well and have managed to successfully deploy a few MSI based applications.
Now I would like to learn how to package and deploy and application that uses an EXE installer rather than MSI.
Do I need to write a .bat script with switches and then zip it up with the EXE?
My example file I am using is for Adobe Reader 10.1.1 - AdbeRdr1011_en_US.exe. I would like to deploy this sliently to all users on my local network. According to Adobe's documentation to do a silent install I need to issue the following command switch...
AdbeRdr1011_en_US.exe /sAll
I have verified this indeed works and performs a completely silent install.
How do I then package and deploy this script and EXE?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I've been trying to self-teach my tiny brain to use SCCM 2012, so far with the help of this forum I am doing pretty well and have managed to successfully deploy a few MSI based applications.
Now I would like to learn how to package and deploy and application that uses an EXE installer rather than MSI.
Do I need to write a .bat script with switches and then zip it up with the EXE?
My example file I am using is for Adobe Reader 10.1.1 - AdbeRdr1011_en_US.exe. I would like to deploy this sliently to all users on my local network. According to Adobe's documentation to do a silent install I need to issue the following command switch...
AdbeRdr1011_en_US.exe /sAll
I have verified this indeed works and performs a completely silent install.
How do I then package and deploy this script and EXE?
Share this post
Link to post
Share on other sites