Re: [WiX-users] Per user/per computer install

2008-11-21 Thread Jim Stout
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

Re: [WiX-users] Per user/per computer install

2008-11-21 Thread Alex Cater
You could download the WiX source and modify an existing dialog and WiXUI_*.wxs to add the controls/functionality you require. It is essentially the same as authoring your own dialog from scratch. Peter Vestergaard wrote: > > Hi. > Is there a way to add some radiobuttons to an existing dialog t

[WiX-users] Per user/per computer install

2008-11-21 Thread Peter Vestergaard
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.