Re: [WiX-users] Problem while creating virtual directory

2009-08-30 Thread Jaspreet Nabha
Thanks Svet, It is working now :)

From: Svet Bonev [sbo...@microsoft.com]
Sent: Monday, August 31, 2009 12:42 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Jaspreet: Your xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " 
declaration has a space character before the closing quote. Remove the space 
and try again.

Svet Bonev
Microsoft Corporation

-Original Message-
From: Sebastian Brand (Instyler Software) [mailto:wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:49 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

Ops my fault, I meant Candle.exe :)

Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 10:35
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Mike, If you see the trail, Sebestian suggested to use "-ext WixIISExtension" 
to the light.exe.

But if check Light's help the -ext is not coming there , in fact it is coming 
with Candle. I have tried both but stillit is not working .

I shall be thankful, if you can help me out from this problem. Let me explain 
the problem again :

I have added the reference of WixIIsExtension and the namespace (with prefic
iis:) for the same in my wxs file. But it is not recognising the iis tag .(see 
trailing mail for more detail) 
From: Mike Carlson (DEV DIV) [mica...@microsoft.com]
Sent: Friday, August 28, 2009 1:46 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

If you're using the visual studio UI for WiX (called Votive), you'll want to 
add a reference to WixIISExtension.dll, similar to the way you add references 
to assemblies in your C# projects.

If you want general commandline help for the tools, either see the helpfile 
(wix.chm), or try running them with no parameters from the commandline - 
they'll list all their possibly commandline arguments with a brief description 
of each.

-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 12:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can 
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I 
have added reference of "WiXIISExtension" in my project and refer the namespace 
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I am getting 
following error while building the project.



Error "Error 11 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. 
C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review,retransmission,dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover w

Re: [WiX-users] Problem while creating virtual directory

2009-08-30 Thread Svet Bonev
Jaspreet: Your xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " 
declaration has a space character before the closing quote. Remove the space 
and try again.

Svet Bonev
Microsoft Corporation

-Original Message-
From: Sebastian Brand (Instyler Software) [mailto:wix+us...@instyler.com] 
Sent: Friday, August 28, 2009 1:49 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

Ops my fault, I meant Candle.exe :)

Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 10:35
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Mike, If you see the trail, Sebestian suggested to use "-ext WixIISExtension" 
to the light.exe.

But if check Light's help the -ext is not coming there , in fact it is coming 
with Candle. I have tried both but stillit is not working .

I shall be thankful, if you can help me out from this problem. Let me explain 
the problem again :

I have added the reference of WixIIsExtension and the namespace (with prefic
iis:) for the same in my wxs file. But it is not recognising the iis tag .(see 
trailing mail for more detail) 
From: Mike Carlson (DEV DIV) [mica...@microsoft.com]
Sent: Friday, August 28, 2009 1:46 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

If you're using the visual studio UI for WiX (called Votive), you'll want to 
add a reference to WixIISExtension.dll, similar to the way you add references 
to assemblies in your C# projects.

If you want general commandline help for the tools, either see the helpfile 
(wix.chm), or try running them with no parameters from the commandline - 
they'll list all their possibly commandline arguments with a brief description 
of each.

-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 12:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can 
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I 
have added reference of "WiXIISExtension" in my project and refer the namespace 
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I am getting 
following error while building the project.



Error "Error 11 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. 
C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review,retransmission,dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with Crystal 
Reports now.  http://p.sf.net/sfu/bobj-july 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread David Watson
Hi,

If you have done 1 you don't need to do 3. 

3 is to use if you are *not* building with visual studio.

Have you added 2 to all the wix files that you are using that contain
iis namespace elements?

Dave


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] 
Sent: 28 August 2009 15:27
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi All,

Please share your experience for creating virtual directories. trailing
mail has all the information about the problem. Just to give you an
overview of the problem , I have tried following things :

1) Reference WixIIsExtension in my project from add reference (I am
using Wix 3.0 and VS2008)
2) Add namespace "http://schemas.microsoft.com/wix/IIsExtension "
3) Run the command "-ext WixIISExtension" with command line as well as
with VS2009.

Please suggest  if anyone has faced the problem

Thanks
Jaspreet Singh

From: Jaspreet Nabha
Sent: Friday, August 28, 2009 4:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Sebestian, When I add "-ext WixIISExtension" to the "Compiler:" text
box., it gives me the error

"Error 1 The extension
'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler' uses the
same xml schema namespace,
'http://schemas.microsoft.com/wix/IIsExtension', as previously loaded
extension 'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler'.
Please either remove one of the extensions or rename the xml schema
namespace to avoid the collision. candle.exe 0 1 ANewWiX "
Please advice


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:50 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

In the project settings of your wix project file go to the "Tool
settings"
tab and add "-ext WixIISExtension" to the "Compiler:" text box.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how
can use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-----
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual
directories. I have added reference of "WiXIISExtension" in my project
and refer the namespace
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I am
getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any
computer.***


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal R

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Hi All,

Please share your experience for creating virtual directories. trailing mail 
has all the information about the problem. Just to give you an overview of the 
problem , I have tried following things :

1) Reference WixIIsExtension in my project from add reference (I am using Wix 
3.0 and VS2008)
2) Add namespace "http://schemas.microsoft.com/wix/IIsExtension "
3) Run the command "-ext WixIISExtension" with command line as well as with 
VS2009.

Please suggest  if anyone has faced the problem

Thanks
Jaspreet Singh

From: Jaspreet Nabha
Sent: Friday, August 28, 2009 4:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Sebestian, When I add "-ext WixIISExtension" to the "Compiler:" text box.,
it gives me the error

"Error 1 The extension 
'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler' uses the same xml 
schema namespace, 'http://schemas.microsoft.com/wix/IIsExtension', as 
previously loaded extension 
'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler'.  Please either 
remove one of the extensions or rename the xml schema namespace to avoid the 
collision. candle.exe 0 1 ANewWiX
"
Please advice


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:50 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

In the project settings of your wix project file go to the "Tool settings"
tab and add "-ext WixIISExtension" to the "Compiler:" text box.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what&

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Sebestian, When I add "-ext WixIISExtension" to the "Compiler:" text box.,
it gives me the error

"Error 1 The extension 
'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler' uses the same xml 
schema namespace, 'http://schemas.microsoft.com/wix/IIsExtension', as 
previously loaded extension 
'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler'.  Please either 
remove one of the extensions or rename the xml schema namespace to avoid the 
collision. candle.exe 0 1 ANewWiX
"
Please advice


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:50 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

In the project settings of your wix project file go to the "Tool settings"
tab and add "-ext WixIISExtension" to the "Compiler:" text box.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***


--
Let Crystal Rep

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Sebastian Brand (Instyler Software)
Ops my fault, I meant Candle.exe :)

Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] 
Sent: Friday, August 28, 2009 10:35
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Mike, If you see the trail, Sebestian suggested to use "-ext
WixIISExtension" to the light.exe.

But if check Light's help the -ext is not coming there , in fact it is
coming with Candle. I have tried both but stillit is not working .

I shall be thankful, if you can help me out from this problem. Let me
explain the problem again :

I have added the reference of WixIIsExtension and the namespace (with prefic
iis:) for the same in my wxs file. But it is not recognising the iis tag
.(see trailing mail for more detail)

From: Mike Carlson (DEV DIV) [mica...@microsoft.com]
Sent: Friday, August 28, 2009 1:46 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

If you're using the visual studio UI for WiX (called Votive), you'll want to
add a reference to WixIISExtension.dll, similar to the way you add
references to assemblies in your C# projects.

If you want general commandline help for the tools, either see the helpfile
(wix.chm), or try running them with no parameters from the commandline -
they'll list all their possibly commandline arguments with a brief
description of each.

-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 12:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

***The information transmitted is 

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Sebastian Brand (Instyler Software)
In the project settings of your wix project file go to the "Tool settings"
tab and add "-ext WixIISExtension" to the "Compiler:" text box.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] 
Sent: Friday, August 28, 2009 09:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Mike, If you see the trail, Sebestian suggested to use "-ext WixIISExtension" 
to the light.exe.

But if check Light's help the -ext is not coming there , in fact it is coming 
with Candle. I have tried both but stillit is not working .

I shall be thankful, if you can help me out from this problem. Let me explain 
the problem again :

I have added the reference of WixIIsExtension and the namespace (with prefic 
iis:) for the same in my wxs file. But it is not recognising the iis tag .(see 
trailing mail for more detail)

From: Mike Carlson (DEV DIV) [mica...@microsoft.com]
Sent: Friday, August 28, 2009 1:46 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

If you're using the visual studio UI for WiX (called Votive), you'll want to 
add a reference to WixIISExtension.dll, similar to the way you add references 
to assemblies in your C# projects.

If you want general commandline help for the tools, either see the helpfile 
(wix.chm), or try running them with no parameters from the commandline - 
they'll list all their possibly commandline arguments with a brief description 
of each.

-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 12:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can 
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

***The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review,retransmission,dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any co

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Mike Carlson (DEV DIV)
If you're using the visual studio UI for WiX (called Votive), you'll want to 
add a reference to WixIISExtension.dll, similar to the way you add references 
to assemblies in your C# projects.

If you want general commandline help for the tools, either see the helpfile 
(wix.chm), or try running them with no parameters from the commandline - 
they'll list all their possibly commandline arguments with a brief description 
of each.

-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] 
Sent: Friday, August 28, 2009 12:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem while creating virtual directory

Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can 
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

***The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review,retransmission,dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, co

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Hi Sebestian,

I am using VS 2008 for the build process. Can you please let me know how can 
use the said command ?

Thanks
Jaspreet Singh


From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com]
Sent: Friday, August 28, 2009 1:18 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem while creating virtual directory

You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

***The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review,retransmission,dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Sebastian Brand (Instyler Software)
You must add "-ext WixIISExtension" to the light.exe command line.


Best regards,
Sebastian Brand

Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com


-Original Message-
From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] 
Sent: Friday, August 28, 2009 09:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem while creating virtual directory

Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I
have added reference of "WiXIISExtension" in my project and refer the
namespace xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I
am getting following error while building the project.



Error "Error 11 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. C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review,retransmission,dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any
computer.***

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Hi All,



I am using WiX3.0 with VS2008. I am trying to create virtual directories. I 
have added reference of "WiXIISExtension" in my project and refer the namespace 
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension " . But I am getting 
following error while building the project.



Error "Error 11 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. 
C:\NewWiX\Components.wxs".



Code :



  

  

  





Please guide if you have any idea



Thanks

Jaspreet


***The information transmitted is intended only for the person or entity to 
which it is addressed and may contain confidential and/or privileged material. 
Any review,retransmission,dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer.***
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users