Re: [WiX-users] WiX 3.0 UI

2007-01-22 Thread Levi Wilson
You need to pass in "-ext WixUIExtension.dll" as one of the parameters to light. You can also specify "-cultures:en-us" as well. On 1/22/07, Goetz, Russ <[EMAIL PROTECTED]> wrote: WiX 2.0 included a ''wixui.wixlib" library file that I could link with and specify in my .wxs file. I see no suc

[WiX-users] WiX 3.0 UI

2007-01-22 Thread Goetz, Russ
WiX 2.0 included a ''wixui.wixlib" library file that I could link with and specify in my .wxs file. I see no such file included in the WiX 3.0 download. I am using Votive in Visual Studio 2005. How can I switch UI's in WiX 3.0? Should I be using the "wixui.wixlib" file from the WiX 2.0 download?