Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread bryan rasmussen
On 7/23/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > > bryan rasmussen wrote: > candle.exe -out examples\wixui\TestMinimal.wixobj > examples\wixui\Testminimal.wxs > > light.exe -out test20070723001.msi > examples\wixui\TestMinimal.wixobj > > > Your light.exe command also needs to include wixui.wi

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread Bob Arnson
bryan rasmussen wrote: candle.exe -out examples\wixui\TestMinimal.wixobj examples\wixui\Testminimal.wxs light.exe -out test20070723001.msi examples\wixui\TestMinimal.wixobj Your light.exe command also needs to include wixui.wixlib, per the doc: How to add a WixUI stock dialog set to

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread bryan rasmussen
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: unfortunately when I use that in place of the which was in the

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-23 Thread bryan rasmussen
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 ? Cheers, Bryan Rasmussen On 7/20/07, Bob Arnson <[EMAIL PROTECTED]> wrote: > bryan rasmussen wrote: > > oh I noticed I had chang

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-20 Thread Bob Arnson
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. Wh

Re: [WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-20 Thread bryan rasmussen
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. Cheers, Bryan Rasmussen On 7/20/07, bryan rasmussen <[EMAIL PROTECTED]> wrote: > Hi i am getting the following e

[WiX-users] error LGHT0112 : ..'UI:wixui.wxlib' error , wixui.wxlib on commandline

2007-07-20 Thread bryan rasmussen
Hi i am getting the following error on TestMinimal.wxs: error LGHT0112 : unresolved reference to symbol 'UI:wixui.wxlib' in section 'Product:12345678-1234-1234-1234-098765432113' my command line is as follows: light.exe -out check3.msi testminimal.wixobj wixui.wixlib wixui.wixlib and testminimal