cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
I have a number of packages that I have created that install fine and work properly for a given user. The problem I have is when I add a new user to the machine Windows Installer requires access to the original package to complete a "mini-setup" if you will for that new user. Is there a way around this? I believe I have the AllUsers property set.

Any help would be appreciated!

Thanks,

BCM4309
(2) Replies
It appears that the package write per-user information to the system (file and/or registry). The application might require these per-user information to function. I would suggest keeping the package as it is now.
By default ALLUSERS=2 is set. This will force the application to install for all users. If installed under an Admin account, and to the Current User, if using a non-Admin account. So it looks to me that you are logged in as a 'Normal' user. You should log in under the 'Admin' account.