cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
freedom
Level 2

Install for Current User only without prompt

Does anyone know how I can:

1. Get rid of the dialog that prompts users to select "Install for all users" or just for themselves

and

2. Automatically install just for that user?


I've tried setting the ALLUSERS property to 0 and the ApplicationUsers property to 0 based on some (much) older information I found for older versions of InstallShield but it didn't seem to have any effect.
Labels (1)
0 Kudos
(1) Reply
freedom
Level 2

I figured it out, I needed the following settings:

ALLUSERS = 2
ApplicationUsers = CurrentUserOnly
MSIINSTALLPERUSER = 1
ISSupportPerUser =

Hope this helps someone else!
0 Kudos