[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

iis:WebVirtualDir
Etc..

Which I think is the right thing to do but I am unable to get candle to
recognise the elements I get 

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 compile line that works.

Thank you 

Graham Ambrose



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 compile line that works.
   
candle.exe -ext WixIIsExtension ...

-- 
sig://boB
http://bobs.org



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 
Microsoft (R) Windows Installer Xml Compiler version 3.0.1726.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

heatout.wxs

EXECUTING: ..\wix\light.exe -ext WixUIExtension -cultures:en-us -sval
-out msi\heatout.msi msi\heatout.wixobj 
Microsoft (R) Windows Installer Xml Linker version 3.0.1726.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

light.exe : error LGHT0001 : The system cannot find the path specified.

Exception Type: System.IO.DirectoryNotFoundException

Stack Trace:
   at System.Reflection.Assembly.nLoadFile(String path, Evidence
evidence, StackCrawlMark stackMark)
   at System.Reflection.Assembly.LoadFile(String path)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output,
String databaseFile)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
Wed 06/07/2006 12:49:59.35 WIX compiler and linker complete Completed
  

Any thoughts?

This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 workaround for it right now.  I've got a fix and I'm
waiting for Rob to review it - once that is complete this will go into the
next release.  Will that be soon enough for you?

Thanks,
Derek 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brandon Tyler
Sent: Wednesday, June 07, 2006 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUIExtension and DirectoryNotFoundException

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 Microsoft (R) Windows
Installer Xml Compiler version 3.0.1726.0 Copyright (C) Microsoft
Corporation 2003. All rights reserved.

heatout.wxs

EXECUTING: ..\wix\light.exe -ext WixUIExtension -cultures:en-us -sval -out
msi\heatout.msi msi\heatout.wixobj Microsoft (R) Windows Installer Xml
Linker version 3.0.1726.0 Copyright (C) Microsoft Corporation 2003. All
rights reserved.

light.exe : error LGHT0001 : The system cannot find the path specified.

Exception Type: System.IO.DirectoryNotFoundException

Stack Trace:
   at System.Reflection.Assembly.nLoadFile(String path, Evidence evidence,
StackCrawlMark stackMark)
   at System.Reflection.Assembly.LoadFile(String path)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output, String
databaseFile)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args) Wed
06/07/2006 12:49:59.35 WIX compiler and linker complete Completed
  

Any thoughts?

This e-mail transmission may contain information that is proprietary,
privileged and/or confidential and is intended exclusively for the person(s)
to whom it is addressed. Any use, copying, retention or disclosure by any
person other than the intended recipient or the intended recipient's
designees is strictly prohibited. If you are the intended recipient, you
must treat the information in confidence and in accordance with all laws
related to the privacy and confidentiality of such information.  If you are
not the intended recipient or their designee, please notify the sender
immediately by return e-mail and delete all copies of this email, including
all attachments.


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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, June 07, 2006 1:15 PM
To: Brandon Tyler; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WixUIExtension and DirectoryNotFoundException

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 workaround for it right now.  I've got a fix and I'm
waiting for Rob to review it - once that is complete this will go into
the next release.  Will that be soon enough for you?

Thanks,
Derek 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brandon
Tyler
Sent: Wednesday, June 07, 2006 10:54 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WixUIExtension and DirectoryNotFoundException

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 Microsoft (R) Windows
Installer Xml Compiler version 3.0.1726.0 Copyright (C) Microsoft
Corporation 2003. All rights reserved.

heatout.wxs

EXECUTING: ..\wix\light.exe -ext WixUIExtension -cultures:en-us -sval
-out msi\heatout.msi msi\heatout.wixobj Microsoft (R) Windows Installer
Xml Linker version 3.0.1726.0 Copyright (C) Microsoft Corporation 2003.
All rights reserved.

light.exe : error LGHT0001 : The system cannot find the path specified.

Exception Type: System.IO.DirectoryNotFoundException

Stack Trace:
   at System.Reflection.Assembly.nLoadFile(String path, Evidence
evidence, StackCrawlMark stackMark)
   at System.Reflection.Assembly.LoadFile(String path)
   at Microsoft.Tools.WindowsInstallerXml.Binder.Bind(Output output,
String
databaseFile)
   at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run(String[] args)
Wed
06/07/2006 12:49:59.35 WIX compiler and linker complete Completed
  

Any thoughts?

This e-mail transmission may contain information that is proprietary,
privileged and/or confidential and is intended exclusively for the
person(s) to whom it is addressed. Any use, copying, retention or
disclosure by any person other than the intended recipient or the
intended recipient's designees is strictly prohibited. If you are the
intended recipient, you must treat the information in confidence and in
accordance with all laws related to the privacy and confidentiality of
such information.  If you are not the intended recipient or their
designee, please notify the sender immediately by return e-mail and
delete all copies of this email, including all attachments.


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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, you will notice the error again. Except this time, the path shown is from your machine.
-JamesOn 5/23/06, Derek Cicerone [EMAIL PROTECTED] wrote:
Unfortunately, I was referring to using a debugger.I know it's a pain soI'll understand if you aren't interested in doing that.Seems likely thatsomeone will have to debug this issue though because we're not seeing it
here.Derek-Original Message-From: Hecker, Thomas [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 23, 2006 3:04 AMTo: 
[EMAIL PROTECTED]; wix-users@lists.sourceforge.netSubject: AW: [WiX-users] How to use WixUIExtension.dllDoes this mean I have to add a debug command line option (that I can't see ;
-v2 output doesn't say more) or that I have to install Visual C# Express andloading the sourcecode etc.?Last one would be possible, too, but I's some kind of long-winded :) Tillnow, I was wix-binary user only.
Give me instructions, please.Thomas-Ursprüngliche Nachricht-Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 23. Mai 2006 11:08
An: Hecker, Thomas; wix-users@lists.sourceforge.netBetreff: RE: [WiX-users] How to use WixUIExtension.dllI gotta say - I'm honestly at a loss.I'm not sure why you might be getting
that error message and I can't repro the issue.Would it be possible to tryrunning the code in the debugger to track down the cause?Thanks,Derek-Original Message-From: Hecker, Thomas [mailto:
[EMAIL PROTECTED]]Sent: Tuesday, May 23, 2006 1:00 AMTo: [EMAIL PROTECTED]; 
wix-users@lists.sourceforge.netSubject: AW: [WiX-users] How to use WixUIExtension.dllExactly as you did:Light.exe product.wixobj -ext WixUIExtension -cultures:en-us-Ursprüngliche Nachricht-
Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]Gesendet: Montag, 22. Mai 2006 18:16An: Hecker, Thomas; 
wix-users@lists.sourceforge.netBetreff: RE: [WiX-users] How to use WixUIExtension.dllWhat is the commandline you ran?-Original Message-From: Hecker, Thomas [mailto:
[EMAIL PROTECTED]]Sent: Monday, May 22, 2006 2:53 AMTo: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: AW: [WiX-users] How to use WixUIExtension.dllDoing so results in the following error: [exec] Microsoft (R) Windows Installer Xml Linker version 3.0.1717.0 [exec] Copyright (C) Microsoft Corporation 2003. All rights reserved.
 [exec]E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\LicenseAgreementDlg.wxs(31) : error LGHT0084 : Das Gerät ist nicht bereit.For non-germans: last line means device not ready
Semms like a hard coded path?Thomas-Ursprüngliche Nachricht-Von: Derek Cicerone [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 19. Mai 2006 18:54
An: Hecker, Thomas; wix-users@lists.sourceforge.netBetreff: RE: [WiX-users] How to use WixUIExtension.dllDepending upon the version of WiX you use the directions vary - we've made a
lot of changes to this in the past week (and we're gonna make a few more inthe next month for UI in 3.0, then we should be done).With the very, very latest build, you need:Light.exe product.wixobj -ext WixUIExtension -cultures:en-us
(this specifies your wixobj, that you want to use the UI extension, and thatyou want English - there are currently a handful of other languagesavailable and more are going to be added over time).Derek
-Original Message-From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED]
] On Behalf Of Hecker, ThomasSent: Friday, May 19, 2006 1:58 AMTo: wix-users@lists.sourceforge.netSubject: [WiX-users] How to use WixUIExtension.dll
Hi,I'm to untalented to natively understand the new wixui behaviour.I included the functionality via a UIRef Id=WixUI_Mondo / in myproduct element.Until now I linked via:
light.exe product.wixobj wixui.wixlib -loc WixUI_en-us.wxlWith the actual release 3.0.1717 there is no wixui.wixlib anymore, butthe WixUIExtension.dll.How do I have to call light to link correctly?
Thank you very much,Thomas---Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job
easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=kkid0709bid3057dat1642
___WiX-users mailing listWiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users---All the advantages of Linux Managed Hosting--Without the Cost and Risk!Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn morehttp://sel.as-us.falkag.net/sel?cmdlnkkid7521bid$8729dat1642

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.



Snippets have placeholders for
variable text which you can overwrite when you insert them. Best thing is to
try it out and see what it does.



Snippets are simple XML files
but I used a tool called Snippy (from GotDotNet) which makes the task
considerably easier. You import snippets into VS using the Snippet Manager
under the Tools menu.



HTH



Cheers









From: Simon Burgess
[mailto:[EMAIL PROTECTED] 
Sent: Monday, 5 June 2006 3:51 a.m.
To: Jones, Peter (TPK)
Subject: RE: [WiX-users] Payback - Snippets







Hi

Ive been searching through my wix-users emails as Im trying to
find help with a way I can build my VS2005 solution in the IDE and also output
my msi with wix at the same time. and came across your email. Could you just
shed a bit of light on what you have posted here and Im not sure what these
snippets are for exactly



Many thanks











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jones, Peter
(TPK)
Sent: 26 May 2006 04:34
To: WiX-users
Subject: [WiX-users] Payback - Snippets





As a way of returning some value back to
this community Ive started to compile a bunch of Wix code snippet for
Visual Studio. Ive attached the few that Ive done so far based on
my own very limited experience and use of Wix.



Perhaps someone already has a snippet
library with more than I have done  in which case you are welcome to my humble
contribution. If not, then Im more than happy to act as librarian for
these if anyone else has more they would like to send me. If the feedback
is sufficient then Ill setup a download site somewhere or perhaps it can go on
the SF site. Ill also post these to my blog site (http://jonesie.net.nz).



Cheers

**

This
electronic message together with any attachments is confidential. If

you receive
it in error: (i) you must not use, disclose, copy or retain

it; (ii)
please contact the sender immediately by reply email and then

delete the
emails. Views expressed in this email may not be those of the

Airways
Corporation of New Zealand Limited

**










___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users