Hi,
We are working with packages a long time now on SCCM 2012 R2. We started deploying App-V packages + uninstall of App-v packages with SCCM since no automatic uninstall occurs.
Does the same mechanism apply for regular applications? So iow: you need to deploy an uninstall for an application in order to make it uninstall when a user isn't member of a group we deploy it to?
J.
What are design would be, f.e. 7-Zip:
Application 7 Zip - INSTALL:
*Deployment Type App-V 7-Zip Install (prereq Windows 7)
*Deployment Type APp-V 7-Zip Install (prereq Windows Server) => in order to control wether or not to deploy to server
*Deployment Type MSI 7-Zip Install (prereq Windows 7) => since we only want to deploy App-v packages to servers
Application 7-Zip UNINSTALL:
*Deployment Type App-V 7-Zip Uninstall (prereq Windows 7)
*Deployment Type APp-V 7-Zip Uninstall (prereq Windows Server) => in order to control wether or not to uninstall to server
*Deployment Type MSI 7-Zip Uninstall (prereq Windows 7) => since we only want to deploy App-v packages to servers
Jan Hoedt