If I create a .msi installer and install at the command line with:
msiexec /i foo.msi ALLUSERS=1
I've installed foo for all users. If I then create a new user on the system then I try to run foo from the start menu, Windows 7 will try to install the foo package for that user. If the .msi file isn't around. it fails. Is there a way to install this package for all present AND future users without forcing an install?
Note that I put an icon in the "User's Program Menus". Is there a special folder for a menu item all user's can see without a reinstall?
Please advise. Thanks.