Take a look at the
http://www.wixwiki.com/index.php?title=WixUI_CustomCustom Dialog
example. I don't think you can insert a dialog the way that
you are describing.
On 1/12/07, Urban Jaroslav, Ing. <[EMAIL PROTECTED]> wrote:
Hi 2 all,
I defined ca in my custom dialog to show dialog before
VerifyReadyDlg. It gave me error LGHT0112. I am something missing, but I
can't see what. I want use CA because it will run my cust. dialog
everytime before VerifyReadyDlg.wxs. Even when repair is running, if am
I right.
I use Mondo mode.
Or I have question to public...where is the best place to put custom
dialogs (sql settings, website settings, so on...)?
Bye bye Jaroslav Urban
<UI>
<Dialog Id="SqlSettingDlg" Width="370" Height="270"
Title="$(loc.SqlSettingDlg_Title)">
<Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370"
Height="44" TabSkip="no" Text="$(loc.SqlSettingDlgBannerBitmap)" />
<Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370"
Height="0" />
<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="$(loc.SqlSettingDlgTitle)" />
<Control Id="Description" Type="Text" X="25" Y="23" Width="280"
Height="15" Transparent="yes" NoPrefix="yes"
Text="$(loc.SqlSettingDlgDescription)" />
<Control Id="Cancel" Type="PushButton" X="304" Y="243"
Width="56" Height="17" Cancel="yes" Text="$(loc.WixUICancel)">
<Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
</Control>
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56"
Height="17" Text="$(loc.WixUINext)">
<Publish Event="NewDialog"
Value="[WixUI_SqlSettingDlg_Next]">1</Publish>
</Control>
<Control Id="SqlServerLabel" Type="Text" X="6" Y="54"
Width="120" Height="15" Transparent="yes" NoPrefix="yes"
Text="$(loc.SqlSettingDlgSqlServerLabel)" />
<Control Id="SqlServerEdit" Type="Edit" X="132" Y="54"
Width="144" Height="15" Property="SQLSERVER" Default="yes" Disabled="no"
Text="[SQLSERVER]" />
<Control Id="SqlDbLabel" Type="Text" X="6" Y="78" Width="120"
Height="15" Transparent="yes" NoPrefix="yes"
Text="$(loc.SqlSettingDlgSqlDbLabel)" />
<Control Id="SqlDbEdit" Type="Edit" X="132" Y="78" Width="144"
Height="15" Property="SQLDB" Disabled="no" Text="[SQLDB]" />
<Control Id="SqlUserNameLabel" Type="Text" X="6" Y="102"
Width="120" Height="15" Transparent="yes" NoPrefix="yes"
Text="$(loc.SqlSettingDlgSqlUserNameLabel)" />
<Control Id="SqlUserName" Type="Edit" X="132" Y="102"
Width="144" Height="15" Property="SQLUSERNAME" Disabled="no"
Text="[SQLUSERNAME]" />
<Control Id="SqlUserPasswordLabel" Type="Text" X="6" Y="126"
Width="120" Height="15" Transparent="yes" NoPrefix="yes"
Text="$(loc.SqlSettingDlgSqlUserPasswordLabel)" />
<Control Id="SqlUserPassword" Hidden="yes" Type="Edit" X="132"
Y="126" Width="144" Height="15" Property="SQLUSERPASSWORD" Disabled="no"
Text="[SQLUSERPASSWORD]" />
</Dialog>
<InstallUISequence>
<Show Dialog="SqlSettingDlg" Before="VerifyReadyDlg">NOT
Installed</Show>
</InstallUISequence>
</UI>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users