below is the difference for install for user and system/device
- Install for user: The client only installs the application for the user to whom you deploy the application.
- Install for system: The client installs the application only once. It's available to all users.
- Install for system if resource is device; otherwise, install for user: If you deploy the application to a device, the client installs it for all users. If you deploy the application to a user, the client only installs it for that user.
[/QUOTE[/QUO
You'll almost always want to install as system. In my experience, you only want to install as user when the application being deployed only installs to the logged on user's profile and not system-wide. For example, AppX installed under Susan's profile will appear invisible to Caren's profile. If AppX was deployed as system, it would be invisible to all logged on users.
But if i create appx with "installation behavour" property set to "Install to system" and deploy it to a user collectin that contains Susan the result is that after the application has been installed by the user Susan (software center) if caren logs to the same device the application is available also for caren. Is it Right?