Does anyone know a status on this bug? I am experiencing the same problem
using
WiX v.2.0.4221.0
We moved to 4221 from 3309 (where it worked) to implement MessageQueue
functionality, but may have to revert if there is not a solution to this
problem.
Any ideas?
David Adams
MSN MessengerID: [EMAIL PROTECTED]
From: "Brad Davis" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WIX 3.0: Creating IIS virtual directories
Date: Fri, 18 Aug 2006 16:29:48 -0500
MIME-Version: 1.0
Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
bay0-mc2-f16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri,
18 Aug 2006 14:29:58 -0700
Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by
sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 9D57812D23; Fri, 18 Aug
2006 14:29:57 -0700 (PDT)
Received: from sc8-sf-mx1-b.sourceforge.net
([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net
with esmtp (Exim 4.43)id 1GEBud-0001hy-3Zfor
wix-users@lists.sourceforge.net; Fri, 18 Aug 2006 14:29:55 -0700
Received: from nz-out-0102.google.com ([64.233.162.205])by
mail.sourceforge.net with esmtp (Exim 4.44) id 1GEBuc-0000pW-8Xfor
wix-users@lists.sourceforge.net; Fri, 18 Aug 2006 14:29:55 -0700
Received: by nz-out-0102.google.com with SMTP id l8so593835nzffor
<wix-users@lists.sourceforge.net>;Fri, 18 Aug 2006 14:29:52 -0700 (PDT)
Received: by 10.65.98.4 with SMTP id a4mr4344742qbm;Fri, 18 Aug 2006
14:29:52 -0700 (PDT)
Received: by 10.64.243.6 with HTTP; Fri, 18 Aug 2006 14:29:48 -0700 (PDT)
X-Message-Info: LsUYwwHHNt13J04AU+y+/C+O2WduChQ9i3ZT82fnpL8=
References:
<[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]>
X-Spam-Score: 0.1 (/)
X-Spam-Report: Spam Filtering performed by sourceforge.net.See
http://spamassassin.org/tag/ for more details.Report problems
tohttp://sf.net/tracker/?func=add&group_id=1&atid=2000010.0 RCVD_BY_IP
Received by mail server with no name0.1 HTML_40_50
BODY: Message is 40% to 50% HTML0.0 HTML_MESSAGE BODY: HTML
included in message
X-BeenThere: wix-users@lists.sourceforge.net
X-Mailman-Version: 2.1.8
Precedence: list
List-Id: "General discussion for Windows Installer XML
toolset."<wix-users.lists.sourceforge.net>
List-Unsubscribe:
<https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL PROTECTED]>
List-Archive:
<http://sourceforge.net/mailarchive/forum.php?forum=wix-users>
List-Post: <mailto:wix-users@lists.sourceforge.net>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe:
<https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL PROTECTED]>
Errors-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Aug 2006 21:29:58.0782 (UTC)
FILETIME=[74C6E1E0:01C6C30D]
Derek,
Thank you so much for your assistance.....sure hope they document this
soon,
or is it somewhere I'm unaware of? I looked in the .chm...anyway, progress:
Candle works, light doesn't, whether I put the -ext before or after the
object file:
C:\Projects\Atlas.Validation.Installers>light
ShipmentWSInstallerMSI.wixobj-ext WixIISExtension
Microsoft (R) Windows Installer Xml Linker version 3.0.2015.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(62)
: error LGHT0102 : The localization
variable !(loc.ConfigureIIs) is unknown. Please ensure the variable is
defined.
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(63)
: error LGHT0102 : The localization
variable !(loc.StartMetabaseTransaction) is unknown. Please ensure the
variable is defined.
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(64)
: error LGHT0102 : The localization
variable !(loc.RollbackMetabaseTransaction) is unknown. Please ensure the
variable is defined.
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(65)
: error LGHT0102 : The localization
variable !(loc.CommitMetabaseTransaction) is unknown. Please ensure the
variable is defined.
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(66)
: error LGHT0102 : The localization
variable !(loc.WriteMetabaseChanges) is unknown. Please ensure the
variable is defined.
E:\delivery\Dev\wix_public\src\ext\iisextension\wixlib\IIsExtension.wxs(28)
: error LGHT0102 : The localization
variable !(loc.msierrIISCannotConnect) is unknown. Please ensure the
variable is defined.
On 8/18/06, Derek Cicerone <[EMAIL PROTECTED]> wrote:
Please keep wix-users on the thread.
You need to pass in -ext WixIIsExtension for the candle/lit/light command
lines now. No non-standard functionality is baked into the wix tools
anymore everything has been moved out into extensions.
Derek
*From:* Brad Davis [mailto:[EMAIL PROTECTED]
*Sent:* Friday, August 18, 2006 11:52 AM
*To:* [EMAIL PROTECTED]
*Subject:* Re: [WiX-users] WIX 3.0: Creating IIS virtual directories
No changes...my file looks at:
http://schemas.microsoft.com/wix/2006/wi
I did add the xmlns for IISextension as an attribute, and the candle error
changed, now it's looking for an extension:
C:\Projects\Atlas.Validation.Installers\ShipmentWSInstallerMSI.wxs(53) :
error CNDL0200 : The Component element
contains an unhandled extension element 'WebVirtualDir'. Please ensure
that the extension for elements in the
'http://schemas.microsoft.com/wix/IIsExtension ' namespace has been
provided.
This is the element in question:
<Component Id="C_shipmentsavewsdir"
Guid="493E3487-AA4C-4476-8CC0-4B1C763AF6F7">
<WebVirtualDir Id="ShipmentSaveWSDir" Alias="ShipmentSaveWS"
Directory="InstallDir" WebSite="DefaultWebSite"
xmlns="http://schemas.microsoft.com/wix/IIsExtension">
<WebApplication Id="ShipmentSaveWS" Name="ShipmentSaveWS" />
</WebVirtualDir>
</Component>
Thanks,
-Brad
On 8/18/06, *Derek Cicerone* <[EMAIL PROTECTED]> wrote:
Please try running wixcop on your source file it should automatically
update it to the proper schema for your version of 3.0.
Derek
*From:* [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] *On Behalf Of *Brad Davis
*Sent:* Friday, August 18, 2006 8:28 AM
*To:* wix-users@lists.sourceforge.net
*Subject:* [WiX-users] WIX 3.0: Creating IIS virtual directories
Why doesn't this work? Things have changed since 2.0....I based my syntax
on the online tutorial.
<See attached .wxs file>
Thanks,
--
-Brad
--
-Brad
--
-Brad
-------------------------------------------------------------------------
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
-------------------------------------------------------------------------
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