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/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/58971299fb3f9e0e8e128cf38946a302a8e264b0
> >'
> namespace has been provided.*
>
> The URI http://schemas.microsoft.com/wix/BalExtension<
> 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

Reply via email to