Thanks Sean... now the problem changed.

*1) candle.exe -ext WixBalExtension -out File.wixobj File.wxs*

*error CNDL0004 : The bal:WixStandardBootstrapperApplication element
contains an unexpected attribute 'SupressOptionsUI'. *

But according to
http://wixtoolset.org/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html<https://mailtrack.io/trace/link/f7d108a374e018b950cf4d91cdb91f311bdb75cd>
SupressOptionUI
is a valid attribute! I did not understand.

*2) candle.exe -ext WixBalExtension -ext "D:\WiX Toolset
v3.8\WixBalExtension.dll" -out File.wixobj File.wxs*

As above, suspecting a problem of schema version, tried to force the use of
a new assembly, but there was another problem.

*candle.exe : error CNDL0125 : The extension
'Microsoft.Tools.WindowsInstallerXml.Extensions.BalCompiler' uses the same
xml schema namespace, 'http://schemas.microsoft.com/wix/BalExtension
<https://mailtrack.io/trace/link/34f2bc85a05fbaf366fd142e0868b09c3d1d66a3>',
as previously loaded extension
'Microsoft.Tools.WindowsInstallerXml.Extensions.BalCompiler'.  Please
either remove one of the extensions or rename the xml schema namespace to
avoid the collision.*

Where is this Microsoft.Tools.WindowsInstallerXml.Extensions.BalCompiler
class? And how can I remove or bypass the schema loaded together this class?

​Thanks again.​
Leonardo



Enviado com 
MailTrack<https://mailtrack.io/install?source=signature&lang=pt&referral=leonardo...@gmail.com&idSignature=24>


2014-05-22 13:57 GMT-03:00 Sean Hall <r.sean.h...@gmail.com>:

> You can either use MSBuild with the .wixproj, or you can run candle/light
> manually (they don't look at the WixProject file).  If you're running
> candle/light manually, then you have to specify the extension on the
> command line:
>
> http://wixtoolset.org/documentation/manual/v3/howtos/general/extension_usage_introduction.html
> .
>
>
> On Thu, May 22, 2014 at 11:14 AM, Leonardo Pereira <
> profissio...@leonardopereira.com.br> wrote:
>
> > My wxs file content:
> >
> > <?xml version="1.0" encoding="utf-8"?> <Wix xmlns:bal="
> > http://schemas.microsoft.com/wix/BalExtension<https://mailtrack.io/trace/link/34f2bc85a05fbaf366fd142e0868b09c3d1d66a3>
> <
> > https://mailtrack.io/trace/link/58971299fb3f9e0e8e128cf38946a302a8e264b0
> >"
> > xmlns="http://schemas.microsoft.com/wix/2006/wi<
> > https://mailtrack.io/trace/link/5c986b89353415d9da5ea7385a1b0262af7c8793
> > >">
> > <Bundle Name="Sample" UpgradeCode="C8C5D724-FCDC-49b5-8556-4A95EC6F5B12"
> > Version="1.0.0.0" Manufacturer="XXX"> <BootstrapperApplicationRef
> > Id="WixStandardBootstrapperApplication.HyperlinkLicense">
> > <bal:WixStandardBootstrapperAppli
> > ​​
> > cation LicenseUrl="" SupressOptionsUI="yes" />
> > </BootstrapperApplicationRef> <Chain> <MsiPackage Id="msifcbovj12_lvw"
> > Name="MsiFile" SourceFile="D:\MSIFile.msi" /> </Chain> </Bundle> </Wix>
> >
> >  When I run *candle.exe* I take the following error:
> >
> > *Error CNDL0200 : The BootstrapperApplicationRef element contains an
> > unhandled extension element 'bal:WixStandardBootstrapperApplication'.
> > Please ensure that the extension for elements in the
> > 'http://schemas.microsoft.com/wix/BalExtension<https://mailtrack.io/trace/link/34f2bc85a05fbaf366fd142e0868b09c3d1d66a3>
> > <
> https://mailtrack.io/trace/link/58971299fb3f9e0e8e128cf38946a302a8e264b0
> > >'
> > namespace has been provided.*
> >
> > The URI 
> > http://schemas.microsoft.com/wix/BalExtension<https://mailtrack.io/trace/link/34f2bc85a05fbaf366fd142e0868b09c3d1d66a3>
> <
> > https://mailtrack.io/trace/link/58971299fb3f9e0e8e128cf38946a302a8e264b0
> > >returns:
> > *"The
> > resource you are looking for has been removed, had its name changed, or
> is
> > temporarily unavailable."*
> >
> > I've tried the alternative cited in
> > *http://sourceforge.net/p/wix/feature-requests/742/
> > <
> https://mailtrack.io/trace/link/0a38d0cb8927e5b2c4776e25cccecd45d9937411>*
> > but
> > not resolved.
> >
> > Have added the appropriate references of the libraries in my
> > WixProject as *
> >
> http://stackoverflow.com/questions/20698895/wix-installer-schema-not-found/23767205#23767205
> > <
> https://mailtrack.io/trace/link/f92c716e6bfcae956395a39b89ce4073e1700c88
> > >*,
> > but not solved.
> >
> > I'm almost giving up. Is this a bug?
> > ​Thaks
> > Leonardo
> > ​
> >
> >
> > ​Sent with
> >  MailTrack<
> >
> https://mailtrack.io/install?source=signature&lang=pt&referral=leonardo...@gmail.com&idSignature=24
> > >
> >
> >
> ------------------------------------------------------------------------------
> > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> > Instantly run your Selenium tests across 300+ browser/OS combos.
> > Get unparalleled scalability from the best Selenium testing platform
> > available
> > Simple to use. Nothing to install. Get started now for free."
> > http://p.sf.net/sfu/SauceLabs
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform
> available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to