Hi all!
I have to deploy a software which needs to "run once for every user who logs on".
When I choose "Only when a user is logged on" and " Run with user's rights at the Run once for every user who logs on" Allow this program to be installed from the Install Software task sequence without being advertised".
Befor I recognized that the program need to run for every user I advertised it trough the osd task sequence with Administrative rights without the option "Run once for every user who logs on". It worked until the point when the user specific part wants to get installed. Then the msi is not found.
Within the package definition I choose store in client cache permanently. But also without these option it does not work.
As soon I set "Only when a user is logged on" it is not possible to add the program in an osd task sequence.
How can I install the programm within an OSD tasksequence?
Configuration: SCCM 2007 R2 with MDT 2008