Quantcast
Channel: Configuration Manager 2012 - Application Management forum
Viewing all articles
Browse latest Browse all 4762

How to deploy an application using SCCM 2012 which is installing to C:\Users\UID\Appdata\Local\

$
0
0

Hello,

I'm trying to deploy Mattermost(IM) application through SCCM 2012. The application will installs to C:\Users\UID\Appdata\Local\Mattermost folder. I created a package using Powershell deployment tool kit and i'm using below script for detection method.

$checkversion= (Get-Item "$env:LOCALAPPDATA\mattermost\Mattermost.exe").VersionInfo.Fileversion
if($checkversion -eq "4.2.1.62")
{Write-Host "Installed"}
else{}

I have imported the application to SCCM 2012 and while creating DeploymentType i selected "Install for user" option.

I deployed to my user Id using user collection, now in my machine when i'm trying install application from Software Center. It is throwing "This software is not applicable to your Device."

Can anyone help me here.




Viewing all articles
Browse latest Browse all 4762

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>