Hi,

I think this is what you're looking for:

Add this in your dialogs
<Dialog Id="CustomerInfo" Width="370" Height="270" Title="[ProductName]
Setup">
                                <Control Id="Next" Type="PushButton" X="236" 
Y="243" Width="56"
Height="17" Default="yes" Text="Next" />
                                <Control Id="Cancel" Type="PushButton" X="304" 
Y="243" Width="56"
Height="17" Cancel="yes" Text="Cancel">
                                        <Publish Event="SpawnDialog" 
Value="CancelDlg">1</Publish>
                                </Control>
                                <Control Id="Back" Type="PushButton" X="180" 
Y="243" Width="56"
Height="17" Text="Back" />
                                <Control Id="Title" Type="Text" X="15" Y="6" 
Width="200" Height="15"
Transparent="yes" NoPrefix="yes" Text="{\WixUI_Font_Title}User Information"
/>
                                <Control Id="Description" Type="Text" X="25" 
Y="23" Width="250"
Height="15" Transparent="yes" NoPrefix="yes" Text="Enter the following
information to personalize your installation" />
                                <Control Id="BannerBitmap" Type="Bitmap" X="0" 
Y="0" Width="370"
Height="44" TabSkip="no" Text="WixUI_Bmp_Banner" />
                                <Control Id="BannerLine" Type="Line" X="0" 
Y="44" Width="370" Height="0"
/>
                                <Control Id="UserNameLabel" Type="Text" X="20" 
Y="60" Width="290"
Height="13" Text="Full Name:" />
                                <Control Id="UserName" Type="Edit" X="20" 
Y="72" Width="320" Height="18"
Property="USERNAME" Text="47" />
                                <Control Id="OrgNameLabel" Type="Text" X="20" 
Y="93" Width="290"
Height="13" Text="Organization:" />
                                <Control Id="OrgName" Type="Edit" X="20" 
Y="105" Width="320" Height="18"
Property="COMPANYNAME" Text="{53}" />
                                <Control Id="BottomLine" Type="Line" X="0" 
Y="234" Width="370"
Height="0" />
                                <Control Id="InstallFor" Type="Text" 
Height="14" Width="118" X="20"
Y="166" Text="Install this application for:" />
                                <Control Id="InstallType" 
Type="RadioButtonGroup" Height="39"
Width="302" X="40" Y="178" Property="ALLUSERS">
                                        <RadioButtonGroup Property="ALLUSERS">
                                                <RadioButton X="2" Y="19" 
Height="18" Width="286" Text="Only for me
([USERNAME])" Value="0" />
                                                <RadioButton X="2" Y="2" 
Height="18" Width="286" Text="Anyone who uses
this computer (all users)" Value="1" />
                                        </RadioButtonGroup>
                                </Control>
                        </Dialog>

Visit http://wixwiki.com/index.php?title=WixUI_Custom for more information.

xin chen wrote:
> 
> Hi;
> 
> I want to add an option to my kit, All User or Current User.
> 
> Because I am a new user of WIX, I do not find any document related to this
> property?
> 
> Thanks very much.
> -------------------------------------------------------------------------
> 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/How-to-add-All-user-option--tp1512520p1518233.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