No.. In Visual Studio you need to add a reference to the UI dll.

So Project -> Add Reference -> WixUIExtension.dll

From: Lanteigne, Alan [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 08, 2007 12:16 PM
To: Pierson Lee (Volt); wix-users@lists.sourceforge.net
Subject: RE: New to WIX, trying to get a UI to appear in my MSI

Is that the area of the sample file here:


            <Component Id='HelperLibrary' 
Guid='YOURGUID-6BE3-460D-A14F-75658D16550B'>

              <File Id='HelperDLL' Name='Helper.dll' DiskId='1' 
Source='Helper.dll' Vital='yes' />

            </Component>

?

________________________________
From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 08, 2007 3:13 PM
To: Lanteigne, Alan; wix-users@lists.sourceforge.net
Subject: RE: New to WIX, trying to get a UI to appear in my MSI

You have to add a reference to the WixUI component dll.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lanteigne, Alan
Sent: Thursday, November 08, 2007 12:05 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

Hello, I have a product.wxs file properly defining where to place my program 
files via components in features and would like some kind of GUI to show up 
(Welcome, agreement, next, finish).  Following a tutorial I found online, I 
added these two lines to the bottom of my product definition:

    <UIRef Id="WixUI_Mondo" />
    <UIRef Id="WixUI_ErrorProgressText" />

When I compile, I now get these errors:

Error     2          Unresolved reference to symbol 'WixUI:WixUI_Minimal' in 
section 'Product:{43F2EAD8-70D1-41B6-9DB5-A5D4AD96BE83}'.
Error     3          Unresolved reference to symbol 
'WixUI:WixUI_ErrorProgressText' in section 
'Product:{43F2EAD8-70D1-41B6-9DB5-A5D4AD96BE83}'.

I'm using Votive 3.

What am I doing wrong here?

Thanks,
Alan S. Lanteigne | Channel Ready Solutions
phone & fax +1.317.715.8293| [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>
Interactive Intelligence Inc.
Deliberately Innovative
www.inin.com<http://www.inin.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