Sorry, I use Word as my email editor in Outlook and it auto-corrected the
leading hyphen in -ext to an en-dash (Unicode U+2013). I think this has been
converted to a ? character by whatever tool you were using, which has
confused candle.exe.
Replace the ext with -ext WixIisExtension.
--
Mike Dimmick
_____
From: Ziegelwanger, Silvio [mailto:[EMAIL PROTECTED]
Sent: 09 February 2007 08:47
To: Mike Dimmick
Subject: AW: [WiX-users] use WebSite element
The command:
$(WIXC) ext WixIisExtension -I$(INSTALLUI_DIR) install.wxs.wpp -out
install.wixobj
$(WIXLN) ext WixIisExtension /out build\WMISystemMonitor-$(TARGETARCH).msi
install.wixobj $(WIXLIBDIR)\sca.wixlib $(WIXLIBDIR)\wixca.wixlib
The output:
candle.exe ?ext WixIisExtension -IE:\system-management\installui install
.wxs.wpp -out install.wixobj
candle.exe : error CNDL0103 : The system cannot find the file '?ext' with
type '
Source'.
NMAKE : fatal error U1077: '"C:\Program Files\Windows Installer XML
v3\bin\candl
e.exe"' : return code '0x67'
Stop.
Whats incorrect?, I dont know
Best Regards
Silvio
_____
Von: Mike Dimmick [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 08. Februar 2007 22:13
An: Ziegelwanger, Silvio; wix-users@lists.sourceforge.net
Betreff: RE: [WiX-users] use WebSite element
Add ext WixIisExtension to your candle and light command lines.
--
Mike Dimmick
_____
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ziegelwanger,
Silvio
Sent: 08 February 2007 13:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] use WebSite element
Hi,
I want to use the IIS commands in a .wxs file See here:
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension">
<Product Id="64752695-e839-4982-bd0b-896e7b750625"
<Component Id='WebserviceVirtualDirComponent' Guid="UUID">
<iis:WebSite Id='DefaultWebSite' Description='Default Web Site'>
<iis:WebAddress Id='AllUnassigned' Port='80' />
<iis:WebVirtualDir Id='WebserviceVirtualDir'
Alias='WMISystemMonitorWebservices' Directory='WWW' WebSite='DefaultWebSite'
>
<iis:WebApplication Id='WebApplication'
Name="WMISystemMonitorWebservices" WebAppPool="WMISysMonAppPool" />
</iis:WebVirtualDir>
</iis:WebSite>
</Component>
<Component Id='WebAppPoolComponent' Guid="UUID">
<iis:WebAppPool Id="WMISysMonAppPool" Identity="networkService"
Name="WMISystemMonitorPool" />
</Component>
The candle output is following:
install.wxs.wpp
C:\source\wmi\install.wxs.wpp(101) : error CNDL0200 : The Component element
cont
ains an unhandled extension element 'iis:WebSite'. Please ensure that the
exten
sion for elements in the 'http://schemas.microsoft.com/wix/IIsExtension'
namespa
ce has been provided.
C:\source\wmi\install.wxs.wpp(110) : error CNDL0200 : The Component element
cont
ains an unhandled extension element 'iis:WebAppPool'. Please ensure that
the ex
tension for elements in the 'http://schemas.microsoft.com/wix/IIsExtension'
name
space has been provided.
NMAKE : fatal error U1077: '"C:\Program Files\Windows Installer XML
v3\bin\candl
e.exe"' : return code '0xc8'
Stop.
Whats wrong?
Best regards
Silvio
Silvio Ziegelwanger
Research & Development
Fabalabs Software GmbH
Honauerstraße 4
4020 Linz
Austria
Tel: [43] (732) 60 61 62
Fax: [43] (732) 60 61 62-609
E-Mail: [EMAIL PROTECTED]
www.fabalabs.org <http://www.fabasoft.com/>
-------------------------------------------------------------------------
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 easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users