Hi Bob,
Well thanks for your feedback.
So essentially 'ALLUSERS' property controls creating shortcuts for the
users. But i was wondering if there's any way, using WIX toolset, for us to
let the users choose if they want to install a shortcut for 'Everyone' or
'Just me'?
Thanks
Gautam


On 8/8/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
>
> Gautam Kaushal wrote:
>
> I'm developing an installation package for a project using WIX toolset.
> One of the requirements for the project is to let the end-user choose if
> they want to install the application for just one user or for everyone using
> the machine ( *Just me/Everyone*).
>
>
> First thing: That choice has very little utility. There's no way to make a
> single package actually per-user; it will still require elevation, for
> example, on Vista. The only thing it's controlling is where shortcuts
> appear.
>
>  As per my research, i can expose this using *'ALLUSERS'* property whose
> values are :
>
>    - 0 - Single User;
>    - 1 - Everyone;
>    - 2 - *i don't remember*
>
>
> A per-user ALLUSERS is when ALLUSERS isn't defined. An ALLUSERS value of 0
> isn't valid.
>
> --
> sig://boBhttp://joyofsetup.com/
>
>


-- 
Ph: (816) 786-7642
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to