I guess that's the idea, going by the docs where I find this

By default, WixUI doesn't include any translated Error or ProgressText
elements by default. You can include them by referencing the
WixUI_ErrorProgressText UI element:

<UIRef Id="WixUI_Minimal" />


unfortunately when I use that in place of the
<UIRef Id="WixUI" />

which was in the example file TestMinimal.wxs to begin with I get the
same error. Obviously I'm doing something wrong but what?


my commandline arguments:

candle.exe -out examples\wixui\TestMinimal.wixobj examples\wixui\Testminimal.wxs

light.exe -out test20070723001.msi examples\wixui\TestMinimal.wixobj

Cheers,
Bryan Rasmussen






On 7/23/07, bryan rasmussen <[EMAIL PROTECTED]> wrote:
> Well, I'm using wix-2.0.5325, which on sourceforge is described as WiX
> v2 (stable), whereas the newer version is Wix development.
>
> So given that, my UIRef should be
>  <UIRef Id="WixUI_Minimal" /> ?
>
> Cheers,
> Bryan Rasmussen
>
>
> On 7/20/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
> > bryan rasmussen wrote:
> > > oh I noticed I had changed the UIRef from WixUI, which it is in the
> > > normal Testminimal.wxs, to wixui.wixlib, just in case that would work.
> > > but both versions are giving the same result.
> > >
> >
> > The UIRef should be to the dialog set you want to use, e.g.,
> > WixUI_Minimal. Which version of WiX are you using? TestMinimal no longer
> > ships in current versions because it hasn't been updated to match
> > changes in compiler and WixUI.
> >
> > --
> > sig://boB
> > http://joyofsetup.com/
> >
> >
> >
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to