From 9740d1e617c08c565a501d43119f23ad43363467 Mon Sep 17 00:00:00 2001 From: Samuel Volin Date: Tue, 9 Apr 2024 10:47:40 -0600 Subject: [PATCH 1/2] Update wixstdba_branding.md with fixed xml correct invalid xml in example. --- .../version-v3/bundle/wixstdba/wixstdba_branding.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md index ee3d84a4..945de3d8 100644 --- a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md +++ b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md @@ -15,7 +15,7 @@ The WiX Standard Bootstrapper Application displays a generic logo in the bottom LogoFile="path\to\customlogo.png" + LogoFile="path\to\customlogo.png" /> @@ -36,8 +36,9 @@ For the HyperlinkSidebarLicense UI, there are two logos and they can be configur LogoFile="path\to\customlogo.png" LogoSideFile="path\to\customsidelogo.png" - /> + LogoFile="path\to\customlogo.png" + LogoSideFile="path\to\customsidelogo.png" + /> From 5139daf90a34582a715af0c594a7aca071176b18 Mon Sep 17 00:00:00 2001 From: untra Date: Tue, 9 Apr 2024 10:56:42 -0600 Subject: [PATCH 2/2] corrected a few other examples --- .../version-v3/bundle/authoring_bundle_package_manifest.md | 2 +- .../version-v3/bundle/bundle_define_searches.md | 2 +- .../version-v3/bundle/wixstdba/wixstdba_license.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md b/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md index a800b5bb..538fbbd2 100644 --- a/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md +++ b/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md @@ -47,7 +47,7 @@ Now you can add an install condition to the package so that it only installs on InstallCommand="/q /ACTION=Install" RepairCommand="/q ACTION=Repair /hideconsole" UninstallCommand="/q ACTION=Uninstall /hideconsole" - InstallCondition="NOT VersionNT64 AND VersionNT >= v5.1" /> + InstallCondition="NOT VersionNT64 AND VersionNT >= v5.1" /> diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md b/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md index cc9d3b41..f57160fb 100644 --- a/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md +++ b/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md @@ -59,7 +59,7 @@ After the searches are defined and stored into variables, the variables can then InstallCommand="/q /ACTION=Install" RepairCommand="/q ACTION=Repair /hideconsole" UninstallCommand="/q ACTION=Uninstall /hideconsole" - InstallCondition="x86 = 1 AND OSVersion >= v5.0.5121.0 AND patchLevel = 0" /> + InstallCondition="x86 = 1 AND OSVersion >= v5.0.5121.0 AND patchLevel = 0" /> diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md index 229ee469..d7ec6f04 100644 --- a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md +++ b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md @@ -15,7 +15,7 @@ When using a WixStdBA theme that displays the RTF license, it is highly recommen LicenseFile="path\to\license.rtf" + LicenseFile="path\to\license.rtf" LogoFile="path\to\customlogo.png" /> @@ -35,7 +35,7 @@ The following example links to a license page on the internet. LicenseUrl="http://example.com/license.html" + LicenseUrl="http://example.com/license.html" LogoFile="path\to\customlogo.png" />