Jump to content


CavalierIT

Deploying non-MSI applications?

Recommended Posts

You don't have to use .msi files, they are just easier because SCCM will auto detect information from them when you create an application. First step is going to be figuring out the install parameters outside of SCCM. Once you have that down then getting it into SCCM is a preference thing. You can either manually specify the application information or build a package. I would not buy a packager until I'd exhausted all other methods.

https://technet.microsoft.com/en-us/library/gg682159.aspx

https://technet.microsoft.com/en-us/library/gg682112.aspx

Share this post


Link to post
Share on other sites

If you can find the switches for the application you are looking for, it can be done the same way. You just have to fill in the details manually. For example, here was a test I ran for k-lite.

Installation program: K-Lite_Codec_Pack_1310_Full.exe /verysilent

Uninstall program: unins000.exe
Uninstall start in: C:\Program Files (x86)\K-Lite Codec Pack\

Run installation process as 32-bit process on 64-bit clients

Detection Rule
Setting Type: File System
Type: File
Path: %ProgramFiles(x86)%\K-Lite Codec Pack\MPC-HC64
File: mpc-hc64.exe

Install for System
Whether or not a user is logged on
 

 

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

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.