[wix-users] WixUI

R ryee at pronktech.com
Wed Jul 25 20:08:45 PDT 2018


Even if I change <UI Id="WixUI_Minimal"> to something else or just have
<UI>, I still get the same errors.

On Wed, Jul 25, 2018 at 4:58 PM, Rob Mensching via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> Did you name your UI "WixUI_Minimal"? If so, that would create a collision
> with the WixUI_Minimal from the UI.wixext.
>
> _____________________________________________________________
>  Short replies here. Complete answers over there:
> http://www.firegiant.com/
>
> -----Original Message-----
> From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of R
> via wix-users
> Sent: Wednesday, July 25, 2018 6:28 PM
> To: Wix Community <wix-users at lists.wixtoolset.org>
> Cc: R <ryee at pronktech.com>
> Subject: [wix-users] WixUI
>
> I cannot seem to get a custom dialog UI running. I've been using
>
>     <UIRef Id="WixUI_Minimal"/>
>     <WixVariable Id="WixUILicenseRtf"
> Value="$(var.SolutionDir)PronkLicense.rtf" />
>
> with a Reference to the WixUIExtension in Visual Studio 2017.
>
> If I replace that with an exact copy from WixUI_Minimal.wxs (as below), I
> get duplicate symbol errors. If I try to remove the extension, I get
> missing symbol errors. What am I doing wrong?
>
> <UI Id="WixUI_Minimal">
> <TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" /> <TextStyle
> Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" /> <TextStyle
> Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
>
> <Property Id="DefaultUIFont" Value="WixUI_Font_Normal" /> <Property
> Id="WixUI_Mode" Value="Minimal" />
>
> <DialogRef Id="ErrorDlg" />
> <DialogRef Id="FatalError" />
> <DialogRef Id="FilesInUse" />
> <DialogRef Id="MsiRMFilesInUse" />
> <DialogRef Id="PrepareDlg" />
> <DialogRef Id="ProgressDlg" />
> <DialogRef Id="ResumeDlg" />
> <DialogRef Id="UserExit" />
> <DialogRef Id="WelcomeDlg" />
> <DialogRef Id="WelcomeEulaDlg" />
>
> <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value=
> "Return" Order="999">1</Publish>
>
> <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value=
> "MaintenanceTypeDlg">1</Publish>
>
> <Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog"
> Value="MaintenanceTypeDlg">1</Publish>
>
> <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event=
> "NewDialog" Value="VerifyReadyDlg">1</Publish>
> <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event=
> "NewDialog" Value="VerifyReadyDlg">1</Publish>
> <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog"
> Value= "MaintenanceWelcomeDlg">1</Publish>
>
> <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value=
> "VerifyReadyDlg">Installed AND PATCH</Publish> <Publish
> Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value=
> "WelcomeDlg" Order="2">Installed AND PATCH</Publish>
>
> <InstallUISequence>
> <Show Dialog="WelcomeDlg" Before="WelcomeEulaDlg">Installed AND
> PATCH</Show> <Show Dialog="WelcomeEulaDlg" Before="ProgressDlg">NOT
> Installed</Show> </InstallUISequence>
>
> <Property Id="ARPNOMODIFY" Value="1" />
> </UI>
>
> <UIRef Id="WixUI_Common" />
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>



-- 
Please reply to confirm that you have read and understand the contents of
this e-mail.


More information about the wix-users mailing list