Re: [WiX-users] Unresolved UIRef

2007-06-06 Thread eloekset
Where did you set the value for 'Cultures'? Nevermindgot itneeded a value for 'Cultures' -- View this message in context: http://www.nabble.com/Unresolved-UIRef-tf3574381.html#a10984006 Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Unresolved UIRef

2007-04-13 Thread moonwalkercs
Nevermindgot itneeded a value for 'Cultures' moonwalkercs wrote: > > Hi > > I'm using WIX 3.0 and trying to incorporate the Mondo UI into my > installer. When I do this however I get the following error: Error 5 > Unresolved reference to symbol 'WixUI:WixUI_Mondo' in section > 'Produ

Re: [WiX-users] Unresolved UIRef

2007-04-13 Thread moonwalkercs
I was getting this error because I hadn't added a reference to WixUIExtension.dll. Adding that fixed the unresolved error, but now I get around 500 errors along the lines of : Error 5 The localization variable !(loc.ErrorDlgErrorText) is unknown. Please ensure the variable is define

Re: [WiX-users] Unresolved UIRef

2007-04-13 Thread sandeep . rawat
link it with the wixui.wixlib >light file.wixobj wixui.wixlib -loc whatever.loc -out something.msi - Original Message From: moonwalkercs <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Saturday, April 14, 2007 4:45:13 AM Subject: [WiX-users] Unresolved UIRef Hi I'm using WIX 3.0 an