I would avoid this approach if possible.  If you look at Office, since the
Office 2000 release they have not supported a UI control for per user/ per
machine.  Instead, they leave that choice to the deployment tool being used.

If you do implement a radio button, expect to do some extra work when you
release an upgrade.  You will need to set the value of ALLUSERS (the value
selected in the first install) before you run the FindRelatedProducts action
in an upgrade install.  Additional problems can arise if the upgrading user
is not the same as the original user.


Peter Vestergaard wrote:
> 
> Hi.
> Is there a way to add some radiobuttons to an existing dialog to ask the
> user if the Install should be for one user or all users, or do I have to
> create an additional dialog? Does anyone know where to find a kind of
> walkthrough on creating this functionallity? I am still pretty new to
> WiX.....
> 
> Best regards
> Peter
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Per-user-per-computer-install-tp1560861p1562566.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to