*My wxs file content is given below:*

<?xml version="1.0" encoding="utf-8"?>
<!--
     # This comment is generated by WixEdit, the specific commandline
     # arguments for the WiX Toolset are stored here.

     candleArgs: "E:\4thDec\16thDec\GGG.wxs" -out 
"E:\4thDec\16thDec\GGGk.wixobj" -ext "C:\Program Files\WiX Toolset 
v3.8\bin\WixBalExtension.dll"
     lightArgs: "E:\4thDec\16thDec\GGGk.wixobj" -out "GGGk.msi" -ext 
"C:\Program Files\WiX Toolset v3.8\bin\WixBalExtension.dll"
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"; 
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";>
     <Bundle Name="Awesome Software" Version="1.0.0.0" 
Manufacturer="Awesome Company" Copyright="(c) All rights reserved." 
UpgradeCode="25565291-ED76-47F3-985E-81896E1DCDF6">
         <Chain>
         <MsiPackage Id="pack1" 
SourceFile="E:\RND_FOR_MSI\uscreen\Wiz.msi" />
         <MsiPackage Id="pack2" After="pack1" 
SourceFile="E:\RND_FOR_MSI\uscreen\UScreenCapture.msi" />
         </Chain>
     </Bundle>
</Wix>

*
It is giving my these errors whenever i run wixedit--*



candle.exe : error CNDL0001 : The 'bootstrapperApplicationData' 
attribute is not declared.

Exception Type: System.Xml.Schema.XmlSchemaException

Stack Trace:
    at 
System.Xml.XmlValidatingReaderImpl.InternalValidationCallback(Object 
sender, ValidationEventArgs e)
    at 
System.Xml.Schema.BaseValidator.SendValidationEvent(XmlSchemaException 
e, XmlSeverityType severity)
    at 
System.Xml.Schema.BaseValidator.SendValidationEvent(XmlSchemaException e)
    at System.Xml.Schema.XsdValidator.ValidateStartElement()
    at System.Xml.Schema.XsdValidator.ProcessElement(Object particle)
    at System.Xml.Schema.XsdValidator.ValidateElement()
    at System.Xml.Schema.XsdValidator.Validate()
    at System.Xml.XmlValidatingReaderImpl.ProcessCoreReaderEvent()
    at System.Xml.XmlValidatingReaderImpl.Read()
    at System.Xml.XmlValidatingReader.Read()
    at 
Microsoft.Tools.WindowsInstallerXml.TableDefinitionCollection.Parse(XmlReader 
reader)
    at 
Microsoft.Tools.WindowsInstallerXml.TableDefinitionCollection.Load(XmlReader 
reader, Boolean suppressSchema)
    at 
Microsoft.Tools.WindowsInstallerXml.WixExtension.LoadTableDefinitionHelper(Assembly
 
assembly, String resourceName)
    at 
Microsoft.Tools.WindowsInstallerXml.Extensions.BalExtension.get_TableDefinitions()
    at 
Microsoft.Tools.WindowsInstallerXml.Compiler.AddExtension(WixExtension 
extension)
    at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[] args)

----- Finished

Error in candle

With Regards
Gaurav

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to