[wix-users] Choose install directory using 'WixUI_Minimal'?

Paul Mumford paul.mumford at gmail.com
Wed Oct 11 07:55:29 PDT 2017


Ah its ok guys, worked it out, just being a dope but thanks anyway! Just
needed to add the reference in the wxs (gone through all 3 of the options
now!). I like Mondo in theory but to be honest we dont need it for our
product, InstallDir seems to be exactly the same as minimal but you choose
you install path, exactly what it says on the tin so thats great :)

    <!--<UIRef Id="WixUI_Mondo" />-->
    <!--<UIRef Id="WixUI_Minimal" />-->
    <UIRef Id="WixUI_InstallDir" />


On 11 October 2017 at 15:50, Joseph L. Casale via wix-users <
wix-users at lists.wixtoolset.org> wrote:

> -----Original Message-----
> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf
> Of Paul Mumford via wix-users
> Sent: Wednesday, October 11, 2017 8:26 AM
> To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
> Cc: Paul Mumford <paul.mumford at gmail.com>
> Subject: Re: [wix-users] Choose install directory using 'WixUI_Minimal'?
>
> > I really dont know what to set <UIRef Id="WixUI_InstallDir" /> to though,
> > that isnt in my project!
>
> This is provided by the WIX toolset, it's a built-in that is available for
> you
> once you load the library.
>
> > If I use the line from the example the builder comes up with loads of
> > duplicate ID'd though im not using it
>
> Check out http://wixtoolset.org/documentation/manual/v3/wixui/
> wixui_dialog_library.html,
> You are probably missing the lib ref in your project.
>
> jlc
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>


More information about the wix-users mailing list