[WiX-users] Compiling with Iis schema

2006-06-07 Thread Graham D. Ambrose
I am having difficulty compiling me IIS installer that I original made using wix V 2 but am no using v 3. I have added the Iis namespace to my wix file: Wix xmlns=http://schemas.microsoft.com/wix/2003/01/wi; xmlns:iis=http://schemas.microsoft.com/wix/IIsExtension; And renamed my elements

Re: [WiX-users] Compiling with Iis schema

2006-06-07 Thread Bob Arnson
Graham D. Ambrose wrote: The Component element contains an unhandled extension element 'iis:WebVirtualDir'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com/wix/IIsExtension' namespace has been provided. Could someone please give me an example candle

[WiX-users] WixUIExtension and DirectoryNotFoundException

2006-06-07 Thread Brandon Tyler
I am getting a DirectoryNotFoundException when trying to use the WixUIExtension. I have added: UIRef Id=WixUI_Mondo / Just below the close of the Product tag /Product Here is what I am calling: Using WIX Source location of: ..\wix EXECUTING: ..\wix\candle.exe -out msi\ heatout.wxs

Re: [WiX-users] WixUIExtension and DirectoryNotFoundException

2006-06-07 Thread Derek Cicerone
There are two issues: 1. We need to catch that DirectoryNotFoundException so that you don't get a stack trace like that (please open a bug against it with the stack trace from below in the description). 2. I just identified an issue with the WixUIExtension yesterday. There really isn't a good

Re: [WiX-users] WixUIExtension and DirectoryNotFoundException

2006-06-07 Thread Brandon Tyler
No problem. I am assuming Next release does that mean weekly? Thanks I opened a bug: http://sourceforge.net/tracker/index.php?func=detailaid=1502430group_i d=105970atid=642714 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Cicerone Sent: Wednesday,

Re: [WiX-users] How to use WixUIExtension.dll

2006-06-07 Thread James Carter
Derek,This is being caused because license.rtf is an external resource referenced by the wixlib. It is not included in the wixlib itself, therefore, it looks on the filesystem.If you rebuild WiX UI from source, then the issue appears to go away, but, if you run that executable on another machine,

Re: [WiX-users] Payback - Snippets

2006-06-07 Thread Jones, Peter (TPK)
Hi Snippets are used by Visual Studio to insert chunks of template code (or XML in this case). You activate a snippet using the editor context menu select Insert Snippet or Surround with. Or you can type things like (in C#) prop[TAB][TAB] which will insert a property template.