Need to install app only in user context

Hi Mates,

Please help me that application having only related users related files\registry, so it needs to run only in user context from SCCM for every users, help on that how to implement in PS deploy toolkit. I used below command it works for only the current user.

Execute-ProcessAsUser -Path "$dirFiles\npp.8.2.1 installer.exe" -Parameters "`"$dirFiles\Config.xml`" /accepteula /silent`""

Thanks
Anil

hi,

please have a look at this:
Set-ActiveSetup | PSAppDeployToolkit

hope this helps

Greg

1 Like

Thank you GorgoMoondust

BTW anil, this might explain why Execute-ProcessAsUser only worked for the current user: Installing in user profiles - ActiveSetup vs. Execute-ProcessAsUser