Feature Requests item #1504559, was opened at 2006-06-12 10:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1504559&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wixui
Group: Already Exists
Status: Open
Priority: 5
Submitted By: Pham Nguyen Anh Kiet (pnakiet)
Assigned to: Bob Arnson (barnson)
Summary: UI for SQL Server information

Initial Comment:
Dear all,

My project need to connect SQL Server Database. 

So, I'd like to create UI to let User enter 
ServerName, DatabaseName, UserName and Password to 
SQL Server while Installation process. 

I have created UI for SQL Server (code below), but I 
can not handle data User enter. Please help me to use 
information User enter to install SQL Server.
Thanks,

PNAKiet

-------------------------
Below is UI for SQL Server information:

<Dialog Id="SQLServerPromptingDlg" Width="370" 
Height="270" Title="[ProductName] [Setup]" 
NoMinimize="yes">
<Control Id="ServerLabel" Type="Text" X="45" 
Y="73" Width="100" Height="18" TabSkip="no" 
Text="&amp;Server Name:" />
<Control Id="ServerEdit" Type="Edit" X="115" 
Y="73" Width="220" Height="18" Property="SERVERNAME" 
Text="{80}" />
<Control Id="DatabaseLabel" Type="Text" 
X="45" Y="98" Width="100" Height="18" TabSkip="no" 
Text="&amp;Database Name:" />
<Control Id="DatabaseEdit" Type="Edit" 
X="115" Y="98" Width="220" Height="18" 
Property="DATABASENAME" Text="{80}" />
<Control Id="UserNameLabel" Type="Text" 
X="45" Y="123" Width="100" Height="18" TabSkip="no" 
Text="&amp;User Name:" />
<Control Id="UserNameEdit" Type="Edit" 
X="115" Y="123" Width="110" Height="18" 
Property="USERNAME" Text="{50}" />
<Control Id="PasswordLabel" Type="Text" 
X="45" Y="148" Width="100" Height="18" TabSkip="no" 
Text="&amp;Password:" />
<Control Id="PasswordEdit" Type="Edit" 
X="115" Y="148" Width="110" Height="18" 
Property="PASSWORD" Password="no" Text="{50}" />
<Control Id="Back" Type="PushButton" X="180" 
Y="243" Width="56" Height="17" 
Text="[ButtonText_Back]">
<Publish Event="NewDialog" 
Value="LicenseAgreementDlg">1</Publish>
</Control>
<Control Id="Next" Type="PushButton" X="236" 
Y="243" Width="56" Height="17" Default="yes" 
Text="[ButtonText_Next]">
<Publish Event="ValidateProductID" 
Value="0">0</Publish>
<Publish Event="SpawnWaitDialog" 
Value="WaitForCostingDlg">CostingComplete = 
1</Publish>
<Publish Event="NewDialog" 
Value="SetupTypeDlg">ProductID</Publish>
</Control>
<Control Id="Cancel" Type="PushButton" 
X="304" Y="243" Width="56" Height="17" Cancel="yes" 
Text="[ButtonText_Cancel]">
<Publish Event="SpawnDialog" 
Value="CancelDlg">1</Publish>
</Control>
<Control Id="BannerBitmap" Type="Bitmap" 
X="0" Y="0" Width="370" Height="44" TabSkip="no" 
Text="[BannerBitmap]" />
<Control Id="Description" Type="Text" X="25" 
Y="23" Width="280" Height="15" Transparent="yes" 
NoPrefix="yes">
<Text>Please enter your SQL Server required 
information</Text>
</Control>
<Control Id="BottomLine" Type="Line" X="0" 
Y="234" Width="370" Height="0" />
<Control Id="Title" Type="Text" X="15" Y="6" 
Width="200" Height="15" Transparent="yes" 
NoPrefix="yes">
<Text>[DlgTitleFont]SQL Server 
Information</Text>
</Control>
<Control Id="BannerLine" Type="Line" X="0" 
Y="44" Width="370" Height="0" />


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1504559&group_id=105970


_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to