This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Install the application only for the Current User
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 06, 2008
07:16 AM
Install the application only for the Current User
I want that my app to be installed only for the current user.
I don't want to use the Customer Information dialog. By default is installed per machine.
I added the ALLUSERS property to PropertyManager table i left it "".
I also forced the ApplicationUsers = OnlyCurrentUser
I also changed the value of the AllUsers radio button from CustomerInformation dialog to "OnlyCurrentUser" even the dialog is not displayed.
I tried every posibility and my app is still installed per machine (for all users)
What I'm doing wrong?
Cornel
Thanks
I don't want to use the Customer Information dialog. By default is installed per machine.
I added the ALLUSERS property to PropertyManager table i left it "".
I also forced the ApplicationUsers = OnlyCurrentUser
I also changed the value of the AllUsers radio button from CustomerInformation dialog to "OnlyCurrentUser" even the dialog is not displayed.
I tried every posibility and my app is still installed per machine (for all users)
What I'm doing wrong?
Cornel
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 07, 2008
02:18 AM
Why the feedback from macrovision - installshield is so slow?
I'm disappointed. A serious company should know that helping their customers rapidly is very important.
I'm disappointed. A serious company should know that helping their customers rapidly is very important.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 07, 2008
07:56 AM
I have never tried this myself but I would think that you could have a custom action to set a property ALLUSERS. Schedule the custom action to execute before CostInitialize since path statements are resolved here.
Of course this may be problematic if you are distributing on Win9x.
Also, posting on these boards does not guarantee a response from InstallShield since it is a 'community' board. Most answers come from us, the community. And since most of us have full time jobs we cannot monitor the boards 100% 😄
Of course this may be problematic if you are distributing on Win9x.
Also, posting on these boards does not guarantee a response from InstallShield since it is a 'community' board. Most answers come from us, the community. And since most of us have full time jobs we cannot monitor the boards 100% 😄
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 07, 2008
10:55 AM
You might also want to try deleting the ALLUSERS property from the property manager entirely.