[wix-users] Installer does open WixUI_Minimal dialog when installer runs

Peter Manley peter.manley at madstrong.com
Sat Sep 9 16:14:23 PDT 2023


Hello,

I'm working on creating my first installer using VS2019 and Wix v4. I'm trying to install four files and pop open the WixUI_Minimal dialog. I've added the Wix Toolset.UI.wixext as a dependency/extension. And I've included the following XML code in my Package.wxs file:

               <WixVariable Id="WixUILicenseRtf" Value="..\docs\EULA.rtf" />
               <ui:WixUI Id="WixUI_Minimal"/>

However, when I run the installer, no WixUI_Minimal shows up.

Any help would be appreciated.

Regards,

Peter H. Manley, Ph.D.
President, MadStrong.com



More information about the wix-users mailing list