I am looking for a way to control my MSI Packages. My environment is very locked down and we have enabled the use of elevated permissions to allow users to be able load MSI packages (via WinInstall). This works out ok. However, there are some applications that I would like to install on a per-user basis. Meaning that what is installed and available for one user is not necessary available for another user.
For example, let say WinZIP. If I install it for one user it work. When the next user logs on there is an advertised shortcut in the start menu (because it is placed in All Users). If the user clicks on the shortcut, Windows Installs inserts the user registry settings and Winzip works as well. Which is fine if I want WinZIP to be available to everyone, but what if I only want it to be available for the user that it was initially installed for?
Any idead on how I control this situation?
Thanks,
Kent