Forum Discussion
Rider123
Mar 08, 2019Copper Contributor
Application Deployment
Hi, I am a newbie to SCCM. I would like to deploy a .msi with a configuration file. Both of them need to be in the same folder so that when the client installs .msi, it also needs to read the confi...
mcgees
Mar 08, 2019Copper Contributor
If the config file is in the same folder as the application when imported/created in CM then the client will pull down both into the CCMCACHE from where it will install on the client.
See this post https://docs.microsoft.com/en-us/sccm/apps/deploy-use/create-applications
Rider123
Mar 10, 2019Copper Contributor
Thanks mcgees.
The config file is in the same folder as the application. However the client only pulls down the app file (.msi). Thus the installation fails.
Anyone has a different idea? Many Thanks.