I'm new and I'm stumped. How does one insert a dialog into WixUI_Minimal? Here's an excerpt the what I tried. I compile this with Wix 3.x and run the install it skips over my SelectLanguageDlg. What am I doing wrong?
- Mike <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> <Icon Id="AppIcon.exe" SourceFile="App.ico" /> <UIRef Id="WixUI_Minimal" /> <UI> <Dialog Width="185" Height="220" Id="SelectLanguageDlg"> <Control Type="Text" Width="155" Height="25" X="15" Y="22" Id="Title"> <Text>{\WixUI_Font_Title}[ProductName] Setup Wizard</Text> </Control> <Control Type="GroupBox" Width="155" Height="117" X="15" Y="60" Id="Languages"> <Text>Available Languages</Text> </Control> .... <Control Type="PushButton" Width="50" Height="17" X="30" Y="191" Id="Next"> <Text>Next ></Text> <Publish Event="SpawnDialog" Value="ProgressDlg">1</Publish> </Control> <Control Type="PushButton" Width="50" Height="17" X="101" Y="191" Id="Cancel"> <Text>Cancel</Text> <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish> </Control> </Dialog> <Publish Dialog="WelcomeEulaDlg" Control="Install" Event="NewDialog" Value="SelectLanguageDlg">1</Publish> </UI> ---------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to [EMAIL PROTECTED] Thank you ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users