Bugs item #1363446, was opened at 2005-11-22 08:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1363446&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Gadi Bergman (gadibergman)
Assigned to: Nobody/Anonymous (nobody)
Summary: weird directory specific xml exception

Initial Comment:

I get this weird failure to compile a file by candle 
in a specific directory set of files:

======================================================

BESFiles.wxs
Microsoft (R) Windows Installer Xml Compiler version 
2.0.3309.0
Copyright (C) Microsoft Corporation 2003. All rights 
reserved.

BESGLSExtractor.wxs
Microsoft (R) Windows Installer Xml Compiler version 
2.0.3309.0
Copyright (C) Microsoft Corporation 2003. All rights 
reserved.

BESUI.wxs
candle.exe : error CNDL0001 : The 'Dialog' start tag 
on line '1052' does not match the end tag 
of 'Control'. Line 1090, position 11.

Exception Type: System.Xml.XmlException

Stack Trace:
   at System.Xml.XmlTextReader.ParseTag()
   at 
System.Xml.XmlTextReader.ParseBeginTagExpandCharEntiti
es()
   at System.Xml.XmlTextReader.Read()
   at 
System.Xml.XmlValidatingReader.ReadNoCollectTextToken
()
   at System.Xml.XmlValidatingReader.Read()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadChildren(XmlNode 
parent)
   at System.Xml.XmlLoader.LoadElementNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadChildren(XmlNode 
parent)
   at System.Xml.XmlLoader.LoadElementNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadChildren(XmlNode 
parent)
   at System.Xml.XmlLoader.LoadElementNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadChildren(XmlNode 
parent)
   at System.Xml.XmlLoader.LoadElementNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadCurrentNode()
   at System.Xml.XmlLoader.LoadDocSequence
(XmlDocument parentDoc)
   at System.Xml.XmlLoader.Load(XmlDocument doc, 
XmlReader reader, Boolean prese
rveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(TextReader 
txtReader)
   at 
Microsoft.Tools.WindowsInstallerXml.Preprocessor.Proce
ss(String sourcePath
)
   at 
Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run
(String[] args)
Microsoft (R) Windows Installer Xml Compiler version 
2.0.3309.0
Copyright (C) Microsoft Corporation 2003. All rights 
reserved.

BES_ENG.wxs
Microsoft (R) Windows Installer Xml Compiler version 
2.0.3309.0
Copyright (C) Microsoft Corporation 2003. All rights 
reserved.

======================================================

But when I compile it from a different directory, 
everything works fine.

I have tried chkdsk /f and also to delete the 
directory of temporary files but the problem persists.

If you have no idea what is wrong, you may close this 
bug, since I have a rather easy workaround.

This is line 1052 from BESUI.wxs:
      <Error Id="1801">The path [2] is not valid.  
Please specify a valid path.</Error>

This is line 1090 from BESUI.wxs:
      <Error Id="1932">The Windows Installer service 
cannot update the protected Windows file [2]. 
{{Package version: [3], OS Protected version: [4], 
SFP Error: [5]}}</Error>



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1363446&group_id=105970


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to