diff --git a/.gitignore b/.gitignore index 9ac9b4b4..a05de82a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,11 @@ +.vs/ bin/ obj/ -node_modules/ -out/ packages/ build/ -release/src/layouts/ -root/src/layouts/ -v3manual/src/layouts/ -.docpad.db site.lastrun +src/Web/wwwroot/ + *.suo *.user - -# Issues bring their binaries with them but not the App_Data -issues/App_Data/ -!issues/bin/ diff --git a/LICENSE.TXT b/LICENSE.TXT index 9e344014..d4d316ef 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,4 +1,4 @@ -Copyright (c) 2004, Outercurve Foundation. +Copyright (c) .NET Foundation and contributors. This software is released under the Microsoft Reciprocal License (MS-RL) (the "License"); you may not use the software except in compliance with the License. The text of the Microsoft Reciprocal License (MS-RL) can be found online at: diff --git a/api/api.sln b/Web.sln similarity index 54% rename from api/api.sln rename to Web.sln index 8a843f35..afb0b0fb 100644 --- a/api/api.sln +++ b/Web.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.30110.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26228.10 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api.csproj", "{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Release|Any CPU.Build.0 = Release|Any CPU + {C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/api/App_Data/redirects.json b/api/App_Data/redirects.json deleted file mode 100644 index 33713068..00000000 --- a/api/App_Data/redirects.json +++ /dev/null @@ -1,1331 +0,0 @@ -{ - "/releases" : "/releases/", - - "/documentation/tutorial" : "https://www.firegiant.com/wix/tutorial/", - "/documentation/book" : "http://www.packtpub.com/windows-installer-xml-3-6-developers-guide/book", - "/documentation/book2" : "https://www.packtpub.com/web-development/wix-cookbook", - "/documentation/stackoverflow" : "http://stackoverflow.com/questions/tagged/wix?sort=newest", - "mailinglist.html" : "/documentation/mailinglist/", - "mailinglists.html" : "/documentation/mailinglist/", - "clickthrough.html" : "/documentation/clickthrough/", - "coretoolset.html" : "/documentation/coretoolset/", - "ctvision.html" : "/documentation/ctvision/", - "faq.html" : "/about/faq/", - "news.html" : "/news/", - "tutorial.html" : "/documentation/tutorial", - "tutorial/index.html" : "/documentation/tutorial", - "img/logo.gif" : "content/logo.gif", - "img/wixoncodeplex.png" : "content/wixoncodeplex.png", - "manual-wix2/online_tutorial.htm" : "/documentation/tutorial", - "manual-wix2/robmen.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20040405.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20040414.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20040511.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20040516.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20040520.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20041122.htm" : "http://robmensching.com/blog/", - "manual-wix2/robmen_20041130.htm" : "http://robmensching.com/blog/", - "manual-wix2/blogs.htm" : "/news/", - "projectaggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "votive.html" : "/documentation/manual/v3/votive/", - "manual-wix2/wix_index.htm" : "/documentation/manual/v3/", - "manual-wix2/authoring.htm" : "/documentation/manual/v3/howtos/", - "manual-wix2/authoring_custom_actions.htm" : "/documentation/manual/v3/howtos/", - "manual-wix2/authoring_first_file.htm" : "/documentation/manual/v3/howtos/", - "manual-wix2/authoring_getting_started.htm" : "/documentation/manual/v3/howtos/", - "manual-wix2/authoring_merge_modules.htm" : "/documentation/manual/v3/howtos/", - "manual-wix2/building_wix.htm" : "/documentation/manual/v3/wixdev/building_wix.html", - "manual-wix2/candle.htm" : "/documentation/manual/v3/overview/candle.html", - "manual-wix2/dark.htm" : "/documentation/manual/v3/overview/dark.html", - "manual-wix2/extensions.htm" : "/documentation/manual/v3/wixdev/extensions/", - "manual-wix2/files.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix2/help.htm" : "/documentation/manual/v3/main/help.html", - "manual-wix2/light.htm" : "/documentation/manual/v3/overview/light.html", - "manual-wix2/msi.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix2/msitowix.htm" : "/documentation/manual/v3/overview/msitowix.html", - "manual-wix2/msm.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix2/overview.htm" : "/documentation/manual/v3/overview/", - "manual-wix2/patch_building.htm" : "/documentation/manual/v3/patching/patch_building.html", - "manual-wix2/perfmon.htm" : "/documentation/manual/v3/customactions/perfmon.html", - "manual-wix2/preprocessor.htm" : "/documentation/manual/v3/overview/preprocessor.html", - "manual-wix2/qtexec.htm" : "/documentation/manual/v3/customactions/qtexec.html", - "manual-wix2/standard_customactions.htm" : "/documentation/manual/v3/customactions/", - "manual-wix2/tools.htm" : "/documentation/manual/v3/overview/tools.html", - "manual-wix2/using_server_customactions.htm" : "/documentation/manual/v3/customactions/", - "manual-wix2/votive.htm" : "/documentation/manual/v3/votive/", - "manual-wix2/wixobj.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix2/WixUI_dialog_library.htm" : "/documentation/manual/v3/wixui/wixui_dialog_library.html", - "manual-wix2/wxi.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix2/wxs.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix2/mmc_xsd_extendednodetype.htm" : "/documentation/manual/v3/xsd/mmc/extendednodetype.html", - "manual-wix2/mmc_xsd_index.htm": "/documentation/manual/v3/xsd/mmc/index.html", - "manual-wix2/mmc_xsd_publishednodetype.htm" : "/documentation/manual/v3/xsd/mmc/publishednodetype.html", - "manual-wix2/mmc_xsd_resources.htm" : "/documentation/manual/v3/xsd/mmc/resources.html", - "manual-wix2/mmc_xsd_simple_type_uuid.htm" : "/documentation/manual/v3/xsd/mmc/simple_type_uuid.html", - "manual-wix2/mmc_xsd_snapin.htm" : "/documentation/manual/v3/xsd/mmc/snapin.html", - "manual-wix2/netfx_xsd_index.htm" : "/documentation/manual/v3/xsd/netfx/index.html", - "manual-wix2/netfx_xsd_nativeimage.htm" : "/documentation/manual/v3/xsd/netfx/nativeimage.html", - "manual-wix2/netfx_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html", - "manual-wix2/pubca_xsd_complusapplication.htm" : "/documentation/manual/v3/xsd/complus/complusapplication.html", - "manual-wix2/pubca_xsd_complusapplicationrole.htm" : "/documentation/manual/v3/xsd/complus/complusapplicationrole.html", - "manual-wix2/pubca_xsd_complusassembly.htm" : "/documentation/manual/v3/xsd/complus/complusassembly.html", - "manual-wix2/pubca_xsd_complusassemblydependency.htm" : "/documentation/manual/v3/xsd/complus/complusassemblydependency.html", - "manual-wix2/pubca_xsd_compluscomponent.htm" : "/documentation/manual/v3/xsd/complus/compluscomponent.html", - "manual-wix2/pubca_xsd_complusgroupinapplicationrole.htm" : "/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html", - "manual-wix2/pubca_xsd_complusgroupinpartitionrole.htm" : "/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html", - "manual-wix2/pubca_xsd_complusinterface.htm" : "/documentation/manual/v3/xsd/complus/complusinterface.html", - "manual-wix2/pubca_xsd_complusmethod.htm" : "/documentation/manual/v3/xsd/complus/complusmethod.html", - "manual-wix2/pubca_xsd_compluspartition.htm" : "/documentation/manual/v3/xsd/complus/compluspartition.html", - "manual-wix2/pubca_xsd_compluspartitionrole.htm" : "/documentation/manual/v3/xsd/complus/compluspartitionrole.html", - "manual-wix2/pubca_xsd_compluspartitionuser.htm" : "/documentation/manual/v3/xsd/complus/compluspartitionuser.html", - "manual-wix2/pubca_xsd_complusroleforcomponent.htm" : "/documentation/manual/v3/xsd/complus/complusroleforcomponent.html", - "manual-wix2/pubca_xsd_complusroleforinterface.htm" : "/documentation/manual/v3/xsd/complus/complusroleforinterface.html", - "manual-wix2/pubca_xsd_complusroleformethod.htm" : "/documentation/manual/v3/xsd/complus/complusroleformethod.html", - "manual-wix2/pubca_xsd_complussubscription.htm" : "/documentation/manual/v3/xsd/complus/complussubscription.html", - "manual-wix2/pubca_xsd_complususerinapplicationrole.htm" : "/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html", - "manual-wix2/pubca_xsd_complususerinpartitionrole.htm" : "/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html", - "manual-wix2/pubca_xsd_index.htm" : "/documentation/manual/v3/xsd/complus/index.html", - "manual-wix2/pubca_xsd_messagequeue.htm" : "/documentation/manual/v3/xsd/msmq/messagequeue.html", - "manual-wix2/pubca_xsd_messagequeuepermission.htm" : "/documentation/manual/v3/xsd/msmq/messagequeuepermission.html", - "manual-wix2/pubca_xsd_simple_type_uuid.htm" : "/documentation/manual/v3/xsd/complus/simple_type_uuid.html", - "manual-wix2/pubca_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html", - "manual-wix2/vs_xsd_helpcollection.htm" : "/documentation/manual/v3/xsd/vs/helpcollection.html", - "manual-wix2/vs_xsd_helpcollectionref.htm" : "/documentation/manual/v3/xsd/vs/helpcollectionref.html", - "manual-wix2/vs_xsd_helpfile.htm" : "/documentation/manual/v3/xsd/vs/helpfile.html", - "manual-wix2/vs_xsd_helpfileref.htm" : "/documentation/manual/v3/xsd/vs/helpfileref.html", - "manual-wix2/vs_xsd_helpfilter.htm" : "/documentation/manual/v3/xsd/vs/helpfilter.html", - "manual-wix2/vs_xsd_helpfilterref.htm" : "/documentation/manual/v3/xsd/vs/helpfilterref.html", - "manual-wix2/vs_xsd_index.htm" : "/documentation/manual/v3/xsd/vs/index.html", - "manual-wix2/vs_xsd_plugcollectioninto.htm" : "/documentation/manual/v3/xsd/vs/plugcollectioninto.html", - "manual-wix2/wix_xsd_adminexecutesequence.htm" : "/documentation/manual/v3/xsd/wix/adminexecutesequence.html", - "manual-wix2/wix_xsd_adminuisequence.htm" : "/documentation/manual/v3/xsd/wix/adminuisequence.html", - "manual-wix2/wix_xsd_advertiseexecutesequence.htm" : "/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html", - "manual-wix2/wix_xsd_allocateregistryspace.htm" : "/documentation/manual/v3/xsd/wix/allocateregistryspace.html", - "manual-wix2/wix_xsd_appdata.htm" : "/documentation/manual/v3/xsd/wix/appdata.html", - "manual-wix2/wix_xsd_appid.htm" : "/documentation/manual/v3/xsd/wix/appid.html", - "manual-wix2/wix_xsd_appsearch.htm" : "/documentation/manual/v3/xsd/wix/appsearch.html", - "manual-wix2/wix_xsd_assemblyname.htm" : "/documentation/manual/v3/xsd/wix/assemblyname.html", - "manual-wix2/wix_xsd_billboard.htm" : "/documentation/manual/v3/xsd/wix/billboard.html", - "manual-wix2/wix_xsd_billboardaction.htm" : "/documentation/manual/v3/xsd/wix/billboardaction.html", - "manual-wix2/wix_xsd_binary.htm" : "/documentation/manual/v3/xsd/wix/binary.html", - "manual-wix2/wix_xsd_bindimage.htm" : "/documentation/manual/v3/xsd/wix/bindimage.html", - "manual-wix2/wix_xsd_category.htm" : "/documentation/manual/v3/xsd/wix/category.html", - "manual-wix2/wix_xsd_ccpsearch.htm" : "/documentation/manual/v3/xsd/wix/ccpsearch.html", - "manual-wix2/wix_xsd_certificate.htm" : "/documentation/manual/v3/xsd/iis/certificate.html", - "manual-wix2/wix_xsd_certificateref.htm" : "/documentation/manual/v3/xsd/iis/certificateref.html", - "manual-wix2/wix_xsd_class.htm" : "/documentation/manual/v3/xsd/wix/class.html", - "manual-wix2/wix_xsd_column.htm" : "/documentation/manual/v3/xsd/wix/column.html", - "manual-wix2/wix_xsd_combobox.htm" : "/documentation/manual/v3/xsd/wix/combobox.html", - "manual-wix2/wix_xsd_compliancecheck.htm" : "/documentation/manual/v3/xsd/wix/compliancecheck.html", - "manual-wix2/wix_xsd_compliancedrive.htm" : "/documentation/manual/v3/xsd/wix/compliancedrive.html", - "manual-wix2/wix_xsd_component.htm" : "/documentation/manual/v3/xsd/wix/component.html", - "manual-wix2/wix_xsd_componentgroup.htm" : "/documentation/manual/v3/xsd/wix/componentgroup.html", - "manual-wix2/wix_xsd_componentgroupref.htm" : "/documentation/manual/v3/xsd/wix/componentgroupref.html", - "manual-wix2/wix_xsd_componentref.htm" : "/documentation/manual/v3/xsd/wix/componentref.html", - "manual-wix2/wix_xsd_componentsearch.htm" : "/documentation/manual/v3/xsd/wix/componentsearch.html", - "manual-wix2/wix_xsd_condition.htm" : "/documentation/manual/v3/xsd/wix/condition.html", - "manual-wix2/wix_xsd_configuration.htm" : "/documentation/manual/v3/xsd/wix/configuration.html", - "manual-wix2/wix_xsd_configurationdata.htm" : "/documentation/manual/v3/xsd/wix/configurationdata.html", - "manual-wix2/wix_xsd_control.htm" : "/documentation/manual/v3/xsd/wix/control.html", - "manual-wix2/wix_xsd_copyfile.htm" : "/documentation/manual/v3/xsd/wix/copyfile.html", - "manual-wix2/wix_xsd_costfinalize.htm" : "/documentation/manual/v3/xsd/wix/costfinalize.html", - "manual-wix2/wix_xsd_costinitialize.htm" : "/documentation/manual/v3/xsd/wix/costinitialize.html", - "manual-wix2/wix_xsd_createfolder.htm" : "/documentation/manual/v3/xsd/wix/createfolder.html", - "manual-wix2/wix_xsd_createfolders.htm" : "/documentation/manual/v3/xsd/wix/createfolders.html", - "manual-wix2/wix_xsd_createshortcuts.htm" : "/documentation/manual/v3/xsd/wix/createshortcuts.html", - "manual-wix2/wix_xsd_custom.htm" : "/documentation/manual/v3/xsd/wix/custom.html", - "manual-wix2/wix_xsd_customaction.htm" : "/documentation/manual/v3/xsd/wix/customaction.html", - "manual-wix2/wix_xsd_customactionref.htm" : "/documentation/manual/v3/xsd/wix/customactionref.html", - "manual-wix2/wix_xsd_customproperty.htm" : "/documentation/manual/v3/xsd/wix/customproperty.html", - "manual-wix2/wix_xsd_customtable.htm" : "/documentation/manual/v3/xsd/wix/customtable.html", - "manual-wix2/wix_xsd_data.htm" : "/documentation/manual/v3/xsd/wix/data.html", - "manual-wix2/wix_xsd_deleteservices.htm" : "/documentation/manual/v3/xsd/wix/deleteservices.html", - "manual-wix2/wix_xsd_dependency.htm" : "/documentation/manual/v3/xsd/wix/dependency.html", - "manual-wix2/wix_xsd_dialog.htm" : "/documentation/manual/v3/xsd/wix/dialog.html", - "manual-wix2/wix_xsd_dialogref.htm" : "/documentation/manual/v3/xsd/wix/dialogref.html", - "manual-wix2/wix_xsd_digitalcertificate.htm" : "/documentation/manual/v3/xsd/wix/digitalcertificate.html", - "manual-wix2/wix_xsd_digitalcertificateref.htm" : "/documentation/manual/v3/xsd/wix/digitalcertificateref.html", - "manual-wix2/wix_xsd_digitalsignature.htm" : "/documentation/manual/v3/xsd/wix/digitalsignature.html", - "manual-wix2/wix_xsd_directory.htm" : "/documentation/manual/v3/xsd/wix/directory.html", - "manual-wix2/wix_xsd_directoryref.htm" : "/documentation/manual/v3/xsd/wix/directoryref.html", - "manual-wix2/wix_xsd_directorysearch.htm" : "/documentation/manual/v3/xsd/wix/directorysearch.html", - "manual-wix2/wix_xsd_directorysearchref.htm" : "/documentation/manual/v3/xsd/wix/directorysearchref.html", - "manual-wix2/wix_xsd_disablerollback.htm" : "/documentation/manual/v3/xsd/wix/disablerollback.html", - "manual-wix2/wix_xsd_duplicatefiles.htm" : "/documentation/manual/v3/xsd/wix/duplicatefiles.html", - "manual-wix2/wix_xsd_ensuretable.htm" : "/documentation/manual/v3/xsd/wix/ensuretable.html", - "manual-wix2/wix_xsd_environment.htm" : "/documentation/manual/v3/xsd/wix/environment.html", - "manual-wix2/wix_xsd_error.htm" : "/documentation/manual/v3/xsd/wix/error.html", - "manual-wix2/wix_xsd_exclusion.htm" : "/documentation/manual/v3/xsd/wix/exclusion.html", - "manual-wix2/wix_xsd_executeaction.htm" : "/documentation/manual/v3/xsd/wix/executeaction.html", - "manual-wix2/wix_xsd_extension.htm" : "/documentation/manual/v3/xsd/wix/extension.html", - "manual-wix2/wix_xsd_externalfile.htm" : "/documentation/manual/v3/xsd/wix/externalfile.html", - "manual-wix2/wix_xsd_family.htm" : "/documentation/manual/v3/xsd/wix/family.html", - "manual-wix2/wix_xsd_feature.htm" : "/documentation/manual/v3/xsd/wix/feature.html", - "manual-wix2/wix_xsd_featureref.htm" : "/documentation/manual/v3/xsd/wix/featureref.html", - "manual-wix2/wix_xsd_file.htm" : "/documentation/manual/v3/xsd/wix/file.html", - "manual-wix2/wix_xsd_filecost.htm" : "/documentation/manual/v3/xsd/wix/filecost.html", - "manual-wix2/wix_xsd_filesearch.htm" : "/documentation/manual/v3/xsd/wix/filesearch.html", - "manual-wix2/wix_xsd_filesearchref.htm" : "/documentation/manual/v3/xsd/wix/filesearchref.html", - "manual-wix2/wix_xsd_fileshare.htm" : "/documentation/manual/v3/xsd/util/fileshare.html", - "manual-wix2/wix_xsd_filetypemask.htm" : "/documentation/manual/v3/xsd/wix/filetypemask.html", - "manual-wix2/wix_xsd_findrelatedproducts.htm" : "/documentation/manual/v3/xsd/wix/findrelatedproducts.html", - "manual-wix2/wix_xsd_forcereboot.htm" : "/documentation/manual/v3/xsd/wix/forcereboot.html", - "manual-wix2/wix_xsd_fragment.htm" : "/documentation/manual/v3/xsd/wix/fragment.html", - "manual-wix2/wix_xsd_fragmentref.htm" : "/documentation/manual/v3/xsd/wix/index.html", - "manual-wix2/wix_xsd_group.htm" : "/documentation/manual/v3/xsd/util/group.html", - "manual-wix2/wix_xsd_groupref.htm" : "/documentation/manual/v3/xsd/util/groupref.html", - "manual-wix2/wix_xsd_httpheader.htm" : "/documentation/manual/v3/xsd/iis/httpheader.html", - "manual-wix2/wix_xsd_icon.htm" : "/documentation/manual/v3/xsd/wix/icon.html", - "manual-wix2/wix_xsd_ignoremodularization.htm" : "/documentation/manual/v3/xsd/wix/ignoremodularization.html", - "manual-wix2/wix_xsd_ignorerange.htm" : "/documentation/manual/v3/xsd/wix/ignorerange.html", - "manual-wix2/wix_xsd_include.htm" : "/documentation/manual/v3/xsd/wix/include.html", - "manual-wix2/wix_xsd_index.htm" : "/documentation/manual/v3/xsd/wix/index.html", - "manual-wix2/wix_xsd_inifile.htm" : "/documentation/manual/v3/xsd/wix/inifile.html", - "manual-wix2/wix_xsd_inifilesearch.htm" : "/documentation/manual/v3/xsd/wix/inifilesearch.html", - "manual-wix2/wix_xsd_installadminpackage.htm" : "/documentation/manual/v3/xsd/wix/installadminpackage.html", - "manual-wix2/wix_xsd_installexecute.htm" : "/documentation/manual/v3/xsd/wix/installexecute.html", - "manual-wix2/wix_xsd_installexecuteagain.htm" : "/documentation/manual/v3/xsd/wix/installexecuteagain.html", - "manual-wix2/wix_xsd_installexecutesequence.htm" : "/documentation/manual/v3/xsd/wix/installexecutesequence.html", - "manual-wix2/wix_xsd_installfiles.htm" : "/documentation/manual/v3/xsd/wix/installfiles.html", - "manual-wix2/wix_xsd_installfinalize.htm" : "/documentation/manual/v3/xsd/wix/installfinalize.html", - "manual-wix2/wix_xsd_installinitialize.htm" : "/documentation/manual/v3/xsd/wix/installinitialize.html", - "manual-wix2/wix_xsd_installodbc.htm" : "/documentation/manual/v3/xsd/wix/installodbc.html", - "manual-wix2/wix_xsd_installservices.htm" : "/documentation/manual/v3/xsd/wix/installservices.html", - "manual-wix2/wix_xsd_installuisequence.htm" : "/documentation/manual/v3/xsd/wix/installuisequence.html", - "manual-wix2/wix_xsd_installvalidate.htm" : "/documentation/manual/v3/xsd/wix/installvalidate.html", - "manual-wix2/wix_xsd_interface.htm" : "/documentation/manual/v3/xsd/wix/interface.html", - "manual-wix2/wix_xsd_isolatecomponent.htm" : "/documentation/manual/v3/xsd/wix/isolatecomponent.html", - "manual-wix2/wix_xsd_isolatecomponents.htm" : "/documentation/manual/v3/xsd/wix/isolatecomponents.html", - "manual-wix2/wix_xsd_launchconditions.htm" : "/documentation/manual/v3/xsd/wix/launchconditions.html", - "manual-wix2/wix_xsd_listbox.htm" : "/documentation/manual/v3/xsd/wix/listbox.html", - "manual-wix2/wix_xsd_listitem.htm" : "/documentation/manual/v3/xsd/wix/listitem.html", - "manual-wix2/wix_xsd_listview.htm" : "/documentation/manual/v3/xsd/wix/listview.html", - "manual-wix2/wix_xsd_media.htm" : "/documentation/manual/v3/xsd/wix/media.html", - "manual-wix2/wix_xsd_merge.htm" : "/documentation/manual/v3/xsd/wix/merge.html", - "manual-wix2/wix_xsd_mergeref.htm" : "/documentation/manual/v3/xsd/wix/mergeref.html", - "manual-wix2/wix_xsd_migratefeaturestates.htm" : "/documentation/manual/v3/xsd/wix/migratefeaturestates.html", - "manual-wix2/wix_xsd_mime.htm" : "/documentation/manual/v3/xsd/wix/mime.html", - "manual-wix2/wix_xsd_mimemap.htm" : "/documentation/manual/v3/xsd/iis/mimemap.html", - "manual-wix2/wix_xsd_module.htm" : "/documentation/manual/v3/xsd/wix/module.html", - "manual-wix2/wix_xsd_movefiles.htm" : "/documentation/manual/v3/xsd/wix/movefiles.html", - "manual-wix2/wix_xsd_msipublishassemblies.htm" : "/documentation/manual/v3/xsd/wix/msipublishassemblies.html", - "manual-wix2/wix_xsd_msiunpublishassemblies.htm" : "/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html", - "manual-wix2/wix_xsd_odbcdatasource.htm" : "/documentation/manual/v3/xsd/wix/odbcdatasource.html", - "manual-wix2/wix_xsd_odbcdriver.htm" : "/documentation/manual/v3/xsd/wix/odbcdriver.html", - "manual-wix2/wix_xsd_odbctranslator.htm" : "/documentation/manual/v3/xsd/wix/odbctranslator.html", - "manual-wix2/wix_xsd_package.htm" : "/documentation/manual/v3/xsd/wix/package.html", - "manual-wix2/wix_xsd_patch.htm" : "/documentation/manual/v3/xsd/wix/patch.html", - "manual-wix2/wix_xsd_patchcertificates.htm" : "/documentation/manual/v3/xsd/wix/patchcertificates.html", - "manual-wix2/wix_xsd_patchcreation.htm" : "/documentation/manual/v3/xsd/wix/patchcreation.html", - "manual-wix2/wix_xsd_patchfiles.htm" : "/documentation/manual/v3/xsd/wix/patchfiles.html", - "manual-wix2/wix_xsd_patchinformation.htm" : "/documentation/manual/v3/xsd/wix/patchinformation.html", - "manual-wix2/wix_xsd_patchmetadata.htm" : "/documentation/manual/v3/xsd/wix/patchmetadata.html", - "manual-wix2/wix_xsd_patchpackage.htm" : "/documentation/manual/v3/xsd/wix/patch.html", - "manual-wix2/wix_xsd_patchproperty.htm" : "/documentation/manual/v3/xsd/wix/patchproperty.html", - "manual-wix2/wix_xsd_patchsequence.htm" : "/documentation/manual/v3/xsd/wix/patchsequence.html", - "manual-wix2/wix_xsd_perfcounter.htm" : "/documentation/manual/v3/xsd/util/perfcounter.html", - "manual-wix2/wix_xsd_permission.htm" : "/documentation/manual/v3/xsd/wix/permission.html", - "manual-wix2/wix_xsd_processcomponents.htm" : "/documentation/manual/v3/xsd/wix/processcomponents.html", - "manual-wix2/wix_xsd_product.htm" : "/documentation/manual/v3/xsd/wix/product.html", - "manual-wix2/wix_xsd_progid.htm" : "/documentation/manual/v3/xsd/wix/progid.html", - "manual-wix2/wix_xsd_progresstext.htm" : "/documentation/manual/v3/xsd/wix/progresstext.html", - "manual-wix2/wix_xsd_property.htm" : "/documentation/manual/v3/xsd/wix/property.html", - "manual-wix2/wix_xsd_propertyref.htm" : "/documentation/manual/v3/xsd/wix/propertyref.html", - "manual-wix2/wix_xsd_protectfile.htm" : "/documentation/manual/v3/xsd/wix/protectfile.html", - "manual-wix2/wix_xsd_protectrange.htm" : "/documentation/manual/v3/xsd/wix/protectrange.html", - "manual-wix2/wix_xsd_publish.htm" : "/documentation/manual/v3/xsd/wix/publish.html", - "manual-wix2/wix_xsd_publishcomponents.htm" : "/documentation/manual/v3/xsd/wix/publishcomponents.html", - "manual-wix2/wix_xsd_publishfeatures.htm" : "/documentation/manual/v3/xsd/wix/publishfeatures.html", - "manual-wix2/wix_xsd_publishproduct.htm" : "/documentation/manual/v3/xsd/wix/publishproduct.html", - "manual-wix2/wix_xsd_radiobutton.htm" : "/documentation/manual/v3/xsd/wix/radiobutton.html", - "manual-wix2/wix_xsd_radiobuttongroup.htm" : "/documentation/manual/v3/xsd/wix/radiobuttongroup.html", - "manual-wix2/wix_xsd_recycletime.htm" : "/documentation/manual/v3/xsd/iis/recycletime.html", - "manual-wix2/wix_xsd_registerclassinfo.htm" : "/documentation/manual/v3/xsd/wix/registerclassinfo.html", - "manual-wix2/wix_xsd_registercomplus.htm" : "/documentation/manual/v3/xsd/wix/registercomplus.html", - "manual-wix2/wix_xsd_registerextensioninfo.htm" : "/documentation/manual/v3/xsd/wix/registerextensioninfo.html", - "manual-wix2/wix_xsd_registerfonts.htm" : "/documentation/manual/v3/xsd/wix/registerfonts.html", - "manual-wix2/wix_xsd_registermimeinfo.htm" : "/documentation/manual/v3/xsd/wix/registermimeinfo.html", - "manual-wix2/wix_xsd_registerproduct.htm" : "/documentation/manual/v3/xsd/wix/registerproduct.html", - "manual-wix2/wix_xsd_registerprogidinfo.htm" : "/documentation/manual/v3/xsd/wix/registerprogidinfo.html", - "manual-wix2/wix_xsd_registertypelibraries.htm" : "/documentation/manual/v3/xsd/wix/registertypelibraries.html", - "manual-wix2/wix_xsd_registeruser.htm" : "/documentation/manual/v3/xsd/wix/registeruser.html", - "manual-wix2/wix_xsd_registry.htm" : "/documentation/manual/v3/xsd/wix/registry.html", - "manual-wix2/wix_xsd_registrysearch.htm" : "/documentation/manual/v3/xsd/wix/registrysearch.html", - "manual-wix2/wix_xsd_registrysearchref.htm" : "/documentation/manual/v3/xsd/wix/registrysearchref.html", - "manual-wix2/wix_xsd_registryvalue.htm" : "/documentation/manual/v3/xsd/wix/registryvalue.html", - "manual-wix2/wix_xsd_removeduplicatefiles.htm" : "/documentation/manual/v3/xsd/wix/removeduplicatefiles.html", - "manual-wix2/wix_xsd_removeenvironmentstrings.htm" : "/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html", - "manual-wix2/wix_xsd_removeexistingproducts.htm" : "/documentation/manual/v3/xsd/wix/removeexistingproducts.html", - "manual-wix2/wix_xsd_removefile.htm" : "/documentation/manual/v3/xsd/wix/removefile.html", - "manual-wix2/wix_xsd_removefiles.htm" : "/documentation/manual/v3/xsd/wix/removefiles.html", - "manual-wix2/wix_xsd_removefolder.htm" : "/documentation/manual/v3/xsd/wix/removefolder.html", - "manual-wix2/wix_xsd_removefolders.htm" : "/documentation/manual/v3/xsd/wix/removefolders.html", - "manual-wix2/wix_xsd_removeinivalues.htm" : "/documentation/manual/v3/xsd/wix/removeinivalues.html", - "manual-wix2/wix_xsd_removeodbc.htm" : "/documentation/manual/v3/xsd/wix/removeodbc.html", - "manual-wix2/wix_xsd_removeregistryvalues.htm" : "/documentation/manual/v3/xsd/wix/removeregistryvalues.html", - "manual-wix2/wix_xsd_removeshortcuts.htm" : "/documentation/manual/v3/xsd/wix/removeshortcuts.html", - "manual-wix2/wix_xsd_replacepatch.htm" : "/documentation/manual/v3/xsd/wix/replacepatch.html", - "manual-wix2/wix_xsd_reservecost.htm" : "/documentation/manual/v3/xsd/wix/reservecost.html", - "manual-wix2/wix_xsd_resolvesource.htm" : "/documentation/manual/v3/xsd/wix/resolvesource.html", - "manual-wix2/wix_xsd_rmccpsearch.htm" : "/documentation/manual/v3/xsd/wix/rmccpsearch.html", - "manual-wix2/wix_xsd_row.htm" : "/documentation/manual/v3/xsd/wix/row.html", - "manual-wix2/wix_xsd_schedulereboot.htm" : "/documentation/manual/v3/xsd/wix/schedulereboot.html", - "manual-wix2/wix_xsd_selfregmodules.htm" : "/documentation/manual/v3/xsd/wix/selfregmodules.html", - "manual-wix2/wix_xsd_selfunregmodules.htm" : "/documentation/manual/v3/xsd/wix/selfunregmodules.html", - "manual-wix2/wix_xsd_serviceargument.htm" : "/documentation/manual/v3/xsd/wix/serviceargument.html", - "manual-wix2/wix_xsd_serviceconfig.htm" : "/documentation/manual/v3/xsd/wix/serviceconfig.html", - "manual-wix2/wix_xsd_servicecontrol.htm" : "/documentation/manual/v3/xsd/wix/servicecontrol.html", - "manual-wix2/wix_xsd_servicedependency.htm" : "/documentation/manual/v3/xsd/wix/servicedependency.html", - "manual-wix2/wix_xsd_serviceinstall.htm" : "/documentation/manual/v3/xsd/wix/serviceinstall.html", - "manual-wix2/wix_xsd_setodbcfolders.htm" : "/documentation/manual/v3/xsd/wix/setodbcfolders.html", - "manual-wix2/wix_xsd_sfpcatalog.htm" : "/documentation/manual/v3/xsd/wix/sfpcatalog.html", - "manual-wix2/wix_xsd_sfpfile.htm" : "/documentation/manual/v3/xsd/wix/sfpfile.html", - "manual-wix2/wix_xsd_shortcut.htm" : "/documentation/manual/v3/xsd/wix/shortcut.html", - "manual-wix2/wix_xsd_show.htm" : "/documentation/manual/v3/xsd/wix/show.html", - "manual-wix2/wix_xsd_simple_type_autogenuuid.htm" : "/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html", - "manual-wix2/wix_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/wix/simple_type_componentguid.html", - "manual-wix2/wix_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_hextype.html", - "manual-wix2/wix_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html", - "manual-wix2/wix_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html", - "manual-wix2/wix_xsd_simple_type_modularizetype.htm" : "/documentation/manual/v3/xsd/wix/ignoremodularization.html", - "manual-wix2/wix_xsd_simple_type_percenttype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_percenttype.html", - "manual-wix2/wix_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html", - "manual-wix2/wix_xsd_simple_type_uuid.htm" : "/documentation/manual/v3/xsd/complus/simple_type_uuid.html", - "manual-wix2/wix_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_versiontype.html", - "manual-wix2/wix_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html", - "manual-wix2/wix_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html", - "manual-wix2/wix_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html", - "manual-wix2/wix_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html", - "manual-wix2/wix_xsd_sqldatabase.htm" : "/documentation/manual/v3/xsd/sql/sqldatabase.html", - "manual-wix2/wix_xsd_sqlfilespec.htm" : "/documentation/manual/v3/xsd/sql/sqlfilespec.html", - "manual-wix2/wix_xsd_sqllogfilespec.htm" : "/documentation/manual/v3/xsd/sql/sqllogfilespec.html", - "manual-wix2/wix_xsd_sqlscript.htm" : "/documentation/manual/v3/xsd/sql/sqlscript.html", - "manual-wix2/wix_xsd_sqlstring.htm" : "/documentation/manual/v3/xsd/sql/sqlstring.html", - - "manual-wix2/wix_xsd_startservices.htm" : "/documentation/manual/v3/xsd/wix/startservices.html", - "manual-wix2/wix_xsd_stopservices.htm" : "/documentation/manual/v3/xsd/wix/stopservices.html", - "manual-wix2/wix_xsd_subscribe.htm" : "/documentation/manual/v3/xsd/wix/subscribe.html", - "manual-wix2/wix_xsd_substitution.htm" : "/documentation/manual/v3/xsd/wix/substitution.html", - "manual-wix2/wix_xsd_symbolpath.htm" : "/documentation/manual/v3/xsd/wix/symbolpath.html", - "manual-wix2/wix_xsd_targetfile.htm" : "/documentation/manual/v3/xsd/wix/targetfile.html", - "manual-wix2/wix_xsd_targetimage.htm" : "/documentation/manual/v3/xsd/wix/targetimage.html", - "manual-wix2/wix_xsd_targetproductcode.htm" : "/documentation/manual/v3/xsd/wix/targetproductcode.html", - "manual-wix2/wix_xsd_text.htm" : "/documentation/manual/v3/xsd/wix/text.html", - "manual-wix2/wix_xsd_textstyle.htm" : "/documentation/manual/v3/xsd/wix/textstyle.html", - "manual-wix2/wix_xsd_typelib.htm" : "/documentation/manual/v3/xsd/wix/typelib.html", - "manual-wix2/wix_xsd_ui.htm" : "/documentation/manual/v3/xsd/wix/ui.html", - "manual-wix2/wix_xsd_uiref.htm" : "/documentation/manual/v3/xsd/wix/uiref.html", - "manual-wix2/wix_xsd_uitext.htm" : "/documentation/manual/v3/xsd/wix/uitext.html", - "manual-wix2/wix_xsd_unpublishcomponents.htm" : "/documentation/manual/v3/xsd/wix/unpublishcomponents.html", - "manual-wix2/wix_xsd_unpublishfeatures.htm" : "/documentation/manual/v3/xsd/wix/unpublishfeatures.html", - "manual-wix2/wix_xsd_unregisterclassinfo.htm" : "/documentation/manual/v3/xsd/wix/unregisterclassinfo.html", - "manual-wix2/wix_xsd_unregistercomplus.htm" : "/documentation/manual/v3/xsd/wix/unregistercomplus.html", - "manual-wix2/wix_xsd_unregisterextensioninfo.htm" : "/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html", - "manual-wix2/wix_xsd_unregisterfonts.htm" : "/documentation/manual/v3/xsd/wix/unregisterfonts.html", - "manual-wix2/wix_xsd_unregistermimeinfo.htm" : "/documentation/manual/v3/xsd/wix/unregistermimeinfo.html", - "manual-wix2/wix_xsd_unregisterprogidinfo.htm" : "/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html", - "manual-wix2/wix_xsd_unregistertypelibraries.htm" : "/documentation/manual/v3/xsd/wix/unregistertypelibraries.html", - "manual-wix2/wix_xsd_upgrade.htm" : "/documentation/manual/v3/xsd/wix/upgrade.html", - "manual-wix2/wix_xsd_upgradefile.htm" : "/documentation/manual/v3/xsd/wix/upgradefile.html", - "manual-wix2/wix_xsd_upgradeimage.htm" : "/documentation/manual/v3/xsd/wix/upgradeimage.html", - "manual-wix2/wix_xsd_upgradeversion.htm" : "/documentation/manual/v3/xsd/wix/upgradeversion.html", - "manual-wix2/wix_xsd_user.htm" : "/documentation/manual/v3/xsd/util/user.html", - "manual-wix2/wix_xsd_validateproductid.htm" : "/documentation/manual/v3/xsd/wix/validateproductid.html", - "manual-wix2/wix_xsd_verb.htm" : "/documentation/manual/v3/xsd/wix/verb.html", - "manual-wix2/wix_xsd_webaddress.htm" : "/documentation/manual/v3/xsd/iis/webaddress.html", - "manual-wix2/wix_xsd_webapplication.htm" : "/documentation/manual/v3/xsd/iis/webapplication.html", - "manual-wix2/wix_xsd_webapplicationextension.htm" : "/documentation/manual/v3/xsd/iis/webapplicationextension.html", - "manual-wix2/wix_xsd_webapppool.htm" : "/documentation/manual/v3/xsd/iis/webapppool.html", - "manual-wix2/wix_xsd_webdir.htm" : "/documentation/manual/v3/xsd/iis/webdir.html", - "manual-wix2/wix_xsd_webdirproperties.htm" : "/documentation/manual/v3/xsd/iis/webdirproperties.html", - "manual-wix2/wix_xsd_weberror.htm" : "/documentation/manual/v3/xsd/iis/weberror.html", - "manual-wix2/wix_xsd_webfilter.htm" : "/documentation/manual/v3/xsd/iis/webfilter.html", - "manual-wix2/wix_xsd_weblog.htm" : "/documentation/manual/v3/xsd/iis/weblog.html", - "manual-wix2/wix_xsd_webproperty.htm" : "/documentation/manual/v3/xsd/iis/webproperty.html", - "manual-wix2/wix_xsd_webserviceextension.htm" : "/documentation/manual/v3/xsd/iis/webserviceextension.html", - "manual-wix2/wix_xsd_website.htm" : "/documentation/manual/v3/xsd/iis/website.html", - "manual-wix2/wix_xsd_webvirtualdir.htm" : "/documentation/manual/v3/xsd/iis/webvirtualdir.html", - - "manual-wix2/wix_xsd_wix.htm" : "/documentation/manual/v3/xsd/wix/wix.html", - "manual-wix2/wix_xsd_writeenvironmentstrings.htm" : "/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html", - "manual-wix2/wix_xsd_writeinivalues.htm" : "/documentation/manual/v3/xsd/wix/writeinivalues.html", - "manual-wix2/wix_xsd_writeregistryvalues.htm" : "/documentation/manual/v3/xsd/wix/writeregistryvalues.html", - "manual-wix2/wix_xsd_xmlconfig.htm" : "/documentation/manual/v3/xsd/util/xmlconfig.html", - "manual-wix2/wix_xsd_xmlfile.htm" : "/documentation/manual/v3/xsd/util/xmlfile.html", - - - - "manual-wix3/add_a_file.htm" : "/documentation/manual/v3/howtos/files_and_registry/add_a_file.html", - "manual-wix3/advanced_wix_topics_index.htm" : "/documentation/manual/v3/howtos/", - "manual-wix3/alltools.htm" : "/documentation/manual/v3/overview/alltools.html", - "manual-wix3/authoring_bundle_application.htm" : "/documentation/manual/v3/bundle/authoring_bundle_application.html", - "manual-wix3/authoring_bundle_intro.htm" : "/documentation/manual/v3/bundle/", - "manual-wix3/authoring_bundle_package_manifest.htm" : "/documentation/manual/v3/bundle/authoring_bundle_package_manifest.html", - "manual-wix3/authoring_bundle_skeleton.htm" : "/documentation/manual/v3/bundle/authoring_bundle_skeleton.html", - "manual-wix3/authoring_custom_actions.htm" : "/documentation/manual/v3/wixdev/extensions/authoring_custom_actions.html", - "manual-wix3/authoring_first_file.htm" : "/documentation/manual/v3/howtos/", - "manual-wix3/authoring_first_msbuild_project.htm" : "/documentation/manual/v3/msbuild/authoring_first_msbuild_project.html", - "manual-wix3/authoring_first_votive_project.htm" : "/documentation/manual/v3/votive/authoring_first_votive_project.html", - "manual-wix3/authoring_getting_started.htm" : "/documentation/manual/v3/howtos/", - "manual-wix3/authoring_merge_modules.htm" : "/documentation/manual/v3/howtos/", - "manual-wix3/author_product_dependencies.htm" : "/documentation/manual/v3/howtos/author_product_dependencies.html", - "manual-wix3/bal_xsd_condition.htm" : "/documentation/manual/v3/xsd/bal/condition.html", - "manual-wix3/bal_xsd_index.htm" : "/documentation/manual/v3/xsd/bal/index.html", - "manual-wix3/bal_xsd_overridable.htm" : "/documentation/manual/v3/xsd/bal/overridable.html", - "manual-wix3/bal_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/bal/simple_type_autogenguid.html", - "manual-wix3/bal_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_burncontainertype.html", - "manual-wix3/bal_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_burnexeprotocoltype.html", - "manual-wix3/bal_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/bal/simple_type_componentguid.html", - "manual-wix3/bal_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html", - "manual-wix3/bal_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html", - "manual-wix3/bal_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_diskidtype.html", - "manual-wix3/bal_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_exittype.html", - "manual-wix3/bal_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/bal/simple_type_guid.html", - "manual-wix3/bal_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_hextype.html", - "manual-wix3/bal_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_installuninstalltype.html", - "manual-wix3/bal_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/bal/simple_type_localizableinteger.html", - "manual-wix3/bal_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_longfilenametype.html", - "manual-wix3/bal_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/bal/simple_type_preprocessorvariables.html", - "manual-wix3/bal_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_registryroottype.html", - "manual-wix3/bal_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_sequencetype.html", - "manual-wix3/bal_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_shortfilenametype.html", - "manual-wix3/bal_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_versiontype.html", - "manual-wix3/bal_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_wildcardlongfilenametype.html", - "manual-wix3/bal_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_wildcardshortfilenametype.html", - "manual-wix3/bal_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html", - "manual-wix3/bal_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html", - "manual-wix3/bal_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html", - "manual-wix3/bal_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html", - "manual-wix3/bal_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html", - "manual-wix3/bal_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html", - "manual-wix3/bal_xsd_wixmanagedbootstrapperapplicationhost.htm" : "/documentation/manual/v3/xsd/bal/wixmanagedbootstrapperapplicationhost.html", - "manual-wix3/bal_xsd_wixstandardbootstrapperapplication.htm" : "/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html", - "manual-wix3/block_install_on_os.htm" : "/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html", - "manual-wix3/bootstrapper_application.htm" : "/documentation/manual/v3/bundle/ba/", - "manual-wix3/bootstrapper_application_interface.htm" : "/documentation/manual/v3/bundle/ba/bootstrapper_application_interface.html", - "manual-wix3/building_wix.htm" : "/documentation/manual/v3/wixdev/building_wix.html", - "manual-wix3/build_a_localized_version.htm" : "/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html", - "manual-wix3/bundle_author_chain.htm" : "/documentation/manual/v3/bundle/bundle/bundle_author_chain.html", - "manual-wix3/bundle_author_layoutdirectory.htm" : "/documentation/manual/v3/bundle/", - "manual-wix3/bundle_built_in_variables.htm" : "/documentation/manual/v3/bundle/bundle_built_in_variables.html", - "manual-wix3/bundle_define_searches.htm" : "/documentation/manual/v3/bundle/bundle_define_searches.html", - "manual-wix3/candle.htm" : "/documentation/manual/v3/overview/candle.html", - "manual-wix3/check_for_dotnet.htm" : "/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html", - "manual-wix3/check_the_version_number.htm" : "/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html", - "manual-wix3/codepage.htm" : "/documentation/manual/v3/overview/codepage.html", - "manual-wix3/complus_xsd_complusapplication.htm" : "/documentation/manual/v3/xsd/complus/complusapplication.html", - "manual-wix3/complus_xsd_complusapplicationrole.htm" : "/documentation/manual/v3/xsd/complus/complusapplicationrole.html", - "manual-wix3/complus_xsd_complusassembly.htm" : "/documentation/manual/v3/xsd/complus/complusassembly.html", - "manual-wix3/complus_xsd_complusassemblydependency.htm" : "/documentation/manual/v3/xsd/complus/complusassemblydependency.html", - "manual-wix3/complus_xsd_compluscomponent.htm" : "/documentation/manual/v3/xsd/complus/compluscomponent.html", - "manual-wix3/complus_xsd_complusgroupinapplicationrole.htm" : "/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html", - "manual-wix3/complus_xsd_complusgroupinpartitionrole.htm" : "/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html", - "manual-wix3/complus_xsd_complusinterface.htm" : "/documentation/manual/v3/xsd/complus/complusinterface.html", - "manual-wix3/complus_xsd_complusmethod.htm" : "/documentation/manual/v3/xsd/complus/complusmethod.html", - "manual-wix3/complus_xsd_compluspartition.htm" : "/documentation/manual/v3/xsd/complus/compluspartition.html", - "manual-wix3/complus_xsd_compluspartitionrole.htm" : "/documentation/manual/v3/xsd/complus/compluspartitionrole.html", - "manual-wix3/complus_xsd_compluspartitionuser.htm" : "/documentation/manual/v3/xsd/complus/compluspartitionuser.html", - "manual-wix3/complus_xsd_complusroleforcomponent.htm" : "/documentation/manual/v3/xsd/complus/complusroleforcomponent.html", - "manual-wix3/complus_xsd_complusroleforinterface.htm" : "/documentation/manual/v3/xsd/complus/complusroleforinterface.html", - "manual-wix3/complus_xsd_complusroleformethod.htm" : "/documentation/manual/v3/xsd/complus/complusroleformethod.html", - "manual-wix3/complus_xsd_complussubscription.htm" : "/documentation/manual/v3/xsd/complus/complussubscription.html", - "manual-wix3/complus_xsd_complususerinapplicationrole.htm" : "/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html", - "manual-wix3/complus_xsd_complususerinpartitionrole.htm" : "/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html", - "manual-wix3/complus_xsd_index.htm" : "/documentation/manual/v3/xsd/complus/index.html", - "manual-wix3/complus_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/complus/simple_type_autogenguid.html", - "manual-wix3/complus_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_burncontainertype.html", - "manual-wix3/complus_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_burnexeprotocoltype.html", - "manual-wix3/complus_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/complus/simple_type_componentguid.html", - "manual-wix3/complus_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html", - "manual-wix3/complus_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html", - "manual-wix3/complus_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_diskidtype.html", - "manual-wix3/complus_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_exittype.html", - "manual-wix3/complus_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/complus/simple_type_guid.html", - "manual-wix3/complus_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_hextype.html", - "manual-wix3/complus_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_installuninstalltype.html", - "manual-wix3/complus_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/complus/simple_type_localizableinteger.html", - "manual-wix3/complus_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_longfilenametype.html", - "manual-wix3/complus_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/complus_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/complus/simple_type_preprocessorvariables.html", - "manual-wix3/complus_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_registryroottype.html", - "manual-wix3/complus_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_sequencetype.html", - "manual-wix3/complus_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_shortfilenametype.html", - "manual-wix3/complus_xsd_simple_type_uuid.htm" : "/documentation/manual/v3/xsd/complus/simple_type_uuid.html", - "manual-wix3/complus_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_versiontype.html", - "manual-wix3/complus_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_wildcardlongfilenametype.html", - "manual-wix3/complus_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_wildcardshortfilenametype.html", - "manual-wix3/complus_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html", - "manual-wix3/complus_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html", - "manual-wix3/complus_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html", - "manual-wix3/complus_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html", - "manual-wix3/complus_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html", - "manual-wix3/complus_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html", - "manual-wix3/configure_arp_appearance.htm" : "/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html", - "manual-wix3/create_an_uninstall_shortcut.htm" : "/documentation/manual/v3/howtos/files_and_registry/", - "manual-wix3/create_internet_shortcut.htm" : "/documentation/manual/v3/howtos/files_and_registry/create_internet_shortcut.html", - "manual-wix3/create_start_menu_shortcut.htm" : "/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html", - "manual-wix3/daily_builds.htm" : "/documentation/manual/v3/msbuild/daily_builds.html", - "manual-wix3/dark.htm" : "/documentation/manual/v3/overview/dark.html", - "manual-wix3/dependency_xsd_index.htm" : "/documentation/manual/v3/xsd/dependency/index.html", - "manual-wix3/dependency_xsd_providerkey.htm" : "/documentation/manual/v3/xsd/dependency/providerkey.html", - "manual-wix3/dependency_xsd_provides.htm" : "/documentation/manual/v3/xsd/dependency/provides.html", - "manual-wix3/dependency_xsd_requires.htm" : "/documentation/manual/v3/xsd/dependency/requires.html", - "manual-wix3/dependency_xsd_requiresref.htm" : "/documentation/manual/v3/xsd/dependency/requiresref.html", - "manual-wix3/dependency_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/dependency/simple_type_versiontype.html", - "manual-wix3/dependency_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/dependency/simple_type_yesnotype.html", - "manual-wix3/difxapp_xsd_driver.htm" : "/documentation/manual/v3/xsd/difxapp/driver.html", - "manual-wix3/difxapp_xsd_index.htm" : "/documentation/manual/v3/xsd/difxapp/index.html", - "manual-wix3/difxapp_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_autogenguid.html", - "manual-wix3/difxapp_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_burncontainertype.html", - "manual-wix3/difxapp_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_burnexeprotocoltype.html", - "manual-wix3/difxapp_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_componentguid.html", - "manual-wix3/difxapp_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html", - "manual-wix3/difxapp_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html", - "manual-wix3/difxapp_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_diskidtype.html", - "manual-wix3/difxapp_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_exittype.html", - "manual-wix3/difxapp_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_guid.html", - "manual-wix3/difxapp_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_hextype.html", - "manual-wix3/difxapp_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_installuninstalltype.html", - "manual-wix3/difxapp_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_localizableinteger.html", - "manual-wix3/difxapp_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_longfilenametype.html", - "manual-wix3/difxapp_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/difxapp_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_preprocessorvariables.html", - "manual-wix3/difxapp_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_registryroottype.html", - "manual-wix3/difxapp_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_sequencetype.html", - "manual-wix3/difxapp_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_shortfilenametype.html", - "manual-wix3/difxapp_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_versiontype.html", - "manual-wix3/difxapp_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_wildcardlongfilenametype.html", - "manual-wix3/difxapp_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_wildcardshortfilenametype.html", - "manual-wix3/difxapp_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html", - "manual-wix3/difxapp_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html", - "manual-wix3/difxapp_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html", - "manual-wix3/difxapp_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html", - "manual-wix3/difxapp_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html", - "manual-wix3/difxapp_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html", - "manual-wix3/directorysearchref.htm" : "/documentation/manual/v3/howtos/files_and_registry/directorysearchref.html", - "manual-wix3/extensions.htm" : "/documentation/manual/v3/wixdev/extensions/extensions.html", - "manual-wix3/extension_development.htm" : "/documentation/manual/v3/wixdev/extensions/", - "manual-wix3/extension_development_intro.htm" : "/documentation/manual/v3/wixdev/extensions/extension_development_intro.html", - "manual-wix3/extension_development_preprocessor.htm" : "/documentation/manual/v3/wixdev/extensions/extension_development_preprocessor.html", - "manual-wix3/extension_development_simple_example.htm" : "/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html", - "manual-wix3/extension_usage_introduction.htm" : "/documentation/manual/v3/howtos/general/extension_usage_introduction.html", - "manual-wix3/files.htm" : "/documentation/manual/v3/overview/files.html", - "manual-wix3/files_and_registry_toc.htm" : "/documentation/manual/v3/howtos/files_and_registry/", - "manual-wix3/firewall_xsd_firewallexception.htm" : "/documentation/manual/v3/xsd/firewall/firewallexception.html", - "manual-wix3/firewall_xsd_index.htm" : "/documentation/manual/v3/xsd/firewall/index.html", - "manual-wix3/firewall_xsd_remoteaddress.htm" : "/documentation/manual/v3/xsd/firewall/remoteaddress.html", - "manual-wix3/firewall_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_autogenguid.html", - "manual-wix3/firewall_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_burncontainertype.html", - "manual-wix3/firewall_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_burnexeprotocoltype.html", - "manual-wix3/firewall_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_componentguid.html", - "manual-wix3/firewall_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html", - "manual-wix3/firewall_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html", - "manual-wix3/firewall_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_diskidtype.html", - "manual-wix3/firewall_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_exittype.html", - "manual-wix3/firewall_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_guid.html", - "manual-wix3/firewall_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_hextype.html", - "manual-wix3/firewall_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_installuninstalltype.html", - "manual-wix3/firewall_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_localizableinteger.html", - "manual-wix3/firewall_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_longfilenametype.html", - "manual-wix3/firewall_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_preprocessorvariables.html", - "manual-wix3/firewall_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_registryroottype.html", - "manual-wix3/firewall_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_sequencetype.html", - "manual-wix3/firewall_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_shortfilenametype.html", - "manual-wix3/firewall_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_versiontype.html", - "manual-wix3/firewall_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_wildcardlongfilenametype.html", - "manual-wix3/firewall_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_wildcardshortfilenametype.html", - "manual-wix3/firewall_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html", - "manual-wix3/firewall_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html", - "manual-wix3/firewall_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html", - "manual-wix3/firewall_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html", - "manual-wix3/firewall_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html", - "manual-wix3/firewall_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html", - "manual-wix3/gaming_xsd_game.htm" : "/documentation/manual/v3/xsd/gaming/game.html", - "manual-wix3/gaming_xsd_index.htm" : "/documentation/manual/v3/xsd/gaming/index.html", - "manual-wix3/gaming_xsd_isrichsavedgame.htm" : "/documentation/manual/v3/xsd/gaming/isrichsavedgame.html", - "manual-wix3/gaming_xsd_playtask.htm" : "/documentation/manual/v3/xsd/gaming/playtask.html", - "manual-wix3/gaming_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_autogenguid.html", - "manual-wix3/gaming_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_burncontainertype.html", - "manual-wix3/gaming_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_burnexeprotocoltype.html", - "manual-wix3/gaming_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_componentguid.html", - "manual-wix3/gaming_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html", - "manual-wix3/gaming_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html", - "manual-wix3/gaming_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_diskidtype.html", - "manual-wix3/gaming_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_exittype.html", - "manual-wix3/gaming_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_guid.html", - "manual-wix3/gaming_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_hextype.html", - "manual-wix3/gaming_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_installuninstalltype.html", - "manual-wix3/gaming_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_localizableinteger.html", - "manual-wix3/gaming_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_longfilenametype.html", - "manual-wix3/gaming_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/gaming/", - "manual-wix3/gaming_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_preprocessorvariables.html", - "manual-wix3/gaming_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_registryroottype.html", - "manual-wix3/gaming_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_sequencetype.html", - "manual-wix3/gaming_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_shortfilenametype.html", - "manual-wix3/gaming_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_versiontype.html", - "manual-wix3/gaming_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_wildcardlongfilenametype.html", - "manual-wix3/gaming_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_wildcardshortfilenametype.html", - "manual-wix3/gaming_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html", - "manual-wix3/gaming_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html", - "manual-wix3/gaming_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html", - "manual-wix3/gaming_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html", - "manual-wix3/gaming_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html", - "manual-wix3/gaming_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html", - "manual-wix3/gaming_xsd_supporttask.htm" : "/documentation/manual/v3/xsd/gaming/supporttask.html", - "manual-wix3/general_toc.htm" : "/documentation/manual/v3/howtos/general/", - "manual-wix3/generate_guids.htm" : "/documentation/manual/v3/howtos/general/generate_guids.html", - "manual-wix3/get_a_log.htm" : "/documentation/manual/v3/howtos/general/get_a_log.html", - "manual-wix3/heat.htm" : "/documentation/manual/v3/overview/heat.html", - "manual-wix3/help.htm" : "/documentation/manual/v3/main/help.html", - "manual-wix3/help_development.htm" : "/documentation/manual/v3/wixdev/help_development.html", - "manual-wix3/iis_xsd_certificate.htm" : "/documentation/manual/v3/xsd/iis/certificate.html", - "manual-wix3/iis_xsd_certificateref.htm" : "/documentation/manual/v3/xsd/iis/certificateref.html", - "manual-wix3/iis_xsd_httpheader.htm" : "/documentation/manual/v3/xsd/iis/httpheader.html", - "manual-wix3/iis_xsd_index.htm" : "/documentation/manual/v3/xsd/iis/index.html", - "manual-wix3/iis_xsd_mimemap.htm" : "/documentation/manual/v3/xsd/iis/mimemap.html", - "manual-wix3/iis_xsd_recycletime.htm" : "/documentation/manual/v3/xsd/iis/recycletime.html", - "manual-wix3/iis_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/iis/simple_type_autogenguid.html", - "manual-wix3/iis_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_burncontainertype.html", - "manual-wix3/iis_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_burnexeprotocoltype.html", - "manual-wix3/iis_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/iis/simple_type_componentguid.html", - "manual-wix3/iis_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html", - "manual-wix3/iis_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html", - "manual-wix3/iis_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_diskidtype.html", - "manual-wix3/iis_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_exittype.html", - "manual-wix3/iis_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/iis/simple_type_guid.html", - "manual-wix3/iis_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_hextype.html", - "manual-wix3/iis_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_installuninstalltype.html", - "manual-wix3/iis_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/iis/simple_type_localizableinteger.html", - "manual-wix3/iis_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_longfilenametype.html", - "manual-wix3/iis_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/iis/", - "manual-wix3/iis_xsd_simple_type_percenttype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_percenttype.html", - "manual-wix3/iis_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/iis/simple_type_preprocessorvariables.html", - "manual-wix3/iis_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_registryroottype.html", - "manual-wix3/iis_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_sequencetype.html", - "manual-wix3/iis_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_shortfilenametype.html", - "manual-wix3/iis_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_versiontype.html", - "manual-wix3/iis_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_wildcardlongfilenametype.html", - "manual-wix3/iis_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_wildcardshortfilenametype.html", - "manual-wix3/iis_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html", - "manual-wix3/iis_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html", - "manual-wix3/iis_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html", - "manual-wix3/iis_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html", - "manual-wix3/iis_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html", - "manual-wix3/iis_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html", - "manual-wix3/iis_xsd_webaddress.htm" : "/documentation/manual/v3/xsd/iis/webaddress.html", - "manual-wix3/iis_xsd_webapplication.htm" : "/documentation/manual/v3/xsd/iis/webapplication.html", - "manual-wix3/iis_xsd_webapplicationextension.htm" : "/documentation/manual/v3/xsd/iis/webapplicationextension.html", - "manual-wix3/iis_xsd_webapppool.htm" : "/documentation/manual/v3/xsd/iis/webapppool.html", - "manual-wix3/iis_xsd_webdir.htm" : "/documentation/manual/v3/xsd/iis/webdir.html", - "manual-wix3/iis_xsd_webdirproperties.htm" : "/documentation/manual/v3/xsd/iis/webdirproperties.html", - "manual-wix3/iis_xsd_weberror.htm" : "/documentation/manual/v3/xsd/iis/weberror.html", - "manual-wix3/iis_xsd_webfilter.htm" : "/documentation/manual/v3/xsd/iis/webfilter.html", - "manual-wix3/iis_xsd_weblog.htm" : "/documentation/manual/v3/xsd/iis/weblog.html", - "manual-wix3/iis_xsd_webproperty.htm" : "/documentation/manual/v3/xsd/iis/webproperty.html", - "manual-wix3/iis_xsd_webserviceextension.htm" : "/documentation/manual/v3/xsd/iis/webserviceextension.html", - "manual-wix3/iis_xsd_website.htm" : "/documentation/manual/v3/xsd/iis/website.html", - "manual-wix3/iis_xsd_webvirtualdir.htm" : "/documentation/manual/v3/xsd/iis/webvirtualdir.html", - "manual-wix3/insignia.htm" : "/documentation/manual/v3/overview/insignia.html", - "manual-wix3/install_directx9.htm" : "/documentation/manual/v3/howtos/redistributables_and_install_checks/install_directx9.html", - "manual-wix3/install_dotnet.htm" : "/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html", - "manual-wix3/install_vcredist.htm" : "/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html", - "manual-wix3/isolatedapp_xsd_application.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_description.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_details.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_entrypoint.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_feed.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_icon.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_id.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_index.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_isolatedapp.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_manufacturer.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_name.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_package.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_previousfeed.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_simple_type_uuid.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_source.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_updaterate.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/isolatedapp_xsd_version.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/light.htm" : "/documentation/manual/v3/overview/light.html", - "manual-wix3/lit.htm" : "/documentation/manual/v3/overview/lit.html", - "manual-wix3/localized_extensions.htm" : "/documentation/manual/v3/wixdev/extensions/localized_extensions.html", - "manual-wix3/look_inside_msi.htm" : "/documentation/manual/v3/howtos/general/look_inside_msi.html", - "manual-wix3/lux.htm" : "/documentation/manual/v3/overview/lux.html", - "manual-wix3/lux_xsd_condition.htm" : "/documentation/manual/v3/xsd/lux/condition.html", - "manual-wix3/lux_xsd_expression.htm" : "/documentation/manual/v3/xsd/lux/expression.html", - "manual-wix3/lux_xsd_index.htm" : "/documentation/manual/v3/xsd/lux/index.html", - "manual-wix3/lux_xsd_mutation.htm" : "/documentation/manual/v3/xsd/lux/mutation.html", - "manual-wix3/lux_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/lux/simple_type_autogenguid.html", - "manual-wix3/lux_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_burncontainertype.html", - "manual-wix3/lux_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_burnexeprotocoltype.html", - "manual-wix3/lux_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/lux/simple_type_componentguid.html", - "manual-wix3/lux_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html", - "manual-wix3/lux_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html", - "manual-wix3/lux_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_diskidtype.html", - "manual-wix3/lux_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_exittype.html", - "manual-wix3/lux_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/lux/simple_type_guid.html", - "manual-wix3/lux_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_hextype.html", - "manual-wix3/lux_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_installuninstalltype.html", - "manual-wix3/lux_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/lux/simple_type_localizableinteger.html", - "manual-wix3/lux_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_longfilenametype.html", - "manual-wix3/lux_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/lux/simple_type_preprocessorvariables.html", - "manual-wix3/lux_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_registryroottype.html", - "manual-wix3/lux_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_sequencetype.html", - "manual-wix3/lux_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_shortfilenametype.html", - "manual-wix3/lux_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_versiontype.html", - "manual-wix3/lux_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_wildcardlongfilenametype.html", - "manual-wix3/lux_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_wildcardshortfilenametype.html", - "manual-wix3/lux_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html", - "manual-wix3/lux_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html", - "manual-wix3/lux_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html", - "manual-wix3/lux_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html", - "manual-wix3/lux_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html", - "manual-wix3/lux_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html", - "manual-wix3/lux_xsd_unittest.htm" : "/documentation/manual/v3/xsd/lux/unittest.html", - "manual-wix3/lux_xsd_unittestref.htm" : "/documentation/manual/v3/xsd/lux/unittestref.html", - "manual-wix3/main.htm" : "/documentation/manual/v3/", - "manual-wix3/major_upgrade.htm" : "/documentation/manual/v3/howtos/updates/major_upgrade.html", - "manual-wix3/make_installer_localizable.htm" : "/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html", - "manual-wix3/merging_msm_into_msi.htm" : "/documentation/manual/v3/howtos/", - "manual-wix3/msbuild.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/msbuild_target_reference_harvestdirectory.htm" : "/documentation/manual/v3/msbuild/target_reference/harvestdirectory.html", - "manual-wix3/msbuild_target_reference_harvestfile.htm" : "/documentation/manual/v3/msbuild/target_reference/harvestfile.html", - "manual-wix3/msbuild_target_reference_harvestprojects.htm" : "/documentation/manual/v3/msbuild/target_reference/harvestprojects.html", - "manual-wix3/msbuild_target_reference_toc.htm" : "/documentation/manual/v3/msbuild/target_reference/", - "manual-wix3/msbuild_task_reference_candle.htm" : "/documentation/manual/v3/msbuild/task_reference/candle.html", - "manual-wix3/msbuild_task_reference_heatdirectory.htm" : "/documentation/manual/v3/msbuild/task_reference/heatdirectory.html", - "manual-wix3/msbuild_task_reference_heatfile.htm" : "/documentation/manual/v3/msbuild/task_reference/heatfile.html", - "manual-wix3/msbuild_task_reference_heatproject.htm" : "/documentation/manual/v3/msbuild/task_reference/heatproject.html", - "manual-wix3/msbuild_task_reference_light.htm" : "/documentation/manual/v3/msbuild/task_reference/light.html", - "manual-wix3/msbuild_task_reference_lit.htm" : "/documentation/manual/v3/msbuild/task_reference/lit.html", - "manual-wix3/msbuild_task_reference_toc.htm" : "/documentation/manual/v3/msbuild/task_reference/", - "manual-wix3/msitowix.htm" : "/documentation/manual/v3/overview/msitowix.html", - "manual-wix3/msi_useful_links.htm" : "/documentation/manual/v3/overview/msi_useful_links.html", - "manual-wix3/msmq_xsd_index.htm" : "/documentation/manual/v3/xsd/msmq/index.html", - "manual-wix3/msmq_xsd_messagequeue.htm" : "/documentation/manual/v3/xsd/msmq/messagequeue.html", - "manual-wix3/msmq_xsd_messagequeuepermission.htm" : "/documentation/manual/v3/xsd/msmq/messagequeuepermission.html", - "manual-wix3/msmq_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_autogenguid.html", - "manual-wix3/msmq_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_burncontainertype.html", - "manual-wix3/msmq_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_burnexeprotocoltype.html", - "manual-wix3/msmq_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_componentguid.html", - "manual-wix3/msmq_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html", - "manual-wix3/msmq_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html", - "manual-wix3/msmq_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_diskidtype.html", - "manual-wix3/msmq_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_exittype.html", - "manual-wix3/msmq_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_guid.html", - "manual-wix3/msmq_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_hextype.html", - "manual-wix3/msmq_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_installuninstalltype.html", - "manual-wix3/msmq_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_localizableinteger.html", - "manual-wix3/msmq_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_longfilenametype.html", - "manual-wix3/msmq_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/msmq/", - "manual-wix3/msmq_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_preprocessorvariables.html", - "manual-wix3/msmq_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_registryroottype.html", - "manual-wix3/msmq_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_sequencetype.html", - "manual-wix3/msmq_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_shortfilenametype.html", - "manual-wix3/msmq_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_versiontype.html", - "manual-wix3/msmq_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_wildcardlongfilenametype.html", - "manual-wix3/msmq_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_wildcardshortfilenametype.html", - "manual-wix3/msmq_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html", - "manual-wix3/msmq_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html", - "manual-wix3/msmq_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html", - "manual-wix3/msmq_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html", - "manual-wix3/msmq_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html", - "manual-wix3/msmq_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html", - "manual-wix3/nant.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/nant_configuration.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/nant_conventions.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/nant_task_reference_candle.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/nant_task_reference_light.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/nant_task_reference_lit.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/nant_task_reference_toc.htm" : "/documentation/manual/v3/msbuild/", - "manual-wix3/netfx_xsd_index.htm" : "/documentation/manual/v3/xsd/netfx/index.html", - "manual-wix3/netfx_xsd_nativeimage.htm" : "/documentation/manual/v3/xsd/netfx/nativeimage.html", - "manual-wix3/netfx_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html", - "manual-wix3/ngen_managed_assemblies.htm" : "/documentation/manual/v3/howtos/files_and_registry/ngen_managed_assemblies.html", - "manual-wix3/officeaddin_xsd_application.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_description.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_details.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_entrypoint.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_extendsapplication.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_feed.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_icon.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_id.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_index.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_manufacturer.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_name.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_officeaddin.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_package.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_previousfeed.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_simple_type_supportedofficeapplications.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_simple_type_uuid.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_source.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_updaterate.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/officeaddin_xsd_version.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/optimizing_builds.htm" : "/documentation/manual/v3/howtos/general/optimizing_builds.html", - "manual-wix3/osinfo.htm" : "/documentation/manual/v3/customactions/osinfo.html", - "manual-wix3/overview.htm" : "/documentation/manual/v3/overview/", - "manual-wix3/parentdirectorysearch.htm" : "/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html", - "manual-wix3/patching.htm" : "/documentation/manual/v3/patching/", - "manual-wix3/patch_building.htm" : "/documentation/manual/v3/patching/patch_building.html", - "manual-wix3/patch_restrictions.htm" : "/documentation/manual/v3/patching/patch_restrictions.html", - "manual-wix3/perfmon.htm" : "/documentation/manual/v3/customactions/perfmon.html", - "manual-wix3/preprocessor.htm" : "/documentation/manual/v3/overview/preprocessor.html", - "manual-wix3/ps_xsd_formatsfile.htm" : "/documentation/manual/v3/xsd/ps/formatsfile.html", - "manual-wix3/ps_xsd_index.htm" : "/documentation/manual/v3/xsd/ps/index.html", - "manual-wix3/ps_xsd_requiredversion.htm" : "/documentation/manual/v3/xsd/ps/requiredversion.html", - "manual-wix3/ps_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/ps/simple_type_autogenguid.html", - "manual-wix3/ps_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_burncontainertype.html", - "manual-wix3/ps_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_burnexeprotocoltype.html", - "manual-wix3/ps_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/ps/simple_type_componentguid.html", - "manual-wix3/ps_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html", - "manual-wix3/ps_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html", - "manual-wix3/ps_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_diskidtype.html", - "manual-wix3/ps_xsd_simple_type_embeddedresource.htm" : "/documentation/manual/v3/xsd/ps/simple_type_embeddedresource.html", - "manual-wix3/ps_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_exittype.html", - "manual-wix3/ps_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/ps/simple_type_guid.html", - "manual-wix3/ps_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_hextype.html", - "manual-wix3/ps_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_installuninstalltype.html", - "manual-wix3/ps_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/ps/simple_type_localizableinteger.html", - "manual-wix3/ps_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_longfilenametype.html", - "manual-wix3/ps_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/ps/", - "manual-wix3/ps_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/ps/simple_type_preprocessorvariables.html", - "manual-wix3/ps_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_registryroottype.html", - "manual-wix3/ps_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_sequencetype.html", - "manual-wix3/ps_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_shortfilenametype.html", - "manual-wix3/ps_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_versiontype.html", - "manual-wix3/ps_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_wildcardlongfilenametype.html", - "manual-wix3/ps_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_wildcardshortfilenametype.html", - "manual-wix3/ps_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html", - "manual-wix3/ps_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html", - "manual-wix3/ps_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html", - "manual-wix3/ps_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html", - "manual-wix3/ps_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html", - "manual-wix3/ps_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html", - "manual-wix3/ps_xsd_snapin.htm" : "/documentation/manual/v3/xsd/ps/snapin.html", - "manual-wix3/ps_xsd_typesfile.htm" : "/documentation/manual/v3/xsd/ps/typesfile.html", - "manual-wix3/qtexec.htm" : "/documentation/manual/v3/customactions/qtexec.html", - "manual-wix3/read_a_registry_entry.htm" : "/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html", - "manual-wix3/redistributables_and_install_checks_toc.htm" : "/documentation/manual/v3/howtos/redistributables_and_install_checks/", - "manual-wix3/resources.htm" : "/documentation/manual/v3/", - "manual-wix3/run_program_after_install.htm" : "/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html", - "manual-wix3/schema_index.htm" : "/documentation/manual/v3/xsd/", - "manual-wix3/shellexec.htm" : "/documentation/manual/v3/customactions/shellexec.html", - "manual-wix3/specifying_cultures_to_build.htm" : "/documentation/manual/v3/howtos/ui_and_localization/specifying_cultures_to_build.html", - "manual-wix3/specifying_source_files.htm" : "/documentation/manual/v3/howtos/general/specifying_source_files.html", - "manual-wix3/sql_xsd_index.htm" : "/documentation/manual/v3/xsd/sql/index.html", - "manual-wix3/sql_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/sql/simple_type_autogenguid.html", - "manual-wix3/sql_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_burncontainertype.html", - "manual-wix3/sql_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_burnexeprotocoltype.html", - "manual-wix3/sql_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/sql/simple_type_componentguid.html", - "manual-wix3/sql_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html", - "manual-wix3/sql_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html", - "manual-wix3/sql_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_diskidtype.html", - "manual-wix3/sql_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_exittype.html", - "manual-wix3/sql_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/sql/simple_type_guid.html", - "manual-wix3/sql_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_hextype.html", - "manual-wix3/sql_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_installuninstalltype.html", - "manual-wix3/sql_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/sql/simple_type_localizableinteger.html", - "manual-wix3/sql_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_longfilenametype.html", - "manual-wix3/sql_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/sql/", - "manual-wix3/sql_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/sql/simple_type_preprocessorvariables.html", - "manual-wix3/sql_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_registryroottype.html", - "manual-wix3/sql_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_sequencetype.html", - "manual-wix3/sql_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_shortfilenametype.html", - "manual-wix3/sql_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_versiontype.html", - "manual-wix3/sql_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_wildcardlongfilenametype.html", - "manual-wix3/sql_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_wildcardshortfilenametype.html", - "manual-wix3/sql_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html", - "manual-wix3/sql_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html", - "manual-wix3/sql_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html", - "manual-wix3/sql_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html", - "manual-wix3/sql_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html", - "manual-wix3/sql_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html", - "manual-wix3/sql_xsd_sqldatabase.htm" : "/documentation/manual/v3/xsd/sql/sqldatabase.html", - "manual-wix3/sql_xsd_sqlfilespec.htm" : "/documentation/manual/v3/xsd/sql/sqlfilespec.html", - "manual-wix3/sql_xsd_sqllogfilespec.htm" : "/documentation/manual/v3/xsd/sql/sqllogfilespec.html", - "manual-wix3/sql_xsd_sqlscript.htm" : "/documentation/manual/v3/xsd/sql/sqlscript.html", - "manual-wix3/sql_xsd_sqlstring.htm" : "/documentation/manual/v3/xsd/sql/sqlstring.html", - "manual-wix3/standard_customactions.htm" : "/documentation/manual/v3/customactions/", - "manual-wix3/tag_xsd_index.htm" : "/documentation/manual/v3/xsd/tag/index.html", - "manual-wix3/tag_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/tag/simple_type_autogenguid.html", - "manual-wix3/tag_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_burncontainertype.html", - "manual-wix3/tag_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_burnexeprotocoltype.html", - "manual-wix3/tag_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/tag/simple_type_componentguid.html", - "manual-wix3/tag_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html", - "manual-wix3/tag_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html", - "manual-wix3/tag_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_diskidtype.html", - "manual-wix3/tag_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_exittype.html", - "manual-wix3/tag_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/tag/simple_type_guid.html", - "manual-wix3/tag_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_hextype.html", - "manual-wix3/tag_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_installuninstalltype.html", - "manual-wix3/tag_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/tag/simple_type_localizableinteger.html", - "manual-wix3/tag_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_longfilenametype.html", - "manual-wix3/tag_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/tag/simple_type_preprocessorvariables.html", - "manual-wix3/tag_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_registryroottype.html", - "manual-wix3/tag_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_sequencetype.html", - "manual-wix3/tag_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_shortfilenametype.html", - "manual-wix3/tag_xsd_simple_type_tagtype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_tagtype.html", - "manual-wix3/tag_xsd_simple_type_tagtypetypeunion.htm" : "/documentation/manual/v3/xsd/tag/simple_type_tagtype.html", - "manual-wix3/tag_xsd_simple_type_tagtypeunion.htm" : "/documentation/manual/v3/xsd/tag/simple_type_tagtype.html", - "manual-wix3/tag_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_versiontype.html", - "manual-wix3/tag_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_wildcardlongfilenametype.html", - "manual-wix3/tag_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_wildcardshortfilenametype.html", - "manual-wix3/tag_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html", - "manual-wix3/tag_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html", - "manual-wix3/tag_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html", - "manual-wix3/tag_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html", - "manual-wix3/tag_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html", - "manual-wix3/tag_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html", - "manual-wix3/tag_xsd_tag.htm" : "/documentation/manual/v3/xsd/tag/tag.html", - "manual-wix3/tag_xsd_tagref.htm" : "/documentation/manual/v3/xsd/tag/tagref.html", - "manual-wix3/tests_runningtests.htm" : "/documentation/manual/v3/wixdev/tests/tests_runningtests.html", - "manual-wix3/tests_testingwix.htm" : "/documentation/manual/v3/wixdev/tests/", - "manual-wix3/tests_writingtests.htm" : "/documentation/manual/v3/wixdev/tests/tests_writingtests.html", - "manual-wix3/thmutil_xsd_billboard.htm" : "/documentation/manual/v3/xsd/thmutil/billboard.html", - "manual-wix3/thmutil_xsd_button.htm" : "/documentation/manual/v3/xsd/thmutil/button.html", - "manual-wix3/thmutil_xsd_checkbox.htm" : "/documentation/manual/v3/xsd/thmutil/checkbox.html", - "manual-wix3/thmutil_xsd_column.htm" : "/documentation/manual/v3/xsd/thmutil/column.html", - "manual-wix3/thmutil_xsd_editbox.htm" : "/documentation/manual/v3/xsd/thmutil/editbox.html", - "manual-wix3/thmutil_xsd_font.htm" : "/documentation/manual/v3/xsd/thmutil/font.html", - "manual-wix3/thmutil_xsd_hyperlink.htm" : "/documentation/manual/v3/xsd/thmutil/hyperlink.html", - "manual-wix3/thmutil_xsd_hypertext.htm" : "/documentation/manual/v3/xsd/thmutil/hypertext.html", - "manual-wix3/thmutil_xsd_image.htm" : "/documentation/manual/v3/xsd/thmutil/image.html", - "manual-wix3/thmutil_xsd_imagelist.htm" : "/documentation/manual/v3/xsd/thmutil/imagelist.html", - "manual-wix3/thmutil_xsd_index.htm" : "/documentation/manual/v3/xsd/thmutil/index.html", - "manual-wix3/thmutil_xsd_listview.htm" : "/documentation/manual/v3/xsd/thmutil/listview.html", - "manual-wix3/thmutil_xsd_page.htm" : "/documentation/manual/v3/xsd/thmutil/page.html", - "manual-wix3/thmutil_xsd_progressbar.htm" : "/documentation/manual/v3/xsd/thmutil/progressbar.html", - "manual-wix3/thmutil_xsd_richedit.htm" : "/documentation/manual/v3/xsd/thmutil/richedit.html", - "manual-wix3/thmutil_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/thmutil/simple_type_yesnotype.html", - "manual-wix3/thmutil_xsd_static.htm" : "/documentation/manual/v3/xsd/thmutil/static.html", - "manual-wix3/thmutil_xsd_tab.htm" : "/documentation/manual/v3/xsd/thmutil/tab.html", - "manual-wix3/thmutil_xsd_text.htm" : "/documentation/manual/v3/xsd/thmutil/text.html", - "manual-wix3/thmutil_xsd_theme.htm" : "/documentation/manual/v3/xsd/thmutil/theme.html", - "manual-wix3/thmutil_xsd_treeview.htm" : "/documentation/manual/v3/xsd/thmutil/treeview.html", - "manual-wix3/thmutil_xsd_window.htm" : "/documentation/manual/v3/xsd/thmutil/window.html", - "manual-wix3/toc.htm" : "/documentation/manual/v3/", - "manual-wix3/tools.htm" : "/documentation/manual/v3/overview/tools.html", - "manual-wix3/ui_and_localization_toc.htm" : "/documentation/manual/v3/howtos/ui_and_localization/", - "manual-wix3/updates_toc.htm" : "/documentation/manual/v3/howtos/updates/", - "manual-wix3/using_custom_actions.htm" : "/documentation/manual/v3/customactions/using_custom_actions.html", - "manual-wix3/using_standard_customactions.htm" : "/documentation/manual/v3/customactions/using_standard_customactions.html", - "manual-wix3/util_xsd_closeapplication.htm" : "/documentation/manual/v3/xsd/util/closeapplication.html", - "manual-wix3/util_xsd_componentsearch.htm" : "/documentation/manual/v3/xsd/util/componentsearch.html", - "manual-wix3/util_xsd_componentsearchref.htm" : "/documentation/manual/v3/xsd/util/componentsearchref.html", - "manual-wix3/util_xsd_directorysearch.htm" : "/documentation/manual/v3/xsd/util/directorysearch.html", - "manual-wix3/util_xsd_directorysearchref.htm" : "/documentation/manual/v3/xsd/util/directorysearchref.html", - "manual-wix3/util_xsd_eventmanifest.htm" : "/documentation/manual/v3/xsd/util/eventmanifest.html", - "manual-wix3/util_xsd_eventsource.htm" : "/documentation/manual/v3/xsd/util/eventsource.html", - "manual-wix3/util_xsd_filesearch.htm" : "/documentation/manual/v3/xsd/util/filesearch.html", - "manual-wix3/util_xsd_filesearchref.htm" : "/documentation/manual/v3/xsd/util/filesearchref.html", - "manual-wix3/util_xsd_fileshare.htm" : "/documentation/manual/v3/xsd/util/fileshare.html", - "manual-wix3/util_xsd_filesharepermission.htm" : "/documentation/manual/v3/xsd/util/filesharepermission.html", - "manual-wix3/util_xsd_group.htm" : "/documentation/manual/v3/xsd/util/group.html", - "manual-wix3/util_xsd_groupref.htm" : "/documentation/manual/v3/xsd/util/groupref.html", - "manual-wix3/util_xsd_index.htm" : "/documentation/manual/v3/xsd/util/index.html", - "manual-wix3/util_xsd_internetshortcut.htm" : "/documentation/manual/v3/xsd/util/internetshortcut.html", - "manual-wix3/util_xsd_perfcounter.htm" : "/documentation/manual/v3/xsd/util/perfcounter.html", - "manual-wix3/util_xsd_perfcountermanifest.htm" : "/documentation/manual/v3/xsd/util/perfcountermanifest.html", - "manual-wix3/util_xsd_performancecategory.htm" : "/documentation/manual/v3/xsd/util/performancecategory.html", - "manual-wix3/util_xsd_performancecounter.htm" : "/documentation/manual/v3/xsd/util/performancecounter.html", - "manual-wix3/util_xsd_permissionex.htm" : "/documentation/manual/v3/xsd/util/permissionex.html", - "manual-wix3/util_xsd_productsearch.htm" : "/documentation/manual/v3/xsd/util/productsearch.html", - "manual-wix3/util_xsd_productsearchref.htm" : "/documentation/manual/v3/xsd/util/productsearchref.html", - "manual-wix3/util_xsd_registrysearch.htm" : "/documentation/manual/v3/xsd/util/registrysearch.html", - "manual-wix3/util_xsd_registrysearchref.htm" : "/documentation/manual/v3/xsd/util/registrysearchref.html", - "manual-wix3/util_xsd_removefolderex.htm" : "/documentation/manual/v3/xsd/util/removefolderex.html", - "manual-wix3/util_xsd_restartresource.htm" : "/documentation/manual/v3/xsd/util/restartresource.html", - "manual-wix3/util_xsd_serviceconfig.htm" : "/documentation/manual/v3/xsd/util/serviceconfig.html", - "manual-wix3/util_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/util/simple_type_autogenguid.html", - "manual-wix3/util_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/util/simple_type_burncontainertype.html", - "manual-wix3/util_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/util/simple_type_burnexeprotocoltype.html", - "manual-wix3/util_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/util/simple_type_componentguid.html", - "manual-wix3/util_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html", - "manual-wix3/util_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html", - "manual-wix3/util_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/util/simple_type_diskidtype.html", - "manual-wix3/util_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/util/simple_type_exittype.html", - "manual-wix3/util_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/util/simple_type_guid.html", - "manual-wix3/util_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/util/simple_type_hextype.html", - "manual-wix3/util_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/util/simple_type_installuninstalltype.html", - "manual-wix3/util_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/util/simple_type_localizableinteger.html", - "manual-wix3/util_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/util/simple_type_longfilenametype.html", - "manual-wix3/util_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/util/", - "manual-wix3/util_xsd_simple_type_performancecounterlanguagetype.htm" : "/documentation/manual/v3/xsd/util/simple_type_performancecounterlanguagetype.html", - "manual-wix3/util_xsd_simple_type_performancecountertypestype.htm" : "/documentation/manual/v3/xsd/util/simple_type_performancecountertypestype.html", - "manual-wix3/util_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/util/simple_type_preprocessorvariables.html", - "manual-wix3/util_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/util/simple_type_registryroottype.html", - "manual-wix3/util_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/util/simple_type_sequencetype.html", - "manual-wix3/util_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/util/simple_type_shortfilenametype.html", - "manual-wix3/util_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/util/simple_type_versiontype.html", - "manual-wix3/util_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/util/simple_type_wildcardlongfilenametype.html", - "manual-wix3/util_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/util/simple_type_wildcardshortfilenametype.html", - "manual-wix3/util_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html", - "manual-wix3/util_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html", - "manual-wix3/util_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html", - "manual-wix3/util_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html", - "manual-wix3/util_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/util/simple_type_yesnotype.html", - "manual-wix3/util_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/util/simple_type_yesnotype.html", - "manual-wix3/util_xsd_user.htm" : "/documentation/manual/v3/xsd/util/user.html", - "manual-wix3/util_xsd_xmlconfig.htm" : "/documentation/manual/v3/xsd/util/xmlconfig.html", - "manual-wix3/util_xsd_xmlfile.htm" : "/documentation/manual/v3/xsd/util/xmlfile.html", - "manual-wix3/votive.htm" : "/documentation/manual/v3/votive/", - "manual-wix3/votive_development.htm" : "/documentation/manual/v3/wixdev/", - "manual-wix3/votive_item_templates.htm" : "/documentation/manual/v3/votive/votive_item_templates.html", - "manual-wix3/votive_project_references.htm" : "/documentation/manual/v3/votive/votive_project_references.html", - "manual-wix3/votive_project_templates.htm" : "/documentation/manual/v3/votive/votive_project_templates.html", - "manual-wix3/votive_project_template_default.htm" : "/documentation/manual/v3/votive/votive_project_template_default.html", - "manual-wix3/votive_property_pages.htm" : "/documentation/manual/v3/votive/votive_property_pages.html", - "manual-wix3/votive_wix_references.htm" : "/documentation/manual/v3/votive/", - "manual-wix3/vs_xsd_helpcollection.htm" : "/documentation/manual/v3/xsd/vs/helpcollection.html", - "manual-wix3/vs_xsd_helpcollectionref.htm" : "/documentation/manual/v3/xsd/vs/helpcollectionref.html", - "manual-wix3/vs_xsd_helpfile.htm" : "/documentation/manual/v3/xsd/vs/helpfile.html", - "manual-wix3/vs_xsd_helpfileref.htm" : "/documentation/manual/v3/xsd/vs/helpfileref.html", - "manual-wix3/vs_xsd_helpfilter.htm" : "/documentation/manual/v3/xsd/vs/helpfilter.html", - "manual-wix3/vs_xsd_helpfilterref.htm" : "/documentation/manual/v3/xsd/vs/helpfilterref.html", - "manual-wix3/vs_xsd_index.htm" : "/documentation/manual/v3/xsd/vs/index.html", - "manual-wix3/vs_xsd_plugcollectioninto.htm" : "/documentation/manual/v3/xsd/vs/plugcollectioninto.html", - "manual-wix3/vs_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/vs/simple_type_versiontype.html", - "manual-wix3/vs_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/vs/simple_type_yesnotype.html", - "manual-wix3/vs_xsd_vsixpackage.htm" : "/documentation/manual/v3/xsd/vs/vsixpackage.html", - "manual-wix3/wixcop.htm" : "/documentation/manual/v3/overview/wixcop.html", - "manual-wix3/wixdev.htm" : "/documentation/manual/v3/wixdev/", - "manual-wix3/wixdev_getting_started.htm" : "/documentation/manual/v3/wixdev/wixdev_getting_started.html", - "manual-wix3/wixdirectxextension.htm" : "/documentation/manual/v3/customactions/wixdirectxextension.html", - "manual-wix3/wixexitearlywithsuccess.htm" : "/documentation/manual/v3/customactions/wixexitearlywithsuccess.html", - "manual-wix3/wixfailwhendeferred.htm" : "/documentation/manual/v3/customactions/wixfailwhendeferred.html", - "manual-wix3/wixgamingextension.htm" : "/documentation/manual/v3/customactions/wixgamingextension.html", - "manual-wix3/wixloc_xsd_control.htm" : "/documentation/manual/v3/xsd/wixloc/ui.html", - "manual-wix3/wixloc_xsd_index.htm" : "/documentation/manual/v3/xsd/wixloc/index.html", - "manual-wix3/wixloc_xsd_simple_type_localizationyesnotype.htm" : "/documentation/manual/v3/xsd/wixloc/simple_type_localizationyesnotype.html", - "manual-wix3/wixloc_xsd_string.htm" : "/documentation/manual/v3/xsd/wixloc/string.html", - "manual-wix3/wixloc_xsd_ui.htm" : "/documentation/manual/v3/xsd/wixloc/ui.html", - "manual-wix3/wixloc_xsd_wixlocalization.htm" : "/documentation/manual/v3/xsd/wixloc/wixlocalization.html", - "manual-wix3/wixnetfxextension.htm" : "/documentation/manual/v3/customactions/wixnetfxextension.html", - "manual-wix3/wixstdba_branding.htm" : "/documentation/manual/v3/bundle/wixstdba/wixstdba_branding.html", - "manual-wix3/wixstdba_foundation_customization.htm" : "/documentation/manual/v3/bundle/wixstdba/wixstdba_foundation_customization.html", - "manual-wix3/wixstdba_intro.htm" : "/documentation/manual/v3/bundle/wixstdba/", - "manual-wix3/wixstdba_license.htm" : "/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html", - "manual-wix3/WixUI_advanced.htm" : "/documentation/manual/v3/wixui/dialog_reference/WixUI_advanced.html", - "manual-wix3/WixUI_customizations.htm" : "/documentation/manual/v3/wixui/WixUI_customizations.html", - "manual-wix3/WixUI_dialogs.htm" : "/documentation/manual/v3/wixui/dialog_reference/WixUI_dialogs.html", - "manual-wix3/WixUI_dialog_library.htm" : "/documentation/manual/v3/wixui/WixUI_dialog_library.html", - "manual-wix3/WixUI_dialog_reference_toc.htm" : "/documentation/manual/v3/wixui/dialog_reference/index.html", - "manual-wix3/WixUI_featuretree.htm" : "/documentation/manual/v3/wixui/dialog_reference/WixUI_featuretree.html", - "manual-wix3/WixUI_index.htm" : "/documentation/manual/v3/wixui/index.html", - "manual-wix3/WixUI_installdir.htm" : "/documentation/manual/v3/wixui/dialog_reference/WixUI_installdir.html", - "manual-wix3/WixUI_localization.htm" : "/documentation/manual/v3/wixui/WixUI_localization.html", - "manual-wix3/WixUI_minimal.htm" : "/documentation/manual/v3/wixui/dialog_reference/WixUI_minimal.html", - "manual-wix3/WixUI_mondo.htm" : "/documentation/manual/v3/wixui/dialog_reference/WixUI_mondo.html", - "manual-wix3/wixvsextension.htm" : "/documentation/manual/v3/customactions/wixvsextension.html", - "manual-wix3/wixwaitforevent.htm" : "/documentation/manual/v3/customactions/wixwaitforevent.html", - "manual-wix3/wix_index.htm" : "/documentation/manual/v3/", - "manual-wix3/wix_learning.htm" : "/documentation/manual/v3/main/wix_learning.html", - "manual-wix3/wix_patching.htm" : "/documentation/manual/v3/patching/wix_patching.html", - "manual-wix3/wix_with_team_build.htm" : "/documentation/manual/v3/msbuild/wix_with_team_build.html", - "manual-wix3/wix_xsd_adminexecutesequence.htm" : "/documentation/manual/v3/xsd/wix/adminexecutesequence.html", - "manual-wix3/wix_xsd_adminuisequence.htm" : "/documentation/manual/v3/xsd/wix/adminuisequence.html", - "manual-wix3/wix_xsd_advertiseexecutesequence.htm" : "/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html", - "manual-wix3/wix_xsd_allocateregistryspace.htm" : "/documentation/manual/v3/xsd/wix/allocateregistryspace.html", - "manual-wix3/wix_xsd_appdata.htm" : "/documentation/manual/v3/xsd/wix/appdata.html", - "manual-wix3/wix_xsd_appid.htm" : "/documentation/manual/v3/xsd/wix/appid.html", - "manual-wix3/wix_xsd_appsearch.htm" : "/documentation/manual/v3/xsd/wix/appsearch.html", - "manual-wix3/wix_xsd_assemblyname.htm" : "/documentation/manual/v3/xsd/wix/assemblyname.html", - "manual-wix3/wix_xsd_billboard.htm" : "/documentation/manual/v3/xsd/wix/billboard.html", - "manual-wix3/wix_xsd_billboardaction.htm" : "/documentation/manual/v3/xsd/wix/billboardaction.html", - "manual-wix3/wix_xsd_binary.htm" : "/documentation/manual/v3/xsd/wix/binary.html", - "manual-wix3/wix_xsd_binaryref.htm" : "/documentation/manual/v3/xsd/wix/binaryref.html", - "manual-wix3/wix_xsd_bindimage.htm" : "/documentation/manual/v3/xsd/wix/bindimage.html", - "manual-wix3/wix_xsd_bootstrapperapplication.htm" : "/documentation/manual/v3/xsd/wix/bootstrapperapplication.html", - "manual-wix3/wix_xsd_bootstrapperapplicationref.htm" : "/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html", - "manual-wix3/wix_xsd_bundle.htm" : "/documentation/manual/v3/xsd/wix/bundle.html", - "manual-wix3/wix_xsd_catalog.htm" : "/documentation/manual/v3/xsd/wix/catalog.html", - "manual-wix3/wix_xsd_category.htm" : "/documentation/manual/v3/xsd/wix/category.html", - "manual-wix3/wix_xsd_ccpsearch.htm" : "/documentation/manual/v3/xsd/wix/ccpsearch.html", - "manual-wix3/wix_xsd_chain.htm" : "/documentation/manual/v3/xsd/wix/chain.html", - "manual-wix3/wix_xsd_class.htm" : "/documentation/manual/v3/xsd/wix/class.html", - "manual-wix3/wix_xsd_column.htm" : "/documentation/manual/v3/xsd/wix/column.html", - "manual-wix3/wix_xsd_combobox.htm" : "/documentation/manual/v3/xsd/wix/combobox.html", - "manual-wix3/wix_xsd_compliancecheck.htm" : "/documentation/manual/v3/xsd/wix/compliancecheck.html", - "manual-wix3/wix_xsd_compliancedrive.htm" : "/documentation/manual/v3/xsd/wix/compliancedrive.html", - "manual-wix3/wix_xsd_component.htm" : "/documentation/manual/v3/xsd/wix/component.html", - "manual-wix3/wix_xsd_componentgroup.htm" : "/documentation/manual/v3/xsd/wix/componentgroup.html", - "manual-wix3/wix_xsd_componentgroupref.htm" : "/documentation/manual/v3/xsd/wix/componentgroupref.html", - "manual-wix3/wix_xsd_componentref.htm" : "/documentation/manual/v3/xsd/wix/componentref.html", - "manual-wix3/wix_xsd_componentsearch.htm" : "/documentation/manual/v3/xsd/wix/componentsearch.html", - "manual-wix3/wix_xsd_condition.htm" : "/documentation/manual/v3/xsd/wix/condition.html", - "manual-wix3/wix_xsd_configuration.htm" : "/documentation/manual/v3/xsd/wix/configuration.html", - "manual-wix3/wix_xsd_configurationdata.htm" : "/documentation/manual/v3/xsd/wix/configurationdata.html", - "manual-wix3/wix_xsd_container.htm" : "/documentation/manual/v3/xsd/wix/container.html", - "manual-wix3/wix_xsd_containerref.htm" : "/documentation/manual/v3/xsd/wix/containerref.html", - "manual-wix3/wix_xsd_control.htm" : "/documentation/manual/v3/xsd/wix/control.html", - "manual-wix3/wix_xsd_copyfile.htm" : "/documentation/manual/v3/xsd/wix/copyfile.html", - "manual-wix3/wix_xsd_costfinalize.htm" : "/documentation/manual/v3/xsd/wix/costfinalize.html", - "manual-wix3/wix_xsd_costinitialize.htm" : "/documentation/manual/v3/xsd/wix/costinitialize.html", - "manual-wix3/wix_xsd_createfolder.htm" : "/documentation/manual/v3/xsd/wix/createfolder.html", - "manual-wix3/wix_xsd_createfolders.htm" : "/documentation/manual/v3/xsd/wix/createfolders.html", - "manual-wix3/wix_xsd_createshortcuts.htm" : "/documentation/manual/v3/xsd/wix/createshortcuts.html", - "manual-wix3/wix_xsd_custom.htm" : "/documentation/manual/v3/xsd/wix/custom.html", - "manual-wix3/wix_xsd_customaction.htm" : "/documentation/manual/v3/xsd/wix/customaction.html", - "manual-wix3/wix_xsd_customactionref.htm" : "/documentation/manual/v3/xsd/wix/customactionref.html", - "manual-wix3/wix_xsd_customproperty.htm" : "/documentation/manual/v3/xsd/wix/customproperty.html", - "manual-wix3/wix_xsd_customtable.htm" : "/documentation/manual/v3/xsd/wix/customtable.html", - "manual-wix3/wix_xsd_data.htm" : "/documentation/manual/v3/xsd/wix/data.html", - "manual-wix3/wix_xsd_deleteservices.htm" : "/documentation/manual/v3/xsd/wix/deleteservices.html", - "manual-wix3/wix_xsd_dependency.htm" : "/documentation/manual/v3/xsd/wix/dependency.html", - "manual-wix3/wix_xsd_dialog.htm" : "/documentation/manual/v3/xsd/wix/dialog.html", - "manual-wix3/wix_xsd_dialogref.htm" : "/documentation/manual/v3/xsd/wix/dialogref.html", - "manual-wix3/wix_xsd_digitalcertificate.htm" : "/documentation/manual/v3/xsd/wix/digitalcertificate.html", - "manual-wix3/wix_xsd_digitalcertificateref.htm" : "/documentation/manual/v3/xsd/wix/digitalcertificateref.html", - "manual-wix3/wix_xsd_digitalsignature.htm" : "/documentation/manual/v3/xsd/wix/digitalsignature.html", - "manual-wix3/wix_xsd_directory.htm" : "/documentation/manual/v3/xsd/wix/directory.html", - "manual-wix3/wix_xsd_directoryref.htm" : "/documentation/manual/v3/xsd/wix/directoryref.html", - "manual-wix3/wix_xsd_directorysearch.htm" : "/documentation/manual/v3/xsd/wix/directorysearch.html", - "manual-wix3/wix_xsd_directorysearchref.htm" : "/documentation/manual/v3/xsd/wix/directorysearchref.html", - "manual-wix3/wix_xsd_disablerollback.htm" : "/documentation/manual/v3/xsd/wix/disablerollback.html", - "manual-wix3/wix_xsd_duplicatefiles.htm" : "/documentation/manual/v3/xsd/wix/duplicatefiles.html", - "manual-wix3/wix_xsd_embeddedchainer.htm" : "/documentation/manual/v3/xsd/wix/embeddedchainer.html", - "manual-wix3/wix_xsd_embeddedchainerref.htm" : "/documentation/manual/v3/xsd/wix/embeddedchainerref.html", - "manual-wix3/wix_xsd_embeddedui.htm" : "/documentation/manual/v3/xsd/wix/embeddedui.html", - "manual-wix3/wix_xsd_embeddeduiresource.htm" : "/documentation/manual/v3/xsd/wix/embeddeduiresource.html", - "manual-wix3/wix_xsd_ensuretable.htm" : "/documentation/manual/v3/xsd/wix/ensuretable.html", - "manual-wix3/wix_xsd_environment.htm" : "/documentation/manual/v3/xsd/wix/environment.html", - "manual-wix3/wix_xsd_error.htm" : "/documentation/manual/v3/xsd/wix/error.html", - "manual-wix3/wix_xsd_exclusion.htm" : "/documentation/manual/v3/xsd/wix/exclusion.html", - "manual-wix3/wix_xsd_executeaction.htm" : "/documentation/manual/v3/xsd/wix/executeaction.html", - "manual-wix3/wix_xsd_exepackage.htm" : "/documentation/manual/v3/xsd/wix/exepackage.html", - "manual-wix3/wix_xsd_exitcode.htm" : "/documentation/manual/v3/xsd/wix/exitcode.html", - "manual-wix3/wix_xsd_extension.htm" : "/documentation/manual/v3/xsd/wix/extension.html", - "manual-wix3/wix_xsd_externalfile.htm" : "/documentation/manual/v3/xsd/wix/externalfile.html", - "manual-wix3/wix_xsd_failure.htm" : "/documentation/manual/v3/xsd/wix/failure.html", - "manual-wix3/wix_xsd_family.htm" : "/documentation/manual/v3/xsd/wix/family.html", - "manual-wix3/wix_xsd_feature.htm" : "/documentation/manual/v3/xsd/wix/feature.html", - "manual-wix3/wix_xsd_featuregroup.htm" : "/documentation/manual/v3/xsd/wix/featuregroup.html", - "manual-wix3/wix_xsd_featuregroupref.htm" : "/documentation/manual/v3/xsd/wix/featuregroupref.html", - "manual-wix3/wix_xsd_featureref.htm" : "/documentation/manual/v3/xsd/wix/featureref.html", - "manual-wix3/wix_xsd_file.htm" : "/documentation/manual/v3/xsd/wix/file.html", - "manual-wix3/wix_xsd_filecost.htm" : "/documentation/manual/v3/xsd/wix/filecost.html", - "manual-wix3/wix_xsd_filesearch.htm" : "/documentation/manual/v3/xsd/wix/filesearch.html", - "manual-wix3/wix_xsd_filesearchref.htm" : "/documentation/manual/v3/xsd/wix/filesearchref.html", - "manual-wix3/wix_xsd_filetypemask.htm" : "/documentation/manual/v3/xsd/wix/filetypemask.html", - "manual-wix3/wix_xsd_findrelatedproducts.htm" : "/documentation/manual/v3/xsd/wix/findrelatedproducts.html", - "manual-wix3/wix_xsd_forcereboot.htm" : "/documentation/manual/v3/xsd/wix/forcereboot.html", - "manual-wix3/wix_xsd_fragment.htm" : "/documentation/manual/v3/xsd/wix/fragment.html", - "manual-wix3/wix_xsd_icon.htm" : "/documentation/manual/v3/xsd/wix/icon.html", - "manual-wix3/wix_xsd_iconref.htm" : "/documentation/manual/v3/xsd/wix/iconref.html", - "manual-wix3/wix_xsd_ignoremodularization.htm" : "/documentation/manual/v3/xsd/wix/ignoremodularization.html", - "manual-wix3/wix_xsd_ignorerange.htm" : "/documentation/manual/v3/xsd/wix/ignorerange.html", - "manual-wix3/wix_xsd_ignoretable.htm" : "/documentation/manual/v3/xsd/wix/ignoretable.html", - "manual-wix3/wix_xsd_include.htm" : "/documentation/manual/v3/xsd/wix/include.html", - "manual-wix3/wix_xsd_index.htm" : "/documentation/manual/v3/xsd/wix/index.html", - "manual-wix3/wix_xsd_inifile.htm" : "/documentation/manual/v3/xsd/wix/inifile.html", - "manual-wix3/wix_xsd_inifilesearch.htm" : "/documentation/manual/v3/xsd/wix/inifilesearch.html", - "manual-wix3/wix_xsd_installadminpackage.htm" : "/documentation/manual/v3/xsd/wix/installadminpackage.html", - "manual-wix3/wix_xsd_installexecute.htm" : "/documentation/manual/v3/xsd/wix/installexecute.html", - "manual-wix3/wix_xsd_installexecuteagain.htm" : "/documentation/manual/v3/xsd/wix/installexecuteagain.html", - "manual-wix3/wix_xsd_installexecutesequence.htm" : "/documentation/manual/v3/xsd/wix/installexecutesequence.html", - "manual-wix3/wix_xsd_installfiles.htm" : "/documentation/manual/v3/xsd/wix/installfiles.html", - "manual-wix3/wix_xsd_installfinalize.htm" : "/documentation/manual/v3/xsd/wix/installfinalize.html", - "manual-wix3/wix_xsd_installinitialize.htm" : "/documentation/manual/v3/xsd/wix/installinitialize.html", - "manual-wix3/wix_xsd_installodbc.htm" : "/documentation/manual/v3/xsd/wix/installodbc.html", - "manual-wix3/wix_xsd_installservices.htm" : "/documentation/manual/v3/xsd/wix/installservices.html", - "manual-wix3/wix_xsd_installuisequence.htm" : "/documentation/manual/v3/xsd/wix/installuisequence.html", - "manual-wix3/wix_xsd_installvalidate.htm" : "/documentation/manual/v3/xsd/wix/installvalidate.html", - "manual-wix3/wix_xsd_instance.htm" : "/documentation/manual/v3/xsd/wix/instance.html", - "manual-wix3/wix_xsd_instancetransforms.htm" : "/documentation/manual/v3/xsd/wix/instancetransforms.html", - "manual-wix3/wix_xsd_interface.htm" : "/documentation/manual/v3/xsd/wix/interface.html", - "manual-wix3/wix_xsd_isolatecomponent.htm" : "/documentation/manual/v3/xsd/wix/isolatecomponent.html", - "manual-wix3/wix_xsd_isolatecomponents.htm" : "/documentation/manual/v3/xsd/wix/isolatecomponents.html", - "manual-wix3/wix_xsd_launchconditions.htm" : "/documentation/manual/v3/xsd/wix/launchconditions.html", - "manual-wix3/wix_xsd_layoutdirectory.htm" : "/documentation/manual/v3/xsd/wix/", - "manual-wix3/wix_xsd_layoutdirectoryref.htm" : "/documentation/manual/v3/xsd/wix/", - "manual-wix3/wix_xsd_layoutfile.htm" : "/documentation/manual/v3/xsd/wix/", - "manual-wix3/wix_xsd_listbox.htm" : "/documentation/manual/v3/xsd/wix/listbox.html", - "manual-wix3/wix_xsd_listitem.htm" : "/documentation/manual/v3/xsd/wix/listitem.html", - "manual-wix3/wix_xsd_listview.htm" : "/documentation/manual/v3/xsd/wix/listview.html", - "manual-wix3/wix_xsd_log.htm" : "/documentation/manual/v3/xsd/wix/log.html", - "manual-wix3/wix_xsd_majorupgrade.htm" : "/documentation/manual/v3/xsd/wix/majorupgrade.html", - "manual-wix3/wix_xsd_media.htm" : "/documentation/manual/v3/xsd/wix/media.html", - "manual-wix3/wix_xsd_mediatemplate.htm" : "/documentation/manual/v3/xsd/wix/mediatemplate.html", - "manual-wix3/wix_xsd_merge.htm" : "/documentation/manual/v3/xsd/wix/merge.html", - "manual-wix3/wix_xsd_mergeref.htm" : "/documentation/manual/v3/xsd/wix/mergeref.html", - "manual-wix3/wix_xsd_migratefeaturestates.htm" : "/documentation/manual/v3/xsd/wix/migratefeaturestates.html", - "manual-wix3/wix_xsd_mime.htm" : "/documentation/manual/v3/xsd/wix/mime.html", - "manual-wix3/wix_xsd_module.htm" : "/documentation/manual/v3/xsd/wix/module.html", - "manual-wix3/wix_xsd_movefiles.htm" : "/documentation/manual/v3/xsd/wix/movefiles.html", - "manual-wix3/wix_xsd_msipackage.htm" : "/documentation/manual/v3/xsd/wix/msipackage.html", - "manual-wix3/wix_xsd_msiproperty.htm" : "/documentation/manual/v3/xsd/wix/msiproperty.html", - "manual-wix3/wix_xsd_msipublishassemblies.htm" : "/documentation/manual/v3/xsd/wix/msipublishassemblies.html", - "manual-wix3/wix_xsd_msiunpublishassemblies.htm" : "/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html", - "manual-wix3/wix_xsd_msppackage.htm" : "/documentation/manual/v3/xsd/wix/msppackage.html", - "manual-wix3/wix_xsd_msupackage.htm" : "/documentation/manual/v3/xsd/wix/msupackage.html", - "manual-wix3/wix_xsd_multistringvalue.htm" : "/documentation/manual/v3/xsd/wix/multistringvalue.html", - "manual-wix3/wix_xsd_odbcdatasource.htm" : "/documentation/manual/v3/xsd/wix/odbcdatasource.html", - "manual-wix3/wix_xsd_odbcdriver.htm" : "/documentation/manual/v3/xsd/wix/odbcdriver.html", - "manual-wix3/wix_xsd_odbctranslator.htm" : "/documentation/manual/v3/xsd/wix/odbctranslator.html", - "manual-wix3/wix_xsd_optimizecustomactions.htm" : "/documentation/manual/v3/xsd/wix/optimizecustomactions.html", - "manual-wix3/wix_xsd_optionalupdateregistration.htm" : "/documentation/manual/v3/xsd/wix/optionalupdateregistration.html", - "manual-wix3/wix_xsd_package.htm" : "/documentation/manual/v3/xsd/wix/package.html", - "manual-wix3/wix_xsd_packagecertificates.htm" : "/documentation/manual/v3/xsd/wix/packagecertificates.html", - "manual-wix3/wix_xsd_packagegroup.htm" : "/documentation/manual/v3/xsd/wix/packagegroup.html", - "manual-wix3/wix_xsd_packagegroupref.htm" : "/documentation/manual/v3/xsd/wix/packagegroupref.html", - "manual-wix3/wix_xsd_patch.htm" : "/documentation/manual/v3/xsd/wix/patch.html", - "manual-wix3/wix_xsd_patchbaseline.htm" : "/documentation/manual/v3/xsd/wix/patchbaseline.html", - "manual-wix3/wix_xsd_patchcertificates.htm" : "/documentation/manual/v3/xsd/wix/patchcertificates.html", - "manual-wix3/wix_xsd_patchcreation.htm" : "/documentation/manual/v3/xsd/wix/patchcreation.html", - "manual-wix3/wix_xsd_patchfamily.htm" : "/documentation/manual/v3/xsd/wix/patchfamily.html", - "manual-wix3/wix_xsd_patchfamilygroup.htm" : "/documentation/manual/v3/xsd/wix/patchfamilygroup.html", - "manual-wix3/wix_xsd_patchfamilygroupref.htm" : "/documentation/manual/v3/xsd/wix/patchfamilygroupref.html", - "manual-wix3/wix_xsd_patchfamilyref.htm" : "/documentation/manual/v3/xsd/wix/patchfamilyref.html", - "manual-wix3/wix_xsd_patchfiles.htm" : "/documentation/manual/v3/xsd/wix/patchfiles.html", - "manual-wix3/wix_xsd_patchinformation.htm" : "/documentation/manual/v3/xsd/wix/patchinformation.html", - "manual-wix3/wix_xsd_patchmetadata.htm" : "/documentation/manual/v3/xsd/wix/patchmetadata.html", - "manual-wix3/wix_xsd_patchproperty.htm" : "/documentation/manual/v3/xsd/wix/patchproperty.html", - "manual-wix3/wix_xsd_patchsequence.htm" : "/documentation/manual/v3/xsd/wix/patchsequence.html", - "manual-wix3/wix_xsd_payload.htm" : "/documentation/manual/v3/xsd/wix/payload.html", - "manual-wix3/wix_xsd_payloadgroup.htm" : "/documentation/manual/v3/xsd/wix/payloadgroup.html", - "manual-wix3/wix_xsd_payloadgroupref.htm" : "/documentation/manual/v3/xsd/wix/payloadgroupref.html", - "manual-wix3/wix_xsd_payloadref.htm" : "/documentation/manual/v3/xsd/wix/", - "manual-wix3/wix_xsd_permission.htm" : "/documentation/manual/v3/xsd/wix/permission.html", - "manual-wix3/wix_xsd_permissionex.htm" : "/documentation/manual/v3/xsd/wix/permissionex.html", - "manual-wix3/wix_xsd_processcomponents.htm" : "/documentation/manual/v3/xsd/wix/processcomponents.html", - "manual-wix3/wix_xsd_product.htm" : "/documentation/manual/v3/xsd/wix/product.html", - "manual-wix3/wix_xsd_productsearch.htm" : "/documentation/manual/v3/xsd/wix/productsearch.html", - "manual-wix3/wix_xsd_progid.htm" : "/documentation/manual/v3/xsd/wix/progid.html", - "manual-wix3/wix_xsd_progresstext.htm" : "/documentation/manual/v3/xsd/wix/progresstext.html", - "manual-wix3/wix_xsd_property.htm" : "/documentation/manual/v3/xsd/wix/property.html", - "manual-wix3/wix_xsd_propertyref.htm" : "/documentation/manual/v3/xsd/wix/propertyref.html", - "manual-wix3/wix_xsd_protectfile.htm" : "/documentation/manual/v3/xsd/wix/protectfile.html", - "manual-wix3/wix_xsd_protectrange.htm" : "/documentation/manual/v3/xsd/wix/protectrange.html", - "manual-wix3/wix_xsd_publish.htm" : "/documentation/manual/v3/xsd/wix/publish.html", - "manual-wix3/wix_xsd_publishcomponents.htm" : "/documentation/manual/v3/xsd/wix/publishcomponents.html", - "manual-wix3/wix_xsd_publishfeatures.htm" : "/documentation/manual/v3/xsd/wix/publishfeatures.html", - "manual-wix3/wix_xsd_publishproduct.htm" : "/documentation/manual/v3/xsd/wix/publishproduct.html", - "manual-wix3/wix_xsd_radiobutton.htm" : "/documentation/manual/v3/xsd/wix/radiobutton.html", - "manual-wix3/wix_xsd_radiobuttongroup.htm" : "/documentation/manual/v3/xsd/wix/radiobuttongroup.html", - "manual-wix3/wix_xsd_registerclassinfo.htm" : "/documentation/manual/v3/xsd/wix/registerclassinfo.html", - "manual-wix3/wix_xsd_registercomplus.htm" : "/documentation/manual/v3/xsd/wix/registercomplus.html", - "manual-wix3/wix_xsd_registerextensioninfo.htm" : "/documentation/manual/v3/xsd/wix/registerextensioninfo.html", - "manual-wix3/wix_xsd_registerfonts.htm" : "/documentation/manual/v3/xsd/wix/registerfonts.html", - "manual-wix3/wix_xsd_registermimeinfo.htm" : "/documentation/manual/v3/xsd/wix/registermimeinfo.html", - "manual-wix3/wix_xsd_registerproduct.htm" : "/documentation/manual/v3/xsd/wix/registerproduct.html", - "manual-wix3/wix_xsd_registerprogidinfo.htm" : "/documentation/manual/v3/xsd/wix/registerprogidinfo.html", - "manual-wix3/wix_xsd_registertypelibraries.htm" : "/documentation/manual/v3/xsd/wix/registertypelibraries.html", - "manual-wix3/wix_xsd_registeruser.htm" : "/documentation/manual/v3/xsd/wix/registeruser.html", - "manual-wix3/wix_xsd_registry.htm" : "/documentation/manual/v3/xsd/wix/registry.html", - "manual-wix3/wix_xsd_registrykey.htm" : "/documentation/manual/v3/xsd/wix/registrykey.html", - "manual-wix3/wix_xsd_registrysearch.htm" : "/documentation/manual/v3/xsd/wix/registrysearch.html", - "manual-wix3/wix_xsd_registrysearchref.htm" : "/documentation/manual/v3/xsd/wix/registrysearchref.html", - "manual-wix3/wix_xsd_registryvalue.htm" : "/documentation/manual/v3/xsd/wix/registryvalue.html", - "manual-wix3/wix_xsd_relatedbundle.htm" : "/documentation/manual/v3/xsd/wix/relatedbundle.html", - "manual-wix3/wix_xsd_remotepayload.htm" : "/documentation/manual/v3/xsd/wix/remotepayload.html", - "manual-wix3/wix_xsd_removeduplicatefiles.htm" : "/documentation/manual/v3/xsd/wix/removeduplicatefiles.html", - "manual-wix3/wix_xsd_removeenvironmentstrings.htm" : "/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html", - "manual-wix3/wix_xsd_removeexistingproducts.htm" : "/documentation/manual/v3/xsd/wix/removeexistingproducts.html", - "manual-wix3/wix_xsd_removefile.htm" : "/documentation/manual/v3/xsd/wix/removefile.html", - "manual-wix3/wix_xsd_removefiles.htm" : "/documentation/manual/v3/xsd/wix/removefiles.html", - "manual-wix3/wix_xsd_removefolder.htm" : "/documentation/manual/v3/xsd/wix/removefolder.html", - "manual-wix3/wix_xsd_removefolders.htm" : "/documentation/manual/v3/xsd/wix/removefolders.html", - "manual-wix3/wix_xsd_removeinivalues.htm" : "/documentation/manual/v3/xsd/wix/removeinivalues.html", - "manual-wix3/wix_xsd_removeodbc.htm" : "/documentation/manual/v3/xsd/wix/removeodbc.html", - "manual-wix3/wix_xsd_removeregistrykey.htm" : "/documentation/manual/v3/xsd/wix/removeregistrykey.html", - "manual-wix3/wix_xsd_removeregistryvalue.htm" : "/documentation/manual/v3/xsd/wix/removeregistryvalue.html", - "manual-wix3/wix_xsd_removeregistryvalues.htm" : "/documentation/manual/v3/xsd/wix/removeregistryvalues.html", - "manual-wix3/wix_xsd_removeshortcuts.htm" : "/documentation/manual/v3/xsd/wix/removeshortcuts.html", - "manual-wix3/wix_xsd_replacepatch.htm" : "/documentation/manual/v3/xsd/wix/replacepatch.html", - "manual-wix3/wix_xsd_requiredprivilege.htm" : "/documentation/manual/v3/xsd/wix/requiredprivilege.html", - "manual-wix3/wix_xsd_reservecost.htm" : "/documentation/manual/v3/xsd/wix/reservecost.html", - "manual-wix3/wix_xsd_resolvesource.htm" : "/documentation/manual/v3/xsd/wix/resolvesource.html", - "manual-wix3/wix_xsd_rmccpsearch.htm" : "/documentation/manual/v3/xsd/wix/rmccpsearch.html", - "manual-wix3/wix_xsd_rollbackboundary.htm" : "/documentation/manual/v3/xsd/wix/rollbackboundary.html", - "manual-wix3/wix_xsd_row.htm" : "/documentation/manual/v3/xsd/wix/row.html", - "manual-wix3/wix_xsd_schedulereboot.htm" : "/documentation/manual/v3/xsd/wix/schedulereboot.html", - "manual-wix3/wix_xsd_selfregmodules.htm" : "/documentation/manual/v3/xsd/wix/selfregmodules.html", - "manual-wix3/wix_xsd_selfunregmodules.htm" : "/documentation/manual/v3/xsd/wix/selfunregmodules.html", - "manual-wix3/wix_xsd_serviceargument.htm" : "/documentation/manual/v3/xsd/wix/serviceargument.html", - "manual-wix3/wix_xsd_serviceconfig.htm" : "/documentation/manual/v3/xsd/wix/serviceconfig.html", - "manual-wix3/wix_xsd_serviceconfigfailureactions.htm" : "/documentation/manual/v3/xsd/wix/serviceconfigfailureactions.html", - "manual-wix3/wix_xsd_servicecontrol.htm" : "/documentation/manual/v3/xsd/wix/servicecontrol.html", - "manual-wix3/wix_xsd_servicedependency.htm" : "/documentation/manual/v3/xsd/wix/servicedependency.html", - "manual-wix3/wix_xsd_serviceinstall.htm" : "/documentation/manual/v3/xsd/wix/serviceinstall.html", - "manual-wix3/wix_xsd_setdirectory.htm" : "/documentation/manual/v3/xsd/wix/setdirectory.html", - "manual-wix3/wix_xsd_setodbcfolders.htm" : "/documentation/manual/v3/xsd/wix/setodbcfolders.html", - "manual-wix3/wix_xsd_setproperty.htm" : "/documentation/manual/v3/xsd/wix/setproperty.html", - "manual-wix3/wix_xsd_sfpcatalog.htm" : "/documentation/manual/v3/xsd/wix/sfpcatalog.html", - "manual-wix3/wix_xsd_sfpfile.htm" : "/documentation/manual/v3/xsd/wix/sfpfile.html", - "manual-wix3/wix_xsd_shortcut.htm" : "/documentation/manual/v3/xsd/wix/shortcut.html", - "manual-wix3/wix_xsd_shortcutproperty.htm" : "/documentation/manual/v3/xsd/wix/shortcutproperty.html", - "manual-wix3/wix_xsd_show.htm" : "/documentation/manual/v3/xsd/wix/show.html", - "manual-wix3/wix_xsd_simple_type_autogenguid.htm" : "/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html", - "manual-wix3/wix_xsd_simple_type_burncontainertype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_burncontainertype.html", - "manual-wix3/wix_xsd_simple_type_burnexeprotocoltype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_burnexeprotocoltype.html", - "manual-wix3/wix_xsd_simple_type_componentguid.htm" : "/documentation/manual/v3/xsd/wix/simple_type_componentguid.html", - "manual-wix3/wix_xsd_simple_type_compressionleveltype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html", - "manual-wix3/wix_xsd_simple_type_compressionleveltypeunion.htm" : "/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html", - "manual-wix3/wix_xsd_simple_type_diskidtype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_diskidtype.html", - "manual-wix3/wix_xsd_simple_type_exittype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_exittype.html", - "manual-wix3/wix_xsd_simple_type_guid.htm" : "/documentation/manual/v3/xsd/wix/simple_type_guid.html", - "manual-wix3/wix_xsd_simple_type_hextype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_hextype.html", - "manual-wix3/wix_xsd_simple_type_installuninstalltype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_installuninstalltype.html", - "manual-wix3/wix_xsd_simple_type_localizableinteger.htm" : "/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html", - "manual-wix3/wix_xsd_simple_type_longfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html", - "manual-wix3/wix_xsd_simple_type_patchclassificationtype.htm" : "/documentation/manual/v3/xsd/wix/", - "manual-wix3/wix_xsd_simple_type_preprocessorvariables.htm" : "/documentation/manual/v3/xsd/wix/simple_type_preprocessorvariables.html", - "manual-wix3/wix_xsd_simple_type_registryroottype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_registryroottype.html", - "manual-wix3/wix_xsd_simple_type_sequencetype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_sequencetype.html", - "manual-wix3/wix_xsd_simple_type_shortfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html", - "manual-wix3/wix_xsd_simple_type_versiontype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_versiontype.html", - "manual-wix3/wix_xsd_simple_type_wildcardlongfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html", - "manual-wix3/wix_xsd_simple_type_wildcardshortfilenametype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html", - "manual-wix3/wix_xsd_simple_type_yesnobuttontype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html", - "manual-wix3/wix_xsd_simple_type_yesnobuttontypeunion.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html", - "manual-wix3/wix_xsd_simple_type_yesnodefaulttype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html", - "manual-wix3/wix_xsd_simple_type_yesnodefaulttypeunion.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html", - "manual-wix3/wix_xsd_simple_type_yesnotype.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html", - "manual-wix3/wix_xsd_simple_type_yesnotypeunion.htm" : "/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html", - "manual-wix3/wix_xsd_slipstreammsp.htm" : "/documentation/manual/v3/xsd/wix/slipstreammsp.html", - "manual-wix3/wix_xsd_startservices.htm" : "/documentation/manual/v3/xsd/wix/startservices.html", - "manual-wix3/wix_xsd_stopservices.htm" : "/documentation/manual/v3/xsd/wix/stopservices.html", - "manual-wix3/wix_xsd_subscribe.htm" : "/documentation/manual/v3/xsd/wix/subscribe.html", - "manual-wix3/wix_xsd_substitution.htm" : "/documentation/manual/v3/xsd/wix/substitution.html", - "manual-wix3/wix_xsd_symbolpath.htm" : "/documentation/manual/v3/xsd/wix/symbolpath.html", - "manual-wix3/wix_xsd_targetfile.htm" : "/documentation/manual/v3/xsd/wix/targetfile.html", - "manual-wix3/wix_xsd_targetimage.htm" : "/documentation/manual/v3/xsd/wix/targetimage.html", - "manual-wix3/wix_xsd_targetproductcode.htm" : "/documentation/manual/v3/xsd/wix/targetproductcode.html", - "manual-wix3/wix_xsd_targetproductcodes.htm" : "/documentation/manual/v3/xsd/wix/targetproductcodes.html", - "manual-wix3/wix_xsd_text.htm" : "/documentation/manual/v3/xsd/wix/text.html", - "manual-wix3/wix_xsd_textstyle.htm" : "/documentation/manual/v3/xsd/wix/textstyle.html", - "manual-wix3/wix_xsd_typelib.htm" : "/documentation/manual/v3/xsd/wix/typelib.html", - "manual-wix3/wix_xsd_ui.htm" : "/documentation/manual/v3/xsd/wix/ui.html", - "manual-wix3/wix_xsd_uiref.htm" : "/documentation/manual/v3/xsd/wix/uiref.html", - "manual-wix3/wix_xsd_uitext.htm" : "/documentation/manual/v3/xsd/wix/uitext.html", - "manual-wix3/wix_xsd_unpublishcomponents.htm" : "/documentation/manual/v3/xsd/wix/unpublishcomponents.html", - "manual-wix3/wix_xsd_unpublishfeatures.htm" : "/documentation/manual/v3/xsd/wix/unpublishfeatures.html", - "manual-wix3/wix_xsd_unregisterclassinfo.htm" : "/documentation/manual/v3/xsd/wix/unregisterclassinfo.html", - "manual-wix3/wix_xsd_unregistercomplus.htm" : "/documentation/manual/v3/xsd/wix/unregistercomplus.html", - "manual-wix3/wix_xsd_unregisterextensioninfo.htm" : "/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html", - "manual-wix3/wix_xsd_unregisterfonts.htm" : "/documentation/manual/v3/xsd/wix/unregisterfonts.html", - "manual-wix3/wix_xsd_unregistermimeinfo.htm" : "/documentation/manual/v3/xsd/wix/unregistermimeinfo.html", - "manual-wix3/wix_xsd_unregisterprogidinfo.htm" : "/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html", - "manual-wix3/wix_xsd_unregistertypelibraries.htm" : "/documentation/manual/v3/xsd/wix/unregistertypelibraries.html", - "manual-wix3/wix_xsd_upgrade.htm" : "/documentation/manual/v3/xsd/wix/upgrade.html", - "manual-wix3/wix_xsd_upgradefile.htm" : "/documentation/manual/v3/xsd/wix/upgradefile.html", - "manual-wix3/wix_xsd_upgradeimage.htm" : "/documentation/manual/v3/xsd/wix/upgradeimage.html", - "manual-wix3/wix_xsd_upgradeversion.htm" : "/documentation/manual/v3/xsd/wix/upgradeversion.html", - "manual-wix3/wix_xsd_ux.htm" : "/documentation/manual/v3/xsd/wix/ux.html", - "manual-wix3/wix_xsd_validate.htm" : "/documentation/manual/v3/xsd/wix/validate.html", - "manual-wix3/wix_xsd_validateproductid.htm" : "/documentation/manual/v3/xsd/wix/validateproductid.html", - "manual-wix3/wix_xsd_variable.htm" : "/documentation/manual/v3/xsd/wix/variable.html", - "manual-wix3/wix_xsd_verb.htm" : "/documentation/manual/v3/xsd/wix/verb.html", - "manual-wix3/wix_xsd_wix.htm" : "/documentation/manual/v3/xsd/wix/wix.html", - "manual-wix3/wix_xsd_wixvariable.htm" : "/documentation/manual/v3/xsd/wix/wixvariable.html", - "manual-wix3/wix_xsd_writeenvironmentstrings.htm" : "/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html", - "manual-wix3/wix_xsd_writeinivalues.htm" : "/documentation/manual/v3/xsd/wix/writeinivalues.html", - "manual-wix3/wix_xsd_writeregistryvalues.htm" : "/documentation/manual/v3/xsd/wix/writeregistryvalues.html", - "manual-wix3/write_a_registry_entry.htm" : "/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html", - - "/redirect/recommended-release" : "/releases/v3.11/rc2", - "/redirect" : "/" -} diff --git a/api/App_Data/releases.json b/api/App_Data/releases.json deleted file mode 100644 index e4548f01..00000000 --- a/api/App_Data/releases.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "v3.11/rc" : "http://wixtoolset.org/releases/v3-11-0-1507/", - "v3.11/rc2" : "http://wixtoolset.org/releases/v3-11-0-1528/", - "v3.11/ProjectAggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "v3.10/stable" : "https://wix.codeplex.com/releases/view/624906", - "v3.10/ProjectAggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "v3.9/stable" : "https://wix.codeplex.com/releases/view/610859", - "v3.9/ProjectAggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "v3.8/stable" : "https://wix.codeplex.com/releases/view/115492", - "v3.8/ProjectAggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "v3.7/rc" : "http://wix.codeplex.com/releases/view/98028", - "v3.7/stable" : "http://wix.codeplex.com/releases/view/99514", - "v3.7/ProjectAggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "v3.6/beta" : "http://wix.codeplex.com/releases/view/75656", - "v3.6/rc" : "http://wix.codeplex.com/releases/view/88566", - "v3.6/rc0" : "http://wix.codeplex.com/releases/view/85409", - "v3.6/stable" : "https://wix.codeplex.com/releases/view/93929", - "v3.6/ProjectAggregator2.msi" : "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", - - "v3.5/stable" : "https://wix.codeplex.com/releases/view/60102", - "v3.0/stable" : "https://wix.codeplex.com/releases/view/44406", - "v2.0/stable" : "https://wix.codeplex.com/releases/view/44405" -} diff --git a/api/ContentHandlers/TextReplacementContentHandler.cs b/api/ContentHandlers/TextReplacementContentHandler.cs deleted file mode 100644 index cf3e86ee..00000000 --- a/api/ContentHandlers/TextReplacementContentHandler.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace WixToolset.Web.Api.ContentHandlers -{ - using System; - using TinyWebStack; - using WixToolset.Web.Api.Models; - - [ContentType("text/html")] - public class TextReplacementContentHandler : IContentTypeHandler - { - public bool TryGetWriter(string contentType, Type handlerType, Type dataType, out IContentTypeWriter writer) - { - writer = dataType == typeof(ReplaceTextInFile) ? new TextReplacementWriter(contentType) : null; - - return writer != null; - } - } -} diff --git a/api/ContentHandlers/TextReplacementWriter.cs b/api/ContentHandlers/TextReplacementWriter.cs deleted file mode 100644 index e2c71108..00000000 --- a/api/ContentHandlers/TextReplacementWriter.cs +++ /dev/null @@ -1,35 +0,0 @@ -namespace WixToolset.Web.Api.ContentHandlers -{ - using System.IO; - using TinyWebStack; - using WixToolset.Web.Api.Models; - - public class TextReplacementWriter : IContentTypeWriter - { - public TextReplacementWriter(string contentType) - { - this.ContentType = contentType; - } - - public string ContentType { get; private set; } - - public void Write(TextWriter writer, object data) - { - ReplaceTextInFile fileReplacements = data as ReplaceTextInFile; - - var path = Container.Current.Resolve().MapPath(fileReplacements.Path); - - using (var stream = File.Open(path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite | FileShare.Delete)) - using (var reader = new StreamReader(stream)) - { - var contents = reader.ReadToEnd(); - foreach (var kvp in fileReplacements.Replacements) - { - contents = contents.Replace(kvp.Key, kvp.Value); - } - - writer.Write(contents); - } - } - } -} diff --git a/api/Handlers/AssignmentLoginHandler.cs b/api/Handlers/AssignmentLoginHandler.cs deleted file mode 100644 index 933e8603..00000000 --- a/api/Handlers/AssignmentLoginHandler.cs +++ /dev/null @@ -1,87 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using System.Net; - using TinyWebStack; - using WixToolset.Web.Api.Utilities.Oauth; - - [Route("development/assignment-agreement/login")] - public class AssignmentLoginHandler - { - public string Code { get; set; } - - public string State { get; set; } - - public string ReturnUrl { get; set; } - - [Cookie("ghu", Expires = 600)] - public string UserIdCookie { get; set; } - - public IApplicationState ApplicationState { private get; set; } - - public IGithubService Github { private get; set; } - - public IRequest Request { private get; set; } - - public Status Get() - { - // If we've not authenticated the user yet, do that and come right back here - // with the authorization information. - // - string stateVerification; - if (String.IsNullOrEmpty(this.UserIdCookie) || - String.IsNullOrEmpty(this.Code) || - String.IsNullOrEmpty(this.State) || - !this.ApplicationState.TryGet(this.UserIdCookie, out stateVerification)) - { - return this.Authenticate(); - } - - // We've authenticated now authorize the user (to get their primary email). - // - return this.Authorize(stateVerification); - } - - private Status Authenticate() - { - var here = this.Request.Url.GetLeftPart(UriPartial.Path); - - var init = this.Github.InitiateGitHubAuthorization(here, this.ReturnUrl, "user:email"); - - this.UserIdCookie = Guid.NewGuid().ToString("N"); - - this.ApplicationState.Set(this.UserIdCookie, init.State, DateTime.Now.AddMinutes(30)); - - return Status.TemporaryRedirectTo(init.Uri); - } - - private Status Authorize(string stateVerification) - { - var to = this.Request.Url.GetLeftPart(UriPartial.Path); - - GithubAccessToken token; - if (this.Github.TryAuthenticate(this.Code, this.State, stateVerification, out token)) - { - try - { - var user = this.Github.GetUser(token.Value); - - this.ApplicationState.Set(this.UserIdCookie + ".user", user, DateTime.Now.AddMinutes(30)); - - // If a return url was provided, go there otherwise go home. - to = String.IsNullOrEmpty(token.ReturnUrl) ? "~/development/assignment-agreement/request/" : token.ReturnUrl; - - return Status.TemporaryRedirectTo(to); - } - catch (WebException) - { - // Fallthrough to the error handling below. - } - } - - // Clear the user cookie and send the user back through the verification process. - this.UserIdCookie = null; - return Status.TemporaryRedirectTo(to); - } - } -} diff --git a/api/Handlers/AssignmentRequestHandler.cs b/api/Handlers/AssignmentRequestHandler.cs deleted file mode 100644 index 4fce793d..00000000 --- a/api/Handlers/AssignmentRequestHandler.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using System.Net; - using TinyWebStack; - using WixToolset.Web.Api.Models; - using WixToolset.Web.Api.Utilities.Oauth; - - [Route("development/assignment-agreement/request")] - public class AssignmentRequestHandler - { - public ReplaceTextInFile Output { get; private set; } - - [Cookie("ghu")] - public string UserIdCookie { private get; set; } - - public IApplicationState ApplicationState { private get; set; } - - public Status Get() - { - GithubUser user; - if (String.IsNullOrEmpty(this.UserIdCookie) || - !this.ApplicationState.TryGet(this.UserIdCookie + ".user", out user)) - { - return Status.Unauthorized; - } - - this.Output = new ReplaceTextInFile("~/development/assignment-agreement/request_data/index.html"); - this.Output.Replacements.Add("{{company}}", String.IsNullOrEmpty(user.Company) ? "(Unemployed)" : user.Company); - this.Output.Replacements.Add("{{login}}", user.Login ?? String.Empty); - this.Output.Replacements.Add("{{name}}", user.Name ?? String.Empty); - this.Output.Replacements.Add("{{email}}", user.PrimaryEmail ?? String.Empty); - - return Status.OK; - } - } -} diff --git a/api/Handlers/AssignmentSendHandler.cs b/api/Handlers/AssignmentSendHandler.cs deleted file mode 100644 index 31f5a90d..00000000 --- a/api/Handlers/AssignmentSendHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using System.Net; - using TinyWebStack; - using TinyWebStack.Models; - using WixToolset.Web.Api.Utilities; - using WixToolset.Web.Api.Utilities.Oauth; - - [Route("development/assignment-agreement/send")] - public class AssignmentSendHandler - { - public FileTransmission Output { get; private set; } - - [Cookie("ghu")] - public string UserIdCookie { private get; set; } - - public IApplicationState ApplicationState { private get; set; } - - public Status Get() - { - GithubUser user; - if (String.IsNullOrEmpty(this.UserIdCookie) || - !this.ApplicationState.TryGet(this.UserIdCookie + ".user", out user)) - { - return Status.Unauthorized; - } - - MailService.SendAssignmentRequest(user.Name, user.Login, user.PrimaryEmail); - - this.Output = new FileTransmission("text/html", "~/development/assignment-agreement/sent_data/index.html"); - - return Status.OK; - } - } -} diff --git a/api/Handlers/DownloadsHandler.cs b/api/Handlers/DownloadsHandler.cs deleted file mode 100644 index b7adfbc0..00000000 --- a/api/Handlers/DownloadsHandler.cs +++ /dev/null @@ -1,110 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using System.Collections.Generic; - using System.IO; - using System.Linq; - using System.Web.Configuration; - using NLog; - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using TinyWebStack; - using WixToolset.Web.Api.Models; - using WixToolset.Web.Api.Utilities; - - [Route("downloads/{*DownloadPath}")] - public class DownloadsHandler : IGet - { - private static Logger logger = LogManager.GetLogger("dl"); - private static WebUserService UserService = new WebUserService(); - - private static Dictionary ReleaseRedirects; - - public string DownloadPath { private get; set; } - - public IServerUtility ServerUtility { private get; set; } - - public Status Head() - { - var status = this.RedirectToDownload(); - - return status; - } - - public Status Get() - { - var status = this.RedirectToDownload(); - - return status; - } - - private Status RedirectToDownload() - { - UserService.CreateAnonymousUser(); - - string[] parsed = this.DownloadPath.Split(new char[] { '/' }, 2, StringSplitOptions.RemoveEmptyEntries); - if (2 != parsed.Length) - { - return Status.FoundAt("~/releases/"); - } - - VersionString version; - string file; - try - { - version = new VersionString(parsed[0]); - file = parsed[1].Replace("..", String.Empty); - } - catch - { - return Status.FoundAt("~/releases/"); - } - - // See if there is a version redirect file for the requested release. - string redirect = null; - try - { - redirect = this.RedirectedRelease(version.Prefixed, file); - } - catch - { - return Status.NotFound; - } - - // If redirect was not found, assume we're looking for a file on the download server. - if (String.IsNullOrEmpty(redirect)) - { - Visit.CreateFromHttpContext().Log(logger); - - // New static.wixtoolset.org is case sensitive and all files there are lower case. - redirect = String.Format(Configuration.DownloadServerFormat, version.Prefixed, file).ToLowerInvariant(); - } - - return Status.FoundAt(redirect); - } - - private string RedirectedRelease(string version, string file) - { - var key = String.Concat(version, "/", file).ToLowerInvariant(); - - if (DownloadsHandler.ReleaseRedirects == null) - { - var path = WebConfigurationManager.AppSettings["releases"] ?? "~/App_Data/releases.json"; - - path = this.ServerUtility.MapPath(path); - - using (var reader = File.OpenText(path)) - using (var json = new JsonTextReader(reader)) - { - var serializer = new JsonSerializer(); - serializer.Converters.Add(new IsoDateTimeConverter()); - - DownloadsHandler.ReleaseRedirects = serializer.Deserialize>(json); - } - } - - string redirect = null; - return DownloadsHandler.ReleaseRedirects.TryGetValue(key, out redirect) ? redirect : null; - } - } -} diff --git a/api/Handlers/NotFoundHandler.cs b/api/Handlers/NotFoundHandler.cs deleted file mode 100644 index 72324c23..00000000 --- a/api/Handlers/NotFoundHandler.cs +++ /dev/null @@ -1,46 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using NLog; - using TinyWebStack; - using TinyWebStack.Models; - - [Route("404")] - [Route("notfound")] - public class NotFoundHandler : IGet, IOutput - { - private static Logger Log = LogManager.GetLogger("notfound"); - - public string _RawQueryString { private get; set; } - - public FileTransmission Output { get; private set; } - - public IRequest Request { private get; set; } - - public Status Get() - { - // Usually the error information is passed via the query string so - // try to process that raw value. - // - string[] errorAndUrl = null; - if (!String.IsNullOrEmpty(_RawQueryString)) - { - errorAndUrl = this._RawQueryString.Split(new[] { ';' }, 2); - } - - // If the query string was not provided nor formatted properly try to use the - // referrer. - // - if (errorAndUrl == null || errorAndUrl.Length != 2) - { - errorAndUrl = new[] { "404", this.Request.Referrer == null ? "Unknown" : this.Request.Referrer.AbsoluteUri }; - } - - Log.Info("url: {0} referrer: {1}", this.Request.Url.AbsoluteUri, errorAndUrl[1]); - - this.Output = new FileTransmission("text/html", "/notfound/index.html"); - - return Status.NotFound; - } - } -} diff --git a/api/Handlers/RedirectHandler.cs b/api/Handlers/RedirectHandler.cs deleted file mode 100644 index 7fb0d80c..00000000 --- a/api/Handlers/RedirectHandler.cs +++ /dev/null @@ -1,84 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using System.Collections.Generic; - using System.Diagnostics; - using System.IO; - using System.Linq; - using System.Web.Configuration; - using Newtonsoft.Json; - using TinyWebStack; - - [Route("documentation/tutorial")] - [Route("documentation/book")] - [Route("documentation/book2")] - [Route("documentation/stackoverflow")] - [Route("img/{*RedirectPath}")] - [Route("redirect/{*RedirectPath}")] - public class RedirectHandler : IGet - { - private static List Redirects; - - public string RedirectPath { private get; set; } - - public IRequest Request { private get; set; } - - public IServerUtility ServerUtility { private get; set; } - - public Status Get() - { - List redirects = this.ReadRedirects(); - - var req = this.Request.Url.AbsolutePath.TrimEnd('/').ToLowerInvariant(); - - var redirect = redirects.Where(r => req.EndsWith(r.From)).FirstOrDefault() ?? Redirect.Default; - - var permanent = !String.IsNullOrEmpty(this.RedirectPath) && !String.IsNullOrEmpty(redirect.From); - - return permanent ? Status.MovedPermanentlyTo(redirect.To) : Status.FoundAt(redirect.To); - } - - private List ReadRedirects() - { - if (RedirectHandler.Redirects == null) - { - var path = WebConfigurationManager.AppSettings["redirects"] ?? "~/App_Data/redirects.json"; - - path = this.ServerUtility.MapPath(path); - - var redirects = new List(); - - using (var file = File.OpenText(path)) - using (var reader = new JsonTextReader(file)) - { - string from = null; - while (reader.Read()) - { - if (reader.TokenType == JsonToken.PropertyName) - { - from = ((string)reader.Value).ToLowerInvariant(); - } - else if (reader.TokenType == JsonToken.String) - { - redirects.Add(new Redirect() { From = from, To = ((string)reader.Value).ToLowerInvariant() }); - } - } - } - - RedirectHandler.Redirects = redirects; - } - - return RedirectHandler.Redirects; - } - - [DebuggerDisplay("From = {From}, To = {To}")] - private class Redirect - { - public static Redirect Default = new Redirect() { To = WebConfigurationManager.AppSettings["redirects.notfound"] ?? "/" }; - - public string From { get; set; } - - public string To { get; set; } - } - } -} diff --git a/api/Handlers/SearchRedirectHandler.cs b/api/Handlers/SearchRedirectHandler.cs deleted file mode 100644 index c8814005..00000000 --- a/api/Handlers/SearchRedirectHandler.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using System; - using TinyWebStack; - - [Route("search")] - public class SearchRedirectHandler : IGet - { - public string Q { private get; set; } - - public Status Get() - { - var query = String.IsNullOrEmpty(this.Q) ? String.Empty : "+" + this.Q; - - return Status.FoundAt(String.Concat("http://www.bing.com/search?q=site%3Awixtoolset.org", query)); - } - } -} diff --git a/api/Handlers/TelemetryHandler.cs b/api/Handlers/TelemetryHandler.cs deleted file mode 100644 index 265d28a6..00000000 --- a/api/Handlers/TelemetryHandler.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace WixToolset.Web.Api.Handlers -{ - using NLog; - using TinyWebStack; - using WixToolset.Web.Api.Models; - using WixToolset.Web.Api.Utilities; - - [Route("telemetry/{*anything}")] - public class TelemetryHandler : IGet - { - private static Logger Log = LogManager.GetLogger("telemetry"); - private static WebUserService UserService = new WebUserService(); - - public Status Get() - { - UserService.CreateAnonymousUser(); - - Visit.CreateFromHttpContext().Log(Log); - - return Status.OK; - } - } -} diff --git a/api/Models/Configuration.cs b/api/Models/Configuration.cs deleted file mode 100644 index 17634e9e..00000000 --- a/api/Models/Configuration.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - public class Configuration - { - public const string DownloadServerFormat = "http://static.wixtoolset.org/releases/{0}/{1}"; - - public const string ReleasesDataFileFormat = "~/App_Data/releases/info/{0}.json"; - - public const string ReleasesRootFolder = "~/App_Data/releases"; - } -} diff --git a/api/Models/Release.cs b/api/Models/Release.cs deleted file mode 100644 index fe9ed046..00000000 --- a/api/Models/Release.cs +++ /dev/null @@ -1,34 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - using System; - using System.Collections.Generic; - using System.IO; - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - - public class Release - { - public string Id { get; set; } - - public DateTime Date { get; set; } - - public bool Downloadable { get; set; } - - public List Files { get; set; } - - public string[] Roots { get; set; } - - public static Release Load(string path) - { - JsonSerializer serializer = new JsonSerializer(); - serializer.Converters.Add(new IsoDateTimeConverter()); - - using (StreamReader reader = new StreamReader(path)) - using (JsonTextReader json = new JsonTextReader(reader)) - { - Release release = serializer.Deserialize(json); - return release; - } - } - } -} diff --git a/api/Models/ReleaseFile.cs b/api/Models/ReleaseFile.cs deleted file mode 100644 index 04e3ee56..00000000 --- a/api/Models/ReleaseFile.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - public class ReleaseFile - { - public string Name { get; set; } - - public string ContentType { get; set; } - - public string Redirect { get; set; } - - public bool Promoted { get; set; } - - public bool Protected { get; set; } - - public string Title { get; set; } - } -} diff --git a/api/Models/ReplaceTextInFile.cs b/api/Models/ReplaceTextInFile.cs deleted file mode 100644 index 3a7ba76b..00000000 --- a/api/Models/ReplaceTextInFile.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - using System.Collections.Generic; - - public class ReplaceTextInFile - { - public ReplaceTextInFile(string path) - { - this.Path = path; - this.Replacements = new Dictionary(); - } - - public string Path { get; private set; } - - public IDictionary Replacements { get; private set; } - } -} \ No newline at end of file diff --git a/api/Models/User.cs b/api/Models/User.cs deleted file mode 100644 index 16d3778b..00000000 --- a/api/Models/User.cs +++ /dev/null @@ -1,102 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - using System; - using System.Security.Principal; - - /// - /// User definition for blog. - /// - public class User : IPrincipal - { - private IPrincipal principal; - - /// - /// Creates a new user. - /// - /// Principal that represents this user. - public User(IPrincipal principal) - { - this.principal = principal; - } - - /// - /// Gets whether the user is the administrator. - /// - public bool Administrator { get; internal set; } - - /// - /// Gets the unique identifier for this user. - /// - public string Id { get; internal set; } - - /// - /// Gets the identity of the user's principal. - /// - public IIdentity Identity - { - get { return this.principal.Identity; } - } - - /// - /// Gets the name provided by the user if present. - /// - public string Name { get; internal set; } - - /// - /// Gets the email provided by the user if present. - /// - public string Email { get; internal set; } - - /// - /// Gets the url provided by the user if present. - /// - public string Link { get; internal set; } - - /// - /// Gets the user IP address. - /// - public string IP { get; internal set; } - - /// - /// Gets the URL the user came from. - /// - public Uri ReferrerUrl { get; internal set; } - - /// - /// Gets the URL the user was accessing. - /// - public Uri Url { get; internal set; } - - /// - /// Gets the user's agent. - /// - public string UserAgent { get; internal set; } - - /// - /// Gets the number of times the user has previously visited the site. - /// - public int Visits { get; internal set; } - - /// - /// Determines whether this user is a member of a particular role. - /// - /// Name of the role. - /// true if the user is a member of the role. - public bool IsInRole(string role) - { - bool inRole = false; - switch (role) - { - case "administrator": - inRole = this.Administrator; - break; - - default: - inRole = this.principal.IsInRole(role); - break; - } - - return inRole; - } - } -} diff --git a/api/Models/VersionString.cs b/api/Models/VersionString.cs deleted file mode 100644 index b823e014..00000000 --- a/api/Models/VersionString.cs +++ /dev/null @@ -1,35 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - using System; - - public class VersionString - { - public VersionString(string versionString) - { - if (String.IsNullOrEmpty(versionString)) - { - throw new FormatException(); - } - else if (versionString.StartsWith("v", StringComparison.OrdinalIgnoreCase)) - { - versionString = versionString.Substring(1); - } - - versionString = versionString.Replace('-', '.'); // support the dashed form of a version - - Version version = new Version(versionString); - this.Prefixed = String.Concat("v", version); - this.PrefixedDashed = this.Prefixed.Replace('.', '-'); - this.Nonprefixed = version.ToString(); - this.NonprefixedDashed = this.Nonprefixed.Replace('.', '-'); - } - - public string Prefixed { get; private set; } - - public string PrefixedDashed { get; private set; } - - public string Nonprefixed { get; private set; } - - public string NonprefixedDashed { get; private set; } - } -} diff --git a/api/Models/Visit.cs b/api/Models/Visit.cs deleted file mode 100644 index dfe9a0f9..00000000 --- a/api/Models/Visit.cs +++ /dev/null @@ -1,95 +0,0 @@ -namespace WixToolset.Web.Api.Models -{ - using System; - using System.Web; - using NLog; - - /// - /// Data to log for each visit. - /// - public class Visit - { - public Visit() - { - this.DateTime = DateTime.UtcNow; - } - - public DateTime DateTime { get; set; } - - public string Method { get; set; } - - public string IP { get; set; } - - public string Path { get; set; } - - public string QueryString { get; set; } - - public string Host { get; set; } - - public string UserAgent { get; set; } - - public string Status { get; set; } - - public string Referrer { get; set; } - - public string UserName { get; set; } - - public string UserId { get; set; } - - public string UserEmail { get; set; } - - public int UserVisits { get; set; } - - public static Visit CreateFromHttpContext() - { - HttpContext httpContext = HttpContext.Current; - - Visit visit = new Visit(); - if (httpContext.Request != null) - { - visit.IP = httpContext.Request.UserHostAddress; - visit.Method = httpContext.Request.HttpMethod; - visit.Referrer = httpContext.Request.UrlReferrer == null ? null : httpContext.Request.UrlReferrer.AbsoluteUri; - visit.Host = httpContext.Request.Url.Host; - visit.Path = httpContext.Request.Url.AbsolutePath; - visit.QueryString = httpContext.Request.Url.Query; - visit.UserAgent = httpContext.Request.UserAgent; - } - - if (httpContext.Response != null) - { - visit.Status = httpContext.Response.Status; - } - - User user = httpContext.User as User; - if (user != null) - { - visit.UserName = user.Name; - visit.UserId = user.Id; - visit.UserEmail = user.Email; - visit.UserVisits = user.Visits; - } - return visit; - } - - public Visit Log(Logger logger) - { - logger.Info("{0}\t{1}\t{2}\t{3}\t{4}\t{5}\t{6}\t{7}\t{8}\t{9}\t{10}\t{11}\t{12}\t{13}", - this.DateTime.ToString("yyyy-MM-dd"), - this.DateTime.ToString("HH:mm:ss.f"), - this.IP ?? "-", - this.UserId ?? "-", - this.Method ?? "-", - this.Host ?? "-", - this.Path ?? "-", - this.QueryString ?? "-", - this.Status ?? "-", - this.UserAgent ?? "-", - this.Referrer ?? "-", - this.UserName ?? "-", - this.UserEmail ?? "-", - this.UserVisits); - return this; - } - } -} diff --git a/api/Properties/AssemblyInfo.cs b/api/Properties/AssemblyInfo.cs deleted file mode 100644 index 2e1276c9..00000000 --- a/api/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("WiX Toolset WebSite API")] -[assembly: AssemblyDescription("WiX Toolset WebSite API")] - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/api/Utilities/JsonWebRequest.cs b/api/Utilities/JsonWebRequest.cs deleted file mode 100644 index dc8997d2..00000000 --- a/api/Utilities/JsonWebRequest.cs +++ /dev/null @@ -1,97 +0,0 @@ -namespace WixToolset.Web.Api.Utilities -{ - using System; - using System.IO; - using System.Net; - using System.Text; - using Newtonsoft.Json; - using Newtonsoft.Json.Serialization; - - /// - /// Makes a web request to a JSON resource. - /// - public class JsonWebRequest - { - public JsonWebRequest(string uri) - { - this.Uri = uri; - } - - /// - /// Optional content type for accepted types. Default is "application/json". - /// - public string Accept { get; set; } - - /// - /// Optional authorization information to set in the header. - /// - public string Authorization { get; set; } - - /// - /// HTTP request method. Defaults to "POST" if `PostData` is provided otherwise "GET". - /// - public string Method { get; set; } - - /// - /// Optional data to POST to request. - /// - public string PostData { get; set; } - - /// - /// URI of resource to request. - /// - public string Uri { get; private set; } - - /// - /// Optional user agent for HTTP request. - /// - public string UserAgent { get; set; } - - /// - /// Request JSON object from URI. - /// - /// Type to return from the JSON. - /// Deserialized JSON object. - public T Request() - { - var request = WebRequest.Create(this.Uri) as HttpWebRequest; - request.UserAgent = this.UserAgent ?? "RobMensching.Oauth.Services.JsonWebRequest"; - - if (!String.IsNullOrEmpty(this.Method)) - { - request.Method = this.Method; - } - else if (!String.IsNullOrEmpty(this.PostData)) - { - request.Method = "POST"; - } - - request.Accept = this.Accept ?? "application/json"; - - if (!String.IsNullOrEmpty(this.Authorization)) - { - request.Headers.Add("Authorization", this.Authorization); - } - - if (!String.IsNullOrEmpty(this.PostData)) - { - var data = Encoding.UTF8.GetBytes(this.PostData); - - request.ContentLength = data.Length; - request.ContentType = "application/x-www-form-urlencoded;charset=utf-8"; - - using (var requestStream = request.GetRequestStream()) - { - requestStream.Write(data, 0, data.Length); - } - } - - using (var response = request.GetResponse() as HttpWebResponse) - using (var reader = new StreamReader(response.GetResponseStream())) - { - var serializer = JsonSerializer.Create(new JsonSerializerSettings() { ContractResolver = new CamelCasePropertyNamesContractResolver() }); - return (T)serializer.Deserialize(reader, typeof(T)); - } - } - } -} diff --git a/api/Utilities/MailService.cs b/api/Utilities/MailService.cs deleted file mode 100644 index 4036eb2c..00000000 --- a/api/Utilities/MailService.cs +++ /dev/null @@ -1,47 +0,0 @@ -namespace WixToolset.Web.Api.Utilities -{ - using System; - using System.Net; - using System.Net.Mail; - using System.Web.Configuration; - - public class MailService - { - public static void SendAssignmentRequest(string username, string login, string email) - { - string subject = "WiX Toolset assignment agreement for " + username; - string body = @"Outercurve, - -{{username}} ('{{login}}' at Github) would like to sign an assignment agreement for the WiX toolset. Can you please provide the necessary documentation? - -Thanks, - - WiX Toolset Team - led by Rob Mensching and Bob Arnson -".Replace("{{username}}", username).Replace("{{login}}", login); - - Send(email, "contributions@outercurve.org", "assignments@wixtoolset.org", subject, body); - } - - public static void Send(string from, string to, string cc, string subject, string body) - { - using (var message = new MailMessage(from, to)) - { - if (!String.IsNullOrEmpty(cc)) - { - message.CC.Add(cc); - } - message.Subject = subject; - message.Body = body; - - using (var smtp = new SmtpClient(WebConfigurationManager.AppSettings["mail.server"], Convert.ToInt32(WebConfigurationManager.AppSettings["mail.port"]))) - { - smtp.EnableSsl = "true".Equals(WebConfigurationManager.AppSettings["mail.ssl"] ?? String.Empty, StringComparison.OrdinalIgnoreCase); - smtp.Credentials = new NetworkCredential(WebConfigurationManager.AppSettings["mail.username"], WebConfigurationManager.AppSettings["mail.password"]); - - smtp.Send(message); - } - } - } - } -} diff --git a/api/Utilities/Oauth/GithubAccessToken.cs b/api/Utilities/Oauth/GithubAccessToken.cs deleted file mode 100644 index 337e6e5f..00000000 --- a/api/Utilities/Oauth/GithubAccessToken.cs +++ /dev/null @@ -1,14 +0,0 @@ - -namespace WixToolset.Web.Api.Utilities.Oauth -{ - public class GithubAccessToken - { - public string ReturnUrl { get; set; } - - public string Scope { get; set; } - - public string Type { get; set; } - - public string Value { get; set; } - } -} \ No newline at end of file diff --git a/api/Utilities/Oauth/GithubAuthorizationInitialized.cs b/api/Utilities/Oauth/GithubAuthorizationInitialized.cs deleted file mode 100644 index 9de31b9a..00000000 --- a/api/Utilities/Oauth/GithubAuthorizationInitialized.cs +++ /dev/null @@ -1,10 +0,0 @@ - -namespace WixToolset.Web.Api.Utilities.Oauth -{ - public class GithubAuthorizationInitialized - { - public string State { get; set; } - - public string Uri { get; set; } - } -} \ No newline at end of file diff --git a/api/Utilities/Oauth/GithubService.cs b/api/Utilities/Oauth/GithubService.cs deleted file mode 100644 index 3d3f4dc8..00000000 --- a/api/Utilities/Oauth/GithubService.cs +++ /dev/null @@ -1,105 +0,0 @@ -namespace WixToolset.Web.Api.Utilities.Oauth -{ - using System; - using System.Configuration; - using System.Linq; - using System.Text; - - public class GithubService : IGithubService - { - public GithubService(IGithubServiceConfiguration configuration) - { - this.Configuration = configuration; - } - - private IGithubServiceConfiguration Configuration { get; set; } - - public GithubAuthorizationInitialized InitiateGitHubAuthorization(string authorizationUrl, string returnUrl, params string[] scopes) - { - var uri = new StringBuilder("https://github.com/login/oauth/authorize"); - var state = String.Concat(Guid.NewGuid().ToString("N"), returnUrl); - - uri.AppendFormat("?client_id={0}&state={1}", Configuration.ClientId, state); - - if (scopes.Length > 0) - { - uri.AppendFormat("&scope={0}", String.Join(",", scopes)); - } - - if (!String.IsNullOrEmpty(authorizationUrl)) - { - uri.AppendFormat("&redirect_uri={0}", authorizationUrl); - } - - return new GithubAuthorizationInitialized() { State = state, Uri = uri.ToString() }; - } - - public bool TryAuthenticate(string code, string state, string verify, out GithubAccessToken token) - { - token = null; - - if (!String.Equals(state, verify, StringComparison.Ordinal)) - { - return false; - } - - var post = String.Concat("client_id=", Configuration.ClientId, "&client_secret=", Configuration.ClientSecret, "&code=", code); - - try - { - var tokenRequest = new JsonWebRequest("https://github.com/login/oauth/access_token") { PostData = post }; - var response = tokenRequest.Request(); - - token = new GithubAccessToken() { ReturnUrl = state.Length > 32 ? state.Substring(32) : null, Scope = response.scope, Type = response.token_type, Value = response.access_token }; - } - catch (Exception e) - { - var t = e; - } - - return token != null; - } - - public GithubUser GetUser(string accessToken) - { - var authorization = "Bearer " + accessToken; - - var userRequest = new JsonWebRequest("https://api.github.com/user") { Authorization = authorization }; - var user = userRequest.Request(); - - var emailRequest = new JsonWebRequest("https://api.github.com/user/emails") { Accept = "application/vnd.github.v3", Authorization = authorization }; - var emails = emailRequest.Request(); - - var primaryEmail = emails.Where(e => e.Primary).Select(e => e.Email).FirstOrDefault(); - - return new GithubUser() { Company = user.Company, Login = user.Login, Name = user.Name, PrimaryEmail = primaryEmail }; - } - - private class TokenResponse - { - public string access_token { get; set; } - - public string scope { get; set; } - - public string token_type { get; set; } - } - - private class User - { - public string Login { get; set; } - - public string Company { get; set; } - - public string Name { get; set; } - } - - private class UserEmail - { - public string Email { get; set; } - - public bool Verfied { get; set; } - - public bool Primary { get; set; } - } - } -} diff --git a/api/Utilities/Oauth/GithubServiceConfiguration.cs b/api/Utilities/Oauth/GithubServiceConfiguration.cs deleted file mode 100644 index 76be7301..00000000 --- a/api/Utilities/Oauth/GithubServiceConfiguration.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; - -namespace WixToolset.Web.Api.Utilities.Oauth -{ - public class GithubServiceConfiguration : IGithubServiceConfiguration - { - public string ClientId { get; set; } - - public string ClientSecret { get; set; } - } -} diff --git a/api/Utilities/Oauth/GithubUser.cs b/api/Utilities/Oauth/GithubUser.cs deleted file mode 100644 index 9538c26d..00000000 --- a/api/Utilities/Oauth/GithubUser.cs +++ /dev/null @@ -1,14 +0,0 @@ - -namespace WixToolset.Web.Api.Utilities.Oauth -{ - public class GithubUser - { - public string Login { get; set; } - - public string Company { get; set; } - - public string Name { get; set; } - - public string PrimaryEmail { get; set; } - } -} diff --git a/api/Utilities/Oauth/IGithubService.cs b/api/Utilities/Oauth/IGithubService.cs deleted file mode 100644 index fbc93ea1..00000000 --- a/api/Utilities/Oauth/IGithubService.cs +++ /dev/null @@ -1,12 +0,0 @@ - -namespace WixToolset.Web.Api.Utilities.Oauth -{ - public interface IGithubService - { - GithubAuthorizationInitialized InitiateGitHubAuthorization(string authorizationUrl, string returnUrl, params string[] scopes); - - bool TryAuthenticate(string code, string state, string verify, out GithubAccessToken token); - - GithubUser GetUser(string accessToken); - } -} diff --git a/api/Utilities/Oauth/IGithubServiceConfiguration.cs b/api/Utilities/Oauth/IGithubServiceConfiguration.cs deleted file mode 100644 index 2f1cd9ba..00000000 --- a/api/Utilities/Oauth/IGithubServiceConfiguration.cs +++ /dev/null @@ -1,10 +0,0 @@ - -namespace WixToolset.Web.Api.Utilities.Oauth -{ - public interface IGithubServiceConfiguration - { - string ClientId { get; } - - string ClientSecret { get; } - } -} diff --git a/api/Utilities/WebUserService.cs b/api/Utilities/WebUserService.cs deleted file mode 100644 index 8e847b83..00000000 --- a/api/Utilities/WebUserService.cs +++ /dev/null @@ -1,205 +0,0 @@ -namespace WixToolset.Web.Api.Utilities -{ - using System; - using System.Security.Principal; - using System.Web; - using System.Web.Configuration; - using WixToolset.Web.Api.Models; - - /// - /// Creates user's from web data. - /// - public class WebUserService - { - private string adminId; - private string adminUsername; - private string adminPassword; - - public string AdminId - { - get - { - if (String.IsNullOrEmpty(this.adminId)) - { - Guid guid; - if (!Guid.TryParse(WebConfigurationManager.AppSettings["user.admin.id"], out guid)) - { - guid = Guid.NewGuid(); - } - - this.adminId = guid.ToString("N"); - } - - return this.adminId; - } - } - - public string AdminUsername - { - get - { - if (String.IsNullOrWhiteSpace(this.adminUsername)) - { - this.adminUsername = WebConfigurationManager.AppSettings["user.admin.username"]; - this.adminUsername = String.IsNullOrWhiteSpace(this.adminUsername) ? "root" : this.adminUsername.Trim(); - } - - return this.adminUsername; - } - } - - public string AdminPassword - { - get - { - if (String.IsNullOrWhiteSpace(this.adminPassword)) - { - this.adminPassword = WebConfigurationManager.AppSettings["user.admin.password"]; - this.adminPassword = String.IsNullOrWhiteSpace(this.adminPassword) ? Guid.NewGuid().ToString("N") : this.adminPassword.Trim(); - } - - return this.adminPassword; - } - } - - /// - /// Creates an authenticated user based on the principal provided. - /// - /// IPrincipal for user. - /// HttpContextBase to populate the user information. - /// User object. - public User CreateAuthenticatedUser(IPrincipal principal, HttpContext context) - { - return this.CreateFromPrincipal(principal, context); - } - - /// - /// Creates an anonymous user. - /// - /// IPrincipal for user. - /// HttpContextBase to populate the user information. - /// User object. - public User CreateAnonymousUser() - { - GenericPrincipal principal = new GenericPrincipal(new GenericIdentity("anonymous", "none"), new string[] { "Anonymous" }); - HttpContext.Current.User = this.CreateFromPrincipal(principal, HttpContext.Current); - return HttpContext.Current.User as User; - } - - /// - /// Remembers a user's information. - /// - /// User to remember. - /// HttpContextBase to store the user information. - public void RememberUser(User user, HttpContext context) - { - HttpCookie cookie = new HttpCookie("id", user.Id) { Expires = DateTime.MaxValue, HttpOnly = true }; - context.Response.Cookies.Set(cookie); - - if (!String.IsNullOrEmpty(user.Name)) - { - cookie = new HttpCookie("n", user.Name) { Expires = DateTime.MaxValue, HttpOnly = true }; - context.Response.Cookies.Set(cookie); - } - - if (!String.IsNullOrEmpty(user.Email)) - { - cookie = new HttpCookie("e", user.Email) { Expires = DateTime.MaxValue, HttpOnly = true }; - context.Response.Cookies.Set(cookie); - } - - if (!String.IsNullOrEmpty(user.Link)) - { - cookie = new HttpCookie("l", user.Link) { Expires = DateTime.MaxValue, HttpOnly = true }; - context.Response.Cookies.Set(cookie); - } - } - - /// - /// Creates a principaled user from the HTTP context. - /// - /// IPrincipal for user. - /// HttpContextBase to populate the user information. - /// User object. - private User CreateFromPrincipal(IPrincipal principal, HttpContext context) - { - User user = new User(principal); - HttpCookie cookie; - - // Ensure the user has a unique identifier. - if (principal.IsInRole("Authenticated")) - { - user.Id = this.AdminId; - } - else - { - Guid guid; - - cookie = context.Request.Cookies["id"]; - if (null != cookie) - { - try - { - guid = new Guid(cookie.Value); - } - catch (Exception) - { - guid = Guid.NewGuid(); - } - - if (null != (cookie = context.Request.Cookies["n"])) - { - user.Name = cookie.Value; - } - - if (null != (cookie = context.Request.Cookies["e"])) - { - user.Email = cookie.Value; - } - - if (null != (cookie = context.Request.Cookies["l"])) - { - user.Link = cookie.Value; - } - } - else - { - guid = Guid.NewGuid(); - } - - user.Id = guid.ToString("N"); - } - - cookie = new HttpCookie("id", user.Id) { Expires = DateTime.MaxValue, HttpOnly = true }; - context.Response.Cookies.Set(cookie); - - // Set whether this user is the admin user. - if (user.Id == this.AdminId) - { - user.Administrator = true; - } - - // Count the number of times this user has visited the site. - cookie = context.Request.Cookies["vc"]; - if (cookie != null) - { - int visitCount = 0; - if (Int32.TryParse(cookie.Value, out visitCount)) - { - user.Visits = visitCount + 1; - } - } - - cookie = new HttpCookie("vc", user.Visits.ToString()) { Expires = DateTime.MaxValue, HttpOnly = true }; - context.Response.Cookies.Set(cookie); - - // Capture other useful information about the user. - user.IP = context.Request.UserHostAddress; - user.ReferrerUrl = context.Request.UrlReferrer; - user.Url = context.Request.Url; - user.UserAgent = context.Request.UserAgent; - - return user; - } - } -} diff --git a/api/Web.Debug.config b/api/Web.Debug.config deleted file mode 100644 index 2e302f9f..00000000 --- a/api/Web.Debug.config +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/api/Web.Release.config b/api/Web.Release.config deleted file mode 100644 index c3584446..00000000 --- a/api/Web.Release.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/api/WebApplication.cs b/api/WebApplication.cs deleted file mode 100644 index a69140c7..00000000 --- a/api/WebApplication.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.Configuration; -using TinyWebStack; -using WixToolset.Web.Api.Utilities.Oauth; - -[assembly: PreApplicationStartMethod(typeof(WixToolset.Web.Api.WebApplication), "Start")] - -namespace WixToolset.Web.Api -{ - public static class WebApplication - { - public static void Start() - { - Container.Current.Register(c => new GithubServiceConfiguration() { ClientId = WebConfigurationManager.AppSettings["github.clientid"], ClientSecret = WebConfigurationManager.AppSettings["github.clientsecret"] }, Lifetime.Application); - - Container.Current.Register(c => new GithubService(Container.Current.Resolve()), Lifetime.Application); - - ContentHandling.RegisterContentTypes(); - - Routing.RegisterRoutes(); - } - } -} \ No newline at end of file diff --git a/api/api.csproj b/api/api.csproj deleted file mode 100644 index f5bacf21..00000000 --- a/api/api.csproj +++ /dev/null @@ -1,173 +0,0 @@ - - - - - Debug - AnyCPU - 2.0 - {B99B17B5-8EA1-42D9-8609-2191CD7ACA82} - {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - Properties - WixToolset.Web.Api - WixToolset.Web.Api - v4.5.2 - true - - - - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - Always - - - Always - - - - - - Web.config - - - Web.config - - - - - - ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll - True - - - ..\packages\Munq.IocContainer.3.1.6\lib\Munq.IocContainer.dll - True - - - ..\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll - True - - - ..\packages\NLog.4.2.3\lib\net45\NLog.dll - True - - - - - - - - - - - - - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll - True - - - ..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll - True - - - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll - True - - - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll - True - - - ..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll - True - - - - - - - - ..\packages\TinyWebStack.0.1.3.0\lib\net45\TinyWebStack.dll - True - - - - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - - - - - True - True - 52141 - / - http://localhost:52141/ - False - False - - - False - - - - - \ No newline at end of file diff --git a/api/packages.config b/api/packages.config deleted file mode 100644 index 480da7fe..00000000 --- a/api/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/api/web.config b/api/web.config deleted file mode 100644 index 86112f93..00000000 --- a/api/web.config +++ /dev/null @@ -1,132 +0,0 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/root/site.json b/root/site.json deleted file mode 100644 index 8f168566..00000000 --- a/root/site.json +++ /dev/null @@ -1,21 +0,0 @@ -{ -"title" : "WiX Toolset", - -"url" : "/", -"rooturl" : "http://wixtoolset.org/", - -"author" : { - "id" : "wix", - "name" : "WiX Toolset", - "email" : "wix@wixtoolset.org", - "url" : "http://wixtoolset.org/" -}, - -"ignorefiles" : ["*.tmp", "*.*~"], - -"additionalmetadata" : { - "documents/development/wips/*.md" : { "layout" : "wip" }, - "documents/documentation/manual/v3/**" : { "disableCleanUrls" : true }, - "documents/releases/*.md" : { "layout" : "release", "disableInsertDateIntoPath" : true } - } -} \ No newline at end of file diff --git a/src/Web/Controllers/DownloadsController.cs b/src/Web/Controllers/DownloadsController.cs new file mode 100644 index 00000000..46ed7fb3 --- /dev/null +++ b/src/Web/Controllers/DownloadsController.cs @@ -0,0 +1,40 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web +{ + using System; + using Microsoft.AspNetCore.Mvc; + using WixToolset.Web.Models; + using WixToolset.Web.Extensions; + using WixToolset.Web.Services; + using System.Threading.Tasks; + + public class DownloadsController : Controller + { + public DownloadsController(IStorageService storageService) + { + this.StorageService = storageService; + } + + private IStorageService StorageService { get; } + + [Route("releases/{version}/{file}")] + [Route("downloads/{version}/{file}")] + public async Task RedirectToDownload(string version, string file) + { + if (!VersionString.TryParse(version, out var versionString) || String.IsNullOrEmpty(file)) + { + return this.Redirect("/releases"); + } + + // The static.wixtoolset.org is case sensitive and all files there are lower case. + var redirect = String.Format("http://static.wixtoolset.org/releases/{0}/{1}", versionString.Prefixed, file).ToLowerInvariant(); + + var visit = await this.HttpContext.CreateVisitEntityAsync("download", $"Version={versionString.Nonprefixed}+File={file}"); + + await this.StorageService.LogVisitAsync(visit); + + return this.Redirect(redirect); + } + } +} diff --git a/src/Web/Controllers/SearchController.cs b/src/Web/Controllers/SearchController.cs new file mode 100644 index 00000000..d4f433c1 --- /dev/null +++ b/src/Web/Controllers/SearchController.cs @@ -0,0 +1,21 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Controllers +{ + using System; + using System.Net; + using Microsoft.AspNetCore.Mvc; + + public class SearchController : Controller + { + [HttpGet("search")] + public ActionResult Get(string q) + { + var query = String.IsNullOrEmpty(q) ? "WixToolset" : WebUtility.UrlEncode(q); + + var redirect = $"http://www.bing.com/search?q1=site:wixtoolset.org&q={query}"; + + return this.Redirect(redirect); + } + } +} diff --git a/src/Web/Controllers/StatusCodeController.cs b/src/Web/Controllers/StatusCodeController.cs new file mode 100644 index 00000000..76e37c84 --- /dev/null +++ b/src/Web/Controllers/StatusCodeController.cs @@ -0,0 +1,55 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Controllers +{ + using System; + using System.IO; + using System.Text.RegularExpressions; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Diagnostics; + using Microsoft.AspNetCore.Mvc; + using Microsoft.Net.Http.Headers; + using WixToolset.Web.Services; + + public class StatusCodeController : Controller + { + private static readonly Regex HighDefinitionFileUrl = new Regex(@"@2x\.(jpg|gif|png)($|\?)", RegexOptions.CultureInvariant | RegexOptions.ExplicitCapture | RegexOptions.Singleline); + + public StatusCodeController(IStorageService storageService) + { + this.StorageService = storageService; + } + + private IStorageService StorageService { get; } + + [Route("statuscode/{code}")] + public async Task Get(int code) + { + var exceptionFeature = this.HttpContext.Features.Get(); + + var page = exceptionFeature?.Path; + + if (String.IsNullOrEmpty(page)) + { + var reexecuteFeature = this.HttpContext.Features.Get(); + + page = reexecuteFeature?.OriginalPath ?? String.Empty; + } + + if (HighDefinitionFileUrl.IsMatch(page)) + { + return this.StatusCode(code); + } + + var ip = this.HttpContext.Connection.RemoteIpAddress?.ToString(); + + var referrer = this.Request.Headers[HeaderNames.Referer]; + + await this.StorageService.LogErrorAsync(code, ip, page, referrer, exceptionFeature?.Error); + + var file = Path.GetFullPath(code == 404 ? "wwwroot/notfound/index.html" : "wwwroot/error/index.html"); + + return this.PhysicalFile(file, "text/html"); + } + } +} diff --git a/src/Web/Controllers/TelemetryController.cs b/src/Web/Controllers/TelemetryController.cs new file mode 100644 index 00000000..b21b9832 --- /dev/null +++ b/src/Web/Controllers/TelemetryController.cs @@ -0,0 +1,29 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Controllers +{ + using System.Threading.Tasks; + using Microsoft.AspNetCore.Mvc; + using WixToolset.Web.Extensions; + using WixToolset.Web.Services; + + public class TelemetryController : Controller + { + public TelemetryController(IStorageService storageService) + { + this.StorageService = storageService; + } + + private IStorageService StorageService { get; } + + [Route("telemetry/{*anything}")] + public async Task Get([FromForm] string data = null) + { + var visit = await this.HttpContext.CreateVisitEntityAsync("telemetry", data); + + await this.StorageService.LogVisitAsync(visit); + + return this.StatusCode(200); + } + } +} diff --git a/src/Web/Controllers/VersionController.cs b/src/Web/Controllers/VersionController.cs new file mode 100644 index 00000000..907892f7 --- /dev/null +++ b/src/Web/Controllers/VersionController.cs @@ -0,0 +1,20 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Controllers +{ + using System.Reflection; + using Microsoft.AspNetCore.Mvc; + + public class VersionController : Controller + { + [HttpGet("version")] + public object Get() + { + var assembly = Assembly.GetEntryAssembly(); + var display = assembly.GetCustomAttribute(); + var fileVersion = assembly.GetCustomAttribute(); + + return new { Name = display.Description, Version = fileVersion.Version }; + } + } +} diff --git a/src/Web/Extensions/HttpContextExtensions.cs b/src/Web/Extensions/HttpContextExtensions.cs new file mode 100644 index 00000000..c2d8df40 --- /dev/null +++ b/src/Web/Extensions/HttpContextExtensions.cs @@ -0,0 +1,51 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Extensions +{ + using System; + using System.Security.Claims; + using System.Threading.Tasks; + using Microsoft.AspNetCore.Authentication.Cookies; + using Microsoft.AspNetCore.Http; + using Microsoft.AspNetCore.Http.Authentication; + using WixToolset.Web.Models; + + public static class HttpContextExtensions + { + public async static Task CreateVisitEntityAsync(this HttpContext context, string purpose, string data) + { + var userId = await context.EnsureAuthenticatedAsync(); + + var ip = context.Connection.RemoteIpAddress; + + var referrer = context.Request.Headers["Referer"].ToString(); + + var userAgent = context.Request.Headers["User-Agent"].ToString(); + + return new VisitEntity("www.wixtoolset.com", purpose) + { + Host = context.Request.Host.Value, + IP = ip.ToString(), + Method = context.Request.Method, + Path = context.Request.Path, + QueryString = context.Request.QueryString.Value, + Referrer = referrer, + UserAgent = userAgent, + UserId = userId, + Data = data, + }; + } + + public async static Task EnsureAuthenticatedAsync(this HttpContext context) + { + if (!context.User.Identity.IsAuthenticated) + { + var principal = new ClaimsPrincipal(new ClaimsIdentity(new[] { new Claim(ClaimTypes.Name, Guid.NewGuid().ToString("N")) }, CookieAuthenticationDefaults.AuthenticationScheme)); + + await context.Authentication.SignInAsync(CookieAuthenticationDefaults.AuthenticationScheme, principal, new AuthenticationProperties { IsPersistent = true }); + } + + return context.User.Identity.Name; + } + } +} diff --git a/src/Web/Models/ErrorEntity.cs b/src/Web/Models/ErrorEntity.cs new file mode 100644 index 00000000..f305a4ac --- /dev/null +++ b/src/Web/Models/ErrorEntity.cs @@ -0,0 +1,34 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Models +{ + using System; + using Microsoft.WindowsAzure.Storage.Table; + + public class ErrorEntity : TableEntity + { + public ErrorEntity() + { + } + + public ErrorEntity(string site, string key = null) + { + this.PartitionKey = site; + this.RowKey = key ?? DateTime.UtcNow.ToString("yyyy-MM-ddTHH-mm-ss-ffff") + "-" + Guid.NewGuid().ToString("N"); + } + + public int StatusCode { get; set; } + + public string IP { get; set; } + + public string ForwardedIP { get; set; } + + public string Url { get; set; } + + public string Referrer { get; set; } + + public string StackTrace { get; set; } + + public string Text { get; set; } + } +} \ No newline at end of file diff --git a/src/Web/Models/VersionString.cs b/src/Web/Models/VersionString.cs new file mode 100644 index 00000000..01691268 --- /dev/null +++ b/src/Web/Models/VersionString.cs @@ -0,0 +1,49 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Models +{ + using System; + + public class VersionString + { + public VersionString(Version version) + { + this.Prefixed = String.Concat("v", version); + this.PrefixedDashed = this.Prefixed.Replace('.', '-'); + this.Nonprefixed = version.ToString(); + this.NonprefixedDashed = this.Nonprefixed.Replace('.', '-'); + } + + public string Prefixed { get; } + + public string PrefixedDashed { get; } + + public string Nonprefixed { get; } + + public string NonprefixedDashed { get; } + + public static bool TryParse(string version, out VersionString versionString) + { + versionString = null; + + if (String.IsNullOrEmpty(version)) + { + return false; + } + + if (version.StartsWith("v", StringComparison.OrdinalIgnoreCase)) + { + version = version.Substring(1); + } + + version = version.Replace('-', '.'); // support the dashed form of a version + + if (Version.TryParse(version, out var parsed)) + { + versionString = new VersionString(parsed); + } + + return versionString != null; + } + } +} diff --git a/src/Web/Models/VisitEntity.cs b/src/Web/Models/VisitEntity.cs new file mode 100644 index 00000000..e8ce2336 --- /dev/null +++ b/src/Web/Models/VisitEntity.cs @@ -0,0 +1,42 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Models +{ + using System; + using Microsoft.WindowsAzure.Storage.Table; + + public class VisitEntity : TableEntity + { + public VisitEntity() + { + } + + public VisitEntity(string site, string purpose, string key = null) + { + this.PartitionKey = site; + this.RowKey = key ?? DateTimeOffset.UtcNow.ToString("yyyy-MM-ddTHH-mm-ss-ffff") + "-" + Guid.NewGuid().ToString("N"); + + this.Purpose = purpose; + } + + public string Method { get; set; } + + public string IP { get; set; } + + public string Path { get; set; } + + public string QueryString { get; set; } + + public string Host { get; set; } + + public string UserAgent { get; set; } + + public string Referrer { get; set; } + + public string Purpose { get; set; } + + public string UserId { get; set; } + + public string Data { get; set; } + } +} diff --git a/src/Web/Program.cs b/src/Web/Program.cs new file mode 100644 index 00000000..226c44c3 --- /dev/null +++ b/src/Web/Program.cs @@ -0,0 +1,22 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web +{ + using System.IO; + using Microsoft.AspNetCore.Hosting; + + public class Program + { + public static void Main(string[] args) + { + var host = new WebHostBuilder() + .UseKestrel(options => options.AddServerHeader = false) + .UseContentRoot(Directory.GetCurrentDirectory()) + .UseAzureAppServices() + .UseStartup() + .Build(); + + host.Run(); + } + } +} diff --git a/src/Web/Properties/launchSettings.json b/src/Web/Properties/launchSettings.json new file mode 100644 index 00000000..c750ebae --- /dev/null +++ b/src/Web/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:27935/", + "sslPort": 0 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "WixToolset.WebOnCore": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file diff --git a/src/Web/Services/IStorageService.cs b/src/Web/Services/IStorageService.cs new file mode 100644 index 00000000..5aaa2f2c --- /dev/null +++ b/src/Web/Services/IStorageService.cs @@ -0,0 +1,15 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Services +{ + using System; + using System.Threading.Tasks; + using WixToolset.Web.Models; + + public interface IStorageService + { + Task LogErrorAsync(int code, string ip, string page, string referrer, Exception exception); + + Task LogVisitAsync(VisitEntity visit); + } +} diff --git a/src/Web/Services/StorageService.cs b/src/Web/Services/StorageService.cs new file mode 100644 index 00000000..283c474f --- /dev/null +++ b/src/Web/Services/StorageService.cs @@ -0,0 +1,66 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web.Services +{ + using System; + using System.Diagnostics; + using System.Threading.Tasks; + using Microsoft.WindowsAzure.Storage; + using Microsoft.WindowsAzure.Storage.Table; + using WixToolset.Web.Models; + + public class StorageService : IStorageService + { + public StorageService(string connectionString) + { + if (String.IsNullOrEmpty(connectionString)) + { + throw new ArgumentNullException(nameof(connectionString)); + } + + this.Storage = CloudStorageAccount.Parse(connectionString); + } + + private CloudStorageAccount Storage { get; } + + public async Task LogErrorAsync(int code, string ip, string page, string referrer, Exception exception) + { + var error = new ErrorEntity("www.wixtoolset.com") + { + StatusCode = code, + IP = ip, + Url = page, + Referrer = referrer, + Text = exception?.Message, + StackTrace = exception?.StackTrace, + }; + + await this.WriteToTableStorage("Errors", error); + } + + public async Task LogVisitAsync(VisitEntity visit) + { + await this.WriteToTableStorage("Visits", visit); + } + + public async Task WriteToTableStorage(string tableName, ITableEntity entity) + { + try + { + var op = TableOperation.Insert(entity); + + var client = this.Storage.CreateCloudTableClient(); + + var table = client.GetTableReference(tableName); + + await table.CreateIfNotExistsAsync(); + + await table.ExecuteAsync(op); + } + catch (Exception e) + { + Trace.TraceError("> Failed to log to table storage, table: {0}, exception: {1}, stacktrace: {2}", tableName, e.Message, e.StackTrace); + } + } + } +} diff --git a/src/Web/Startup.cs b/src/Web/Startup.cs new file mode 100644 index 00000000..a86beca5 --- /dev/null +++ b/src/Web/Startup.cs @@ -0,0 +1,117 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + +namespace WixToolset.Web +{ + using System; + using Microsoft.AspNetCore.Authentication.Cookies; + using Microsoft.AspNetCore.Builder; + using Microsoft.AspNetCore.Hosting; + using Microsoft.AspNetCore.Http; + using Microsoft.AspNetCore.Rewrite; + using Microsoft.AspNetCore.StaticFiles; + using Microsoft.Extensions.Configuration; + using Microsoft.Extensions.DependencyInjection; + using Microsoft.Extensions.Logging; + using Microsoft.Net.Http.Headers; + using WixToolset.Web.Services; + + public class Startup + { + public Startup(IHostingEnvironment env) + { + var builder = new ConfigurationBuilder() + .SetBasePath(env.ContentRootPath) + .AddJsonFile("appsettings.json", optional: false, reloadOnChange: true) + .AddEnvironmentVariables(); + + this.Configuration = builder.Build(); + } + + private IConfigurationRoot Configuration { get; } + + public void ConfigureServices(IServiceCollection services) + { + var connectionString = this.Configuration.GetConnectionString("AzureStorageAccount"); + + services.AddScoped(s => new StorageService(connectionString)); + + services.AddMvc(); + } + + public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) + { + loggerFactory.AddConsole(this.Configuration.GetSection("Logging")); + loggerFactory.AddDebug(); + + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + app.UseBrowserLink(); + } + else + { + app.UseExceptionHandler("/statuscode/500/"); + } + + app.UseForwardedHeaders(); + + app.UseRewriter(this.LoadRewrites()); + + app.UseCookieAuthentication(new CookieAuthenticationOptions + { + AuthenticationScheme = CookieAuthenticationDefaults.AuthenticationScheme, + AutomaticAuthenticate = true, + AutomaticChallenge = true, + CookieName = "wu", + }); + + app.UseDefaultFiles(new DefaultFilesOptions + { + DefaultFileNames = new[] { "index.html", "index.feed" } + }); + + app.UseStaticFiles(new StaticFileOptions + { + ContentTypeProvider = StaticContentTypes(), + + OnPrepareResponse = context => + { + var headers = context.Context.Response.GetTypedHeaders(); + headers.CacheControl = new CacheControlHeaderValue { MaxAge = TimeSpan.FromDays(1), Public = true }; + } + }); + + app.UseStatusCodePagesWithReExecute("/statuscode/{0}/"); + + app.UseMvc(); + } + + private RewriteOptions LoadRewrites() + { + var options = new RewriteOptions(); + + foreach (var redir in this.Configuration.GetSection("Redirects").GetChildren()) + { + var source = redir.Key; + var target = redir.Value; + + source = source.StartsWith("^") ? source : source.StartsWith("*") ? source.TrimStart('*') : "^" + source; + source = source.EndsWith("$") ? source : source.EndsWith("*") ? source.TrimEnd('*') : source + @"/?$"; + + options.AddRedirect(source, target, StatusCodes.Status301MovedPermanently); + } + + return options; + } + + private static FileExtensionContentTypeProvider StaticContentTypes() + { + var provider = new FileExtensionContentTypeProvider(); + provider.Mappings[".feed"] = "application/atom+xml"; + provider.Mappings[".wxl"] = "application/xml"; + provider.Mappings[".vbs"] = "text/plain"; + + return provider; + } + } +} diff --git a/root/data/news/2005-09-30-Introducing-the-WiX-Web-Site.html.md b/src/Web/Static/data/news/2005-09-30-Introducing-the-WiX-Web-Site.html.md similarity index 100% rename from root/data/news/2005-09-30-Introducing-the-WiX-Web-Site.html.md rename to src/Web/Static/data/news/2005-09-30-Introducing-the-WiX-Web-Site.html.md diff --git a/root/data/news/2005-11-08-Introducing-ClickThrough.html.md b/src/Web/Static/data/news/2005-11-08-Introducing-ClickThrough.html.md similarity index 100% rename from root/data/news/2005-11-08-Introducing-ClickThrough.html.md rename to src/Web/Static/data/news/2005-11-08-Introducing-ClickThrough.html.md diff --git a/root/data/news/2006-05-17-Weekly-Releases.html.md b/src/Web/Static/data/news/2006-05-17-Weekly-Releases.html.md similarity index 100% rename from root/data/news/2006-05-17-Weekly-Releases.html.md rename to src/Web/Static/data/news/2006-05-17-Weekly-Releases.html.md diff --git a/root/data/news/2006-09-20-New-Wix3-msi.html.md b/src/Web/Static/data/news/2006-09-20-New-Wix3-msi.html.md similarity index 100% rename from root/data/news/2006-09-20-New-Wix3-msi.html.md rename to src/Web/Static/data/news/2006-09-20-New-Wix3-msi.html.md diff --git a/root/data/news/2006-09-20-Votive-v3-Released.html.md b/src/Web/Static/data/news/2006-09-20-Votive-v3-Released.html.md similarity index 100% rename from root/data/news/2006-09-20-Votive-v3-Released.html.md rename to src/Web/Static/data/news/2006-09-20-Votive-v3-Released.html.md diff --git a/root/data/news/2006-09-27-Added-a-What-s-New-in-WiX-v3-FAQ-Section.html.md b/src/Web/Static/data/news/2006-09-27-Added-a-What-s-New-in-WiX-v3-FAQ-Section.html.md similarity index 100% rename from root/data/news/2006-09-27-Added-a-What-s-New-in-WiX-v3-FAQ-Section.html.md rename to src/Web/Static/data/news/2006-09-27-Added-a-What-s-New-in-WiX-v3-FAQ-Section.html.md diff --git a/root/data/news/2007-03-15-Saying-Goodbye-to-FragmentRef-s.html.md b/src/Web/Static/data/news/2007-03-15-Saying-Goodbye-to-FragmentRef-s.html.md similarity index 100% rename from root/data/news/2007-03-15-Saying-Goodbye-to-FragmentRef-s.html.md rename to src/Web/Static/data/news/2007-03-15-Saying-Goodbye-to-FragmentRef-s.html.md diff --git a/root/data/news/2007-12-07-Votive-works-with-Visual-Studio-2008.html.md b/src/Web/Static/data/news/2007-12-07-Votive-works-with-Visual-Studio-2008.html.md similarity index 100% rename from root/data/news/2007-12-07-Votive-works-with-Visual-Studio-2008.html.md rename to src/Web/Static/data/news/2007-12-07-Votive-works-with-Visual-Studio-2008.html.md diff --git a/root/data/news/2008-01-11-The-much-exaggerated-death-of-the-WiX-toolset.html.md b/src/Web/Static/data/news/2008-01-11-The-much-exaggerated-death-of-the-WiX-toolset.html.md similarity index 100% rename from root/data/news/2008-01-11-The-much-exaggerated-death-of-the-WiX-toolset.html.md rename to src/Web/Static/data/news/2008-01-11-The-much-exaggerated-death-of-the-WiX-toolset.html.md diff --git a/root/data/news/2008-02-17-WiX-toolset-Production-Stable.html.md b/src/Web/Static/data/news/2008-02-17-WiX-toolset-Production-Stable.html.md similarity index 100% rename from root/data/news/2008-02-17-WiX-toolset-Production-Stable.html.md rename to src/Web/Static/data/news/2008-02-17-WiX-toolset-Production-Stable.html.md diff --git a/root/data/news/2008-05-23-Subscribe-to-send-email-cutting-down-on-spam.html.md b/src/Web/Static/data/news/2008-05-23-Subscribe-to-send-email-cutting-down-on-spam.html.md similarity index 100% rename from root/data/news/2008-05-23-Subscribe-to-send-email-cutting-down-on-spam.html.md rename to src/Web/Static/data/news/2008-05-23-Subscribe-to-send-email-cutting-down-on-spam.html.md diff --git a/root/data/news/2008-12-20-WiX-v3-0-beta-exit-build-available-On-the-road-to-RTM.html.md b/src/Web/Static/data/news/2008-12-20-WiX-v3-0-beta-exit-build-available-On-the-road-to-RTM.html.md similarity index 100% rename from root/data/news/2008-12-20-WiX-v3-0-beta-exit-build-available-On-the-road-to-RTM.html.md rename to src/Web/Static/data/news/2008-12-20-WiX-v3-0-beta-exit-build-available-On-the-road-to-RTM.html.md diff --git a/root/data/news/2009-04-18-WiX-v3-0-release-candidate-2-build-available.html.md b/src/Web/Static/data/news/2009-04-18-WiX-v3-0-release-candidate-2-build-available.html.md similarity index 100% rename from root/data/news/2009-04-18-WiX-v3-0-release-candidate-2-build-available.html.md rename to src/Web/Static/data/news/2009-04-18-WiX-v3-0-release-candidate-2-build-available.html.md diff --git a/root/data/news/2009-06-12-WiX-v3-5-Votive-integration-with-Visual-Studio-2010-available.html.md b/src/Web/Static/data/news/2009-06-12-WiX-v3-5-Votive-integration-with-Visual-Studio-2010-available.html.md similarity index 100% rename from root/data/news/2009-06-12-WiX-v3-5-Votive-integration-with-Visual-Studio-2010-available.html.md rename to src/Web/Static/data/news/2009-06-12-WiX-v3-5-Votive-integration-with-Visual-Studio-2010-available.html.md diff --git a/root/data/news/2009-07-04-WiX-v3-0-released.html.md b/src/Web/Static/data/news/2009-07-04-WiX-v3-0-released.html.md similarity index 100% rename from root/data/news/2009-07-04-WiX-v3-0-released.html.md rename to src/Web/Static/data/news/2009-07-04-WiX-v3-0-released.html.md diff --git a/root/data/news/2010-04-28-Change-of-plans-for-WiX-v3-5.html.md b/src/Web/Static/data/news/2010-04-28-Change-of-plans-for-WiX-v3-5.html.md similarity index 100% rename from root/data/news/2010-04-28-Change-of-plans-for-WiX-v3-5.html.md rename to src/Web/Static/data/news/2010-04-28-Change-of-plans-for-WiX-v3-5.html.md diff --git a/root/data/news/2010-06-06-WiX-toolset-source-and-releases-move-to-CodePlex.html.md b/src/Web/Static/data/news/2010-06-06-WiX-toolset-source-and-releases-move-to-CodePlex.html.md similarity index 100% rename from root/data/news/2010-06-06-WiX-toolset-source-and-releases-move-to-CodePlex.html.md rename to src/Web/Static/data/news/2010-06-06-WiX-toolset-source-and-releases-move-to-CodePlex.html.md diff --git a/root/data/news/2010-09-06-Burn-baby-Burn.html.md b/src/Web/Static/data/news/2010-09-06-Burn-baby-Burn.html.md similarity index 100% rename from root/data/news/2010-09-06-Burn-baby-Burn.html.md rename to src/Web/Static/data/news/2010-09-06-Burn-baby-Burn.html.md diff --git a/root/data/news/2010-10-10-State-of-the-WiX-toolset-in-October-2010.html.md b/src/Web/Static/data/news/2010-10-10-State-of-the-WiX-toolset-in-October-2010.html.md similarity index 100% rename from root/data/news/2010-10-10-State-of-the-WiX-toolset-in-October-2010.html.md rename to src/Web/Static/data/news/2010-10-10-State-of-the-WiX-toolset-in-October-2010.html.md diff --git a/root/data/news/2010-10-29-WiX-v3-5-Release-Candidate.html.md b/src/Web/Static/data/news/2010-10-29-WiX-v3-5-Release-Candidate.html.md similarity index 100% rename from root/data/news/2010-10-29-WiX-v3-5-Release-Candidate.html.md rename to src/Web/Static/data/news/2010-10-29-WiX-v3-5-Release-Candidate.html.md diff --git a/root/data/news/2010-11-25-WiX-v3-5-in-Escrow.html.md b/src/Web/Static/data/news/2010-11-25-WiX-v3-5-in-Escrow.html.md similarity index 100% rename from root/data/news/2010-11-25-WiX-v3-5-in-Escrow.html.md rename to src/Web/Static/data/news/2010-11-25-WiX-v3-5-in-Escrow.html.md diff --git a/root/data/news/2010-12-03-WiX-v3-5-Escrow-Reset.html.md b/src/Web/Static/data/news/2010-12-03-WiX-v3-5-Escrow-Reset.html.md similarity index 100% rename from root/data/news/2010-12-03-WiX-v3-5-Escrow-Reset.html.md rename to src/Web/Static/data/news/2010-12-03-WiX-v3-5-Escrow-Reset.html.md diff --git a/root/data/news/2011-01-31-WiX-v3-5-released.html.md b/src/Web/Static/data/news/2011-01-31-WiX-v3-5-released.html.md similarity index 100% rename from root/data/news/2011-01-31-WiX-v3-5-released.html.md rename to src/Web/Static/data/news/2011-01-31-WiX-v3-5-released.html.md diff --git a/root/data/news/2011-07-30-State-of-the-WiX-toolset-in-July-2011.html.md b/src/Web/Static/data/news/2011-07-30-State-of-the-WiX-toolset-in-July-2011.html.md similarity index 100% rename from root/data/news/2011-07-30-State-of-the-WiX-toolset-in-July-2011.html.md rename to src/Web/Static/data/news/2011-07-30-State-of-the-WiX-toolset-in-July-2011.html.md diff --git a/root/data/news/2011-10-24-WiX-v3-6-beta-released.html.md b/src/Web/Static/data/news/2011-10-24-WiX-v3-6-beta-released.html.md similarity index 100% rename from root/data/news/2011-10-24-WiX-v3-6-beta-released.html.md rename to src/Web/Static/data/news/2011-10-24-WiX-v3-6-beta-released.html.md diff --git a/root/data/news/2012-04-03-WiX-v3-6-RC0-released.html.md b/src/Web/Static/data/news/2012-04-03-WiX-v3-6-RC0-released.html.md similarity index 100% rename from root/data/news/2012-04-03-WiX-v3-6-RC0-released.html.md rename to src/Web/Static/data/news/2012-04-03-WiX-v3-6-RC0-released.html.md diff --git a/root/data/news/2012-05-28-WiX-v3-6-RC-available.html.md b/src/Web/Static/data/news/2012-05-28-WiX-v3-6-RC-available.html.md similarity index 100% rename from root/data/news/2012-05-28-WiX-v3-6-RC-available.html.md rename to src/Web/Static/data/news/2012-05-28-WiX-v3-6-RC-available.html.md diff --git a/root/data/news/2012-08-14-WiX-toolset-joins-Outercurve-Foundation.html.md b/src/Web/Static/data/news/2012-08-14-WiX-toolset-joins-Outercurve-Foundation.html.md similarity index 100% rename from root/data/news/2012-08-14-WiX-toolset-joins-Outercurve-Foundation.html.md rename to src/Web/Static/data/news/2012-08-14-WiX-toolset-joins-Outercurve-Foundation.html.md diff --git a/root/data/news/2012-09-03-WiX-v3-6-released.html.md b/src/Web/Static/data/news/2012-09-03-WiX-v3-6-released.html.md similarity index 100% rename from root/data/news/2012-09-03-WiX-v3-6-released.html.md rename to src/Web/Static/data/news/2012-09-03-WiX-v3-6-released.html.md diff --git a/root/data/news/2012-11-20-WiX-v3-7-RC-available.html.md b/src/Web/Static/data/news/2012-11-20-WiX-v3-7-RC-available.html.md similarity index 100% rename from root/data/news/2012-11-20-WiX-v3-7-RC-available.html.md rename to src/Web/Static/data/news/2012-11-20-WiX-v3-7-RC-available.html.md diff --git a/root/data/news/2012-12-24-WiX-v3-7-released.html.md b/src/Web/Static/data/news/2012-12-24-WiX-v3-7-released.html.md similarity index 100% rename from root/data/news/2012-12-24-WiX-v3-7-released.html.md rename to src/Web/Static/data/news/2012-12-24-WiX-v3-7-released.html.md diff --git a/root/data/news/2013-01-07-Looking-for-a-few-good-developers.html.md b/src/Web/Static/data/news/2013-01-07-Looking-for-a-few-good-developers.html.md similarity index 100% rename from root/data/news/2013-01-07-Looking-for-a-few-good-developers.html.md rename to src/Web/Static/data/news/2013-01-07-Looking-for-a-few-good-developers.html.md diff --git a/root/data/news/2013-04-05-WiX-Toolset-turns-9.html.md b/src/Web/Static/data/news/2013-04-05-WiX-Toolset-turns-9.html.md similarity index 100% rename from root/data/news/2013-04-05-WiX-Toolset-turns-9.html.md rename to src/Web/Static/data/news/2013-04-05-WiX-Toolset-turns-9.html.md diff --git a/root/data/news/2013-09-11-Website-Outage.md b/src/Web/Static/data/news/2013-09-11-Website-Outage.md similarity index 100% rename from root/data/news/2013-09-11-Website-Outage.md rename to src/Web/Static/data/news/2013-09-11-Website-Outage.md diff --git a/root/data/news/2013-09-13-Website-Restored.md b/src/Web/Static/data/news/2013-09-13-Website-Restored.md similarity index 100% rename from root/data/news/2013-09-13-Website-Restored.md rename to src/Web/Static/data/news/2013-09-13-Website-Restored.md diff --git a/root/data/news/2013-11-28-WiX-v3-8-released.md b/src/Web/Static/data/news/2013-11-28-WiX-v3-8-released.md similarity index 100% rename from root/data/news/2013-11-28-WiX-v3-8-released.md rename to src/Web/Static/data/news/2013-11-28-WiX-v3-8-released.md diff --git a/root/data/news/2014-03-14-WiX-toolset-moves-to-GitHub.md b/src/Web/Static/data/news/2014-03-14-WiX-toolset-moves-to-GitHub.md similarity index 100% rename from root/data/news/2014-03-14-WiX-toolset-moves-to-GitHub.md rename to src/Web/Static/data/news/2014-03-14-WiX-toolset-moves-to-GitHub.md diff --git a/root/data/news/2014-07-07-WiX-v3-9-RC-available.html.md b/src/Web/Static/data/news/2014-07-07-WiX-v3-9-RC-available.html.md similarity index 100% rename from root/data/news/2014-07-07-WiX-v3-9-RC-available.html.md rename to src/Web/Static/data/news/2014-07-07-WiX-v3-9-RC-available.html.md diff --git a/root/data/news/2014-07-22-WiX-v3-9-RC2-available.html.md b/src/Web/Static/data/news/2014-07-22-WiX-v3-9-RC2-available.html.md similarity index 100% rename from root/data/news/2014-07-22-WiX-v3-9-RC2-available.html.md rename to src/Web/Static/data/news/2014-07-22-WiX-v3-9-RC2-available.html.md diff --git a/root/data/news/2014-09-01-WiX-v3-9-RC3-available.html.md b/src/Web/Static/data/news/2014-09-01-WiX-v3-9-RC3-available.html.md similarity index 100% rename from root/data/news/2014-09-01-WiX-v3-9-RC3-available.html.md rename to src/Web/Static/data/news/2014-09-01-WiX-v3-9-RC3-available.html.md diff --git a/root/data/news/2014-10-06-WiX-v3-9-RC4-available.html.md b/src/Web/Static/data/news/2014-10-06-WiX-v3-9-RC4-available.html.md similarity index 100% rename from root/data/news/2014-10-06-WiX-v3-9-RC4-available.html.md rename to src/Web/Static/data/news/2014-10-06-WiX-v3-9-RC4-available.html.md diff --git a/root/data/news/2014-10-31-WiX-v3-9-released.md b/src/Web/Static/data/news/2014-10-31-WiX-v3-9-released.md similarity index 100% rename from root/data/news/2014-10-31-WiX-v3-9-released.md rename to src/Web/Static/data/news/2014-10-31-WiX-v3-9-released.md diff --git a/root/data/news/2015-01-21-WiX-v3-9-R2-released.html.md b/src/Web/Static/data/news/2015-01-21-WiX-v3-9-R2-released.html.md similarity index 100% rename from root/data/news/2015-01-21-WiX-v3-9-R2-released.html.md rename to src/Web/Static/data/news/2015-01-21-WiX-v3-9-R2-released.html.md diff --git a/root/data/news/2015-05-11-WiX-Tutorial-moves-to-FireGiant.html.md b/src/Web/Static/data/news/2015-05-11-WiX-Tutorial-moves-to-FireGiant.html.md similarity index 100% rename from root/data/news/2015-05-11-WiX-Tutorial-moves-to-FireGiant.html.md rename to src/Web/Static/data/news/2015-05-11-WiX-Tutorial-moves-to-FireGiant.html.md diff --git a/root/data/news/2015-06-23-WiX-v3-10-RC-available.html.md b/src/Web/Static/data/news/2015-06-23-WiX-v3-10-RC-available.html.md similarity index 100% rename from root/data/news/2015-06-23-WiX-v3-10-RC-available.html.md rename to src/Web/Static/data/news/2015-06-23-WiX-v3-10-RC-available.html.md diff --git a/root/data/news/2015-07-21-New-WiX-Mailing-Lists.html.md b/src/Web/Static/data/news/2015-07-21-New-WiX-Mailing-Lists.html.md similarity index 100% rename from root/data/news/2015-07-21-New-WiX-Mailing-Lists.html.md rename to src/Web/Static/data/news/2015-07-21-New-WiX-Mailing-Lists.html.md diff --git a/root/data/news/2015-08-26-WiX-v3-10-RC2-available.html.md b/src/Web/Static/data/news/2015-08-26-WiX-v3-10-RC2-available.html.md similarity index 100% rename from root/data/news/2015-08-26-WiX-v3-10-RC2-available.html.md rename to src/Web/Static/data/news/2015-08-26-WiX-v3-10-RC2-available.html.md diff --git a/root/data/news/2015-09-07-WiX-v3-10-released.html.md b/src/Web/Static/data/news/2015-09-07-WiX-v3-10-released.html.md similarity index 100% rename from root/data/news/2015-09-07-WiX-v3-10-released.html.md rename to src/Web/Static/data/news/2015-09-07-WiX-v3-10-released.html.md diff --git a/root/data/news/2015-10-31-WiX-v3-10-1-released.html.md b/src/Web/Static/data/news/2015-10-31-WiX-v3-10-1-released.html.md similarity index 100% rename from root/data/news/2015-10-31-WiX-v3-10-1-released.html.md rename to src/Web/Static/data/news/2015-10-31-WiX-v3-10-1-released.html.md diff --git a/root/data/news/2016-01-04-Redesigned-WiX-Web-site.html.md b/src/Web/Static/data/news/2016-01-04-Redesigned-WiX-Web-site.html.md similarity index 100% rename from root/data/news/2016-01-04-Redesigned-WiX-Web-site.html.md rename to src/Web/Static/data/news/2016-01-04-Redesigned-WiX-Web-site.html.md diff --git a/root/data/news/2016-01-20-WiX-v3-10-2-released.html.md b/src/Web/Static/data/news/2016-01-20-WiX-v3-10-2-released.html.md similarity index 100% rename from root/data/news/2016-01-20-WiX-v3-10-2-released.html.md rename to src/Web/Static/data/news/2016-01-20-WiX-v3-10-2-released.html.md diff --git a/root/data/news/2016-04-19-WiX-has-a-New-Committer.html.md b/src/Web/Static/data/news/2016-04-19-WiX-has-a-New-Committer.html.md similarity index 100% rename from root/data/news/2016-04-19-WiX-has-a-New-Committer.html.md rename to src/Web/Static/data/news/2016-04-19-WiX-has-a-New-Committer.html.md diff --git a/root/data/news/2016-05-04-WiX-toolset-joins-NET-Foundation.md b/src/Web/Static/data/news/2016-05-04-WiX-toolset-joins-NET-Foundation.md similarity index 100% rename from root/data/news/2016-05-04-WiX-toolset-joins-NET-Foundation.md rename to src/Web/Static/data/news/2016-05-04-WiX-toolset-joins-NET-Foundation.md diff --git a/root/data/news/2016-07-04-WiX-v3-10-3-released.html.md b/src/Web/Static/data/news/2016-07-04-WiX-v3-10-3-released.html.md similarity index 100% rename from root/data/news/2016-07-04-WiX-v3-10-3-released.html.md rename to src/Web/Static/data/news/2016-07-04-WiX-v3-10-3-released.html.md diff --git a/root/data/news/2017-03-02-VS2017-preview.html.md b/src/Web/Static/data/news/2017-03-02-VS2017-preview.html.md similarity index 100% rename from root/data/news/2017-03-02-VS2017-preview.html.md rename to src/Web/Static/data/news/2017-03-02-VS2017-preview.html.md diff --git a/root/data/news/2017-03-07-WiX-v-311-RC-available.html.md b/src/Web/Static/data/news/2017-03-07-WiX-v-311-RC-available.html.md similarity index 100% rename from root/data/news/2017-03-07-WiX-v-311-RC-available.html.md rename to src/Web/Static/data/news/2017-03-07-WiX-v-311-RC-available.html.md diff --git a/root/data/news/2017-03-28-WiX-v-311-RC2-available.html.md b/src/Web/Static/data/news/2017-03-28-WiX-v-311-RC2-available.html.md similarity index 100% rename from root/data/news/2017-03-28-WiX-v-311-RC2-available.html.md rename to src/Web/Static/data/news/2017-03-28-WiX-v-311-RC2-available.html.md diff --git a/root/documents/about.html.md b/src/Web/Static/documents/about.html.md similarity index 100% rename from root/documents/about.html.md rename to src/Web/Static/documents/about.html.md diff --git a/root/documents/about/governance.html.md b/src/Web/Static/documents/about/governance.html.md similarity index 100% rename from root/documents/about/governance.html.md rename to src/Web/Static/documents/about/governance.html.md diff --git a/root/documents/about/license.html.md b/src/Web/Static/documents/about/license.html.md similarity index 100% rename from root/documents/about/license.html.md rename to src/Web/Static/documents/about/license.html.md diff --git a/root/documents/bugs.html.md b/src/Web/Static/documents/bugs.html.md similarity index 100% rename from root/documents/bugs.html.md rename to src/Web/Static/documents/bugs.html.md diff --git a/root/documents/development.html.md b/src/Web/Static/documents/development.html.md similarity index 100% rename from root/documents/development.html.md rename to src/Web/Static/documents/development.html.md diff --git a/root/documents/development/assignment-agreement.html.md b/src/Web/Static/documents/development/assignment-agreement.html.md similarity index 100% rename from root/documents/development/assignment-agreement.html.md rename to src/Web/Static/documents/development/assignment-agreement.html.md diff --git a/root/documents/development/assignment-agreement/request_data.html.md b/src/Web/Static/documents/development/assignment-agreement/request_data.html.md similarity index 100% rename from root/documents/development/assignment-agreement/request_data.html.md rename to src/Web/Static/documents/development/assignment-agreement/request_data.html.md diff --git a/root/documents/development/assignment-agreement/sent_data.html.md b/src/Web/Static/documents/development/assignment-agreement/sent_data.html.md similarity index 100% rename from root/documents/development/assignment-agreement/sent_data.html.md rename to src/Web/Static/documents/development/assignment-agreement/sent_data.html.md diff --git a/root/documents/development/building-wix.html.md b/src/Web/Static/documents/development/building-wix.html.md similarity index 100% rename from root/documents/development/building-wix.html.md rename to src/Web/Static/documents/development/building-wix.html.md diff --git a/root/documents/development/code-style.html.md b/src/Web/Static/documents/development/code-style.html.md similarity index 100% rename from root/documents/development/code-style.html.md rename to src/Web/Static/documents/development/code-style.html.md diff --git a/root/documents/development/wips.html.cshtml b/src/Web/Static/documents/development/wips.html.cshtml similarity index 100% rename from root/documents/development/wips.html.cshtml rename to src/Web/Static/documents/development/wips.html.cshtml diff --git a/root/documents/development/wips/0000-template-wix-improvement-proposal.html.md b/src/Web/Static/documents/development/wips/0000-template-wix-improvement-proposal.html.md similarity index 100% rename from root/documents/development/wips/0000-template-wix-improvement-proposal.html.md rename to src/Web/Static/documents/development/wips/0000-template-wix-improvement-proposal.html.md diff --git a/root/documents/development/wips/0000-wix-improvement-proposal.html.md b/src/Web/Static/documents/development/wips/0000-wix-improvement-proposal.html.md similarity index 100% rename from root/documents/development/wips/0000-wix-improvement-proposal.html.md rename to src/Web/Static/documents/development/wips/0000-wix-improvement-proposal.html.md diff --git a/root/documents/development/wips/3249-allow-ba-to-run-elevated-aync-process-through-engine.html.md b/src/Web/Static/documents/development/wips/3249-allow-ba-to-run-elevated-aync-process-through-engine.html.md similarity index 100% rename from root/documents/development/wips/3249-allow-ba-to-run-elevated-aync-process-through-engine.html.md rename to src/Web/Static/documents/development/wips/3249-allow-ba-to-run-elevated-aync-process-through-engine.html.md diff --git a/root/documents/development/wips/4149-thmutil-variable-support.html.md b/src/Web/Static/documents/development/wips/4149-thmutil-variable-support.html.md similarity index 100% rename from root/documents/development/wips/4149-thmutil-variable-support.html.md rename to src/Web/Static/documents/development/wips/4149-thmutil-variable-support.html.md diff --git a/root/documents/development/wips/4161-allow-more-than-one-mbaprereq.html.md b/src/Web/Static/documents/development/wips/4161-allow-more-than-one-mbaprereq.html.md similarity index 100% rename from root/documents/development/wips/4161-allow-more-than-one-mbaprereq.html.md rename to src/Web/Static/documents/development/wips/4161-allow-more-than-one-mbaprereq.html.md diff --git a/root/documents/development/wips/4258-identifier-access-modifiers.html.md b/src/Web/Static/documents/development/wips/4258-identifier-access-modifiers.html.md similarity index 100% rename from root/documents/development/wips/4258-identifier-access-modifiers.html.md rename to src/Web/Static/documents/development/wips/4258-identifier-access-modifiers.html.md diff --git a/root/documents/development/wips/4259-collapse-duplicate-directories.html.md b/src/Web/Static/documents/development/wips/4259-collapse-duplicate-directories.html.md similarity index 100% rename from root/documents/development/wips/4259-collapse-duplicate-directories.html.md rename to src/Web/Static/documents/development/wips/4259-collapse-duplicate-directories.html.md diff --git a/root/documents/development/wips/4260-inline-directory-syntax.html.md b/src/Web/Static/documents/development/wips/4260-inline-directory-syntax.html.md similarity index 100% rename from root/documents/development/wips/4260-inline-directory-syntax.html.md rename to src/Web/Static/documents/development/wips/4260-inline-directory-syntax.html.md diff --git a/root/documents/development/wips/4273-wix-layering-improvements.html.md b/src/Web/Static/documents/development/wips/4273-wix-layering-improvements.html.md similarity index 100% rename from root/documents/development/wips/4273-wix-layering-improvements.html.md rename to src/Web/Static/documents/development/wips/4273-wix-layering-improvements.html.md diff --git a/root/documents/development/wips/4274-simple-standard-file-structure.html.md b/src/Web/Static/documents/development/wips/4274-simple-standard-file-structure.html.md similarity index 100% rename from root/documents/development/wips/4274-simple-standard-file-structure.html.md rename to src/Web/Static/documents/development/wips/4274-simple-standard-file-structure.html.md diff --git a/root/documents/development/wips/4278-allow-administrators-and-users-to-redefine-the-payload-cache-locations.html.md b/src/Web/Static/documents/development/wips/4278-allow-administrators-and-users-to-redefine-the-payload-cache-locations.html.md similarity index 100% rename from root/documents/development/wips/4278-allow-administrators-and-users-to-redefine-the-payload-cache-locations.html.md rename to src/Web/Static/documents/development/wips/4278-allow-administrators-and-users-to-redefine-the-payload-cache-locations.html.md diff --git a/root/documents/development/wips/4299-zero-out-burn-hidden-variables.html.md b/src/Web/Static/documents/development/wips/4299-zero-out-burn-hidden-variables.html.md similarity index 100% rename from root/documents/development/wips/4299-zero-out-burn-hidden-variables.html.md rename to src/Web/Static/documents/development/wips/4299-zero-out-burn-hidden-variables.html.md diff --git a/root/documents/development/wips/4337-template-wix-improvement-proposal.html.md b/src/Web/Static/documents/development/wips/4337-template-wix-improvement-proposal.html.md similarity index 100% rename from root/documents/development/wips/4337-template-wix-improvement-proposal.html.md rename to src/Web/Static/documents/development/wips/4337-template-wix-improvement-proposal.html.md diff --git a/root/documents/development/wips/4385-allow-pyro-to-ignore-empty-wixmsts-and-still-build-a-patch.html.md b/src/Web/Static/documents/development/wips/4385-allow-pyro-to-ignore-empty-wixmsts-and-still-build-a-patch.html.md similarity index 100% rename from root/documents/development/wips/4385-allow-pyro-to-ignore-empty-wixmsts-and-still-build-a-patch.html.md rename to src/Web/Static/documents/development/wips/4385-allow-pyro-to-ignore-empty-wixmsts-and-still-build-a-patch.html.md diff --git a/root/documents/development/wips/4432-bootstrapper-action-cache.html.md b/src/Web/Static/documents/development/wips/4432-bootstrapper-action-cache.html.md similarity index 100% rename from root/documents/development/wips/4432-bootstrapper-action-cache.html.md rename to src/Web/Static/documents/development/wips/4432-bootstrapper-action-cache.html.md diff --git a/root/documents/development/wips/4505-add-ability-to-configure-url-acls.html.md b/src/Web/Static/documents/development/wips/4505-add-ability-to-configure-url-acls.html.md similarity index 100% rename from root/documents/development/wips/4505-add-ability-to-configure-url-acls.html.md rename to src/Web/Static/documents/development/wips/4505-add-ability-to-configure-url-acls.html.md diff --git a/root/documents/development/wips/4521-WiX-v4.x-features-should-be-planned.html.md b/src/Web/Static/documents/development/wips/4521-WiX-v4.x-features-should-be-planned.html.md similarity index 100% rename from root/documents/development/wips/4521-WiX-v4.x-features-should-be-planned.html.md rename to src/Web/Static/documents/development/wips/4521-WiX-v4.x-features-should-be-planned.html.md diff --git a/root/documents/development/wips/4552-variable-abstraction.html.md b/src/Web/Static/documents/development/wips/4552-variable-abstraction.html.md similarity index 100% rename from root/documents/development/wips/4552-variable-abstraction.html.md rename to src/Web/Static/documents/development/wips/4552-variable-abstraction.html.md diff --git a/root/documents/development/wips/4561-migrate-v3-source-code-to-v4.html.md b/src/Web/Static/documents/development/wips/4561-migrate-v3-source-code-to-v4.html.md similarity index 100% rename from root/documents/development/wips/4561-migrate-v3-source-code-to-v4.html.md rename to src/Web/Static/documents/development/wips/4561-migrate-v3-source-code-to-v4.html.md diff --git a/root/documents/development/wips/4632-use-etw-for-logging.html.md b/src/Web/Static/documents/development/wips/4632-use-etw-for-logging.html.md similarity index 100% rename from root/documents/development/wips/4632-use-etw-for-logging.html.md rename to src/Web/Static/documents/development/wips/4632-use-etw-for-logging.html.md diff --git a/root/documents/development/wips/4658-builtin-thmutil-button-functionality.html.md b/src/Web/Static/documents/development/wips/4658-builtin-thmutil-button-functionality.html.md similarity index 100% rename from root/documents/development/wips/4658-builtin-thmutil-button-functionality.html.md rename to src/Web/Static/documents/development/wips/4658-builtin-thmutil-button-functionality.html.md diff --git a/root/documents/development/wips/4707-replace-win64-with-intuitive-attribute.html.md b/src/Web/Static/documents/development/wips/4707-replace-win64-with-intuitive-attribute.html.md similarity index 100% rename from root/documents/development/wips/4707-replace-win64-with-intuitive-attribute.html.md rename to src/Web/Static/documents/development/wips/4707-replace-win64-with-intuitive-attribute.html.md diff --git a/root/documents/development/wips/4719-add-conditional-command-line-arguments.html.md b/src/Web/Static/documents/development/wips/4719-add-conditional-command-line-arguments.html.md similarity index 100% rename from root/documents/development/wips/4719-add-conditional-command-line-arguments.html.md rename to src/Web/Static/documents/development/wips/4719-add-conditional-command-line-arguments.html.md diff --git a/root/documents/development/wips/4773-modify-burn-api.html.md b/src/Web/Static/documents/development/wips/4773-modify-burn-api.html.md similarity index 100% rename from root/documents/development/wips/4773-modify-burn-api.html.md rename to src/Web/Static/documents/development/wips/4773-modify-burn-api.html.md diff --git a/root/documents/development/wips/4867-swidtag-2015-support.html.md b/src/Web/Static/documents/development/wips/4867-swidtag-2015-support.html.md similarity index 100% rename from root/documents/development/wips/4867-swidtag-2015-support.html.md rename to src/Web/Static/documents/development/wips/4867-swidtag-2015-support.html.md diff --git a/root/documents/development/wips/4889-abstract-burn-containers.html.md b/src/Web/Static/documents/development/wips/4889-abstract-burn-containers.html.md similarity index 100% rename from root/documents/development/wips/4889-abstract-burn-containers.html.md rename to src/Web/Static/documents/development/wips/4889-abstract-burn-containers.html.md diff --git a/root/documents/development/wips/4950-specify-bafunctions-at-compile-time.html.md b/src/Web/Static/documents/development/wips/4950-specify-bafunctions-at-compile-time.html.md similarity index 100% rename from root/documents/development/wips/4950-specify-bafunctions-at-compile-time.html.md rename to src/Web/Static/documents/development/wips/4950-specify-bafunctions-at-compile-time.html.md diff --git a/root/documents/development/wips/4951-make-bafunctions-interface-binary.html.md b/src/Web/Static/documents/development/wips/4951-make-bafunctions-interface-binary.html.md similarity index 100% rename from root/documents/development/wips/4951-make-bafunctions-interface-binary.html.md rename to src/Web/Static/documents/development/wips/4951-make-bafunctions-interface-binary.html.md diff --git a/root/documents/development/wips/5184-burn-clean-room.html.md b/src/Web/Static/documents/development/wips/5184-burn-clean-room.html.md similarity index 100% rename from root/documents/development/wips/5184-burn-clean-room.html.md rename to src/Web/Static/documents/development/wips/5184-burn-clean-room.html.md diff --git a/root/documents/development/wips/5352-new-wixba-ui-v4-wix-improvement-proposal.html.md b/src/Web/Static/documents/development/wips/5352-new-wixba-ui-v4-wix-improvement-proposal.html.md similarity index 100% rename from root/documents/development/wips/5352-new-wixba-ui-v4-wix-improvement-proposal.html.md rename to src/Web/Static/documents/development/wips/5352-new-wixba-ui-v4-wix-improvement-proposal.html.md diff --git a/root/documents/development/wips/5377-deprecate-and-remove-package-element.html.md b/src/Web/Static/documents/development/wips/5377-deprecate-and-remove-package-element.html.md similarity index 100% rename from root/documents/development/wips/5377-deprecate-and-remove-package-element.html.md rename to src/Web/Static/documents/development/wips/5377-deprecate-and-remove-package-element.html.md diff --git a/root/documents/development/wips/5386-support-msi-transactions.html.md b/src/Web/Static/documents/development/wips/5386-support-msi-transactions.html.md similarity index 100% rename from root/documents/development/wips/5386-support-msi-transactions.html.md rename to src/Web/Static/documents/development/wips/5386-support-msi-transactions.html.md diff --git a/root/documents/development/wips/5433-add-support-to-detect-and-install-vsix-packages-into-vs15.html.md b/src/Web/Static/documents/development/wips/5433-add-support-to-detect-and-install-vsix-packages-into-vs15.html.md similarity index 100% rename from root/documents/development/wips/5433-add-support-to-detect-and-install-vsix-packages-into-vs15.html.md rename to src/Web/Static/documents/development/wips/5433-add-support-to-detect-and-install-vsix-packages-into-vs15.html.md diff --git a/root/documents/development/wips/5489-repository-reorganization.html.md b/src/Web/Static/documents/development/wips/5489-repository-reorganization.html.md similarity index 100% rename from root/documents/development/wips/5489-repository-reorganization.html.md rename to src/Web/Static/documents/development/wips/5489-repository-reorganization.html.md diff --git a/root/documents/development/wips/5492-votive-via-vs-marketplace.html.md b/src/Web/Static/documents/development/wips/5492-votive-via-vs-marketplace.html.md similarity index 100% rename from root/documents/development/wips/5492-votive-via-vs-marketplace.html.md rename to src/Web/Static/documents/development/wips/5492-votive-via-vs-marketplace.html.md diff --git a/root/documents/development/wips/5494-add-search-capability-inside-xml-file.html.md b/src/Web/Static/documents/development/wips/5494-add-search-capability-inside-xml-file.html.md similarity index 100% rename from root/documents/development/wips/5494-add-search-capability-inside-xml-file.html.md rename to src/Web/Static/documents/development/wips/5494-add-search-capability-inside-xml-file.html.md diff --git a/root/documents/documentation.html.cshtml b/src/Web/Static/documents/documentation.html.cshtml similarity index 100% rename from root/documents/documentation.html.cshtml rename to src/Web/Static/documents/documentation.html.cshtml diff --git a/root/documents/documentation/error217.html.md b/src/Web/Static/documents/documentation/error217.html.md similarity index 100% rename from root/documents/documentation/error217.html.md rename to src/Web/Static/documents/documentation/error217.html.md diff --git a/root/documents/documentation/mailinglist.html.md b/src/Web/Static/documents/documentation/mailinglist.html.md similarity index 100% rename from root/documents/documentation/mailinglist.html.md rename to src/Web/Static/documents/documentation/mailinglist.html.md diff --git a/root/documents/documentation/manual.html.md b/src/Web/Static/documents/documentation/manual.html.md similarity index 100% rename from root/documents/documentation/manual.html.md rename to src/Web/Static/documents/documentation/manual.html.md diff --git a/root/documents/documentation/manual/v3/bundle/authoring_bundle_application.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/authoring_bundle_application.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/authoring_bundle_application.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/authoring_bundle_application.html.md diff --git a/root/documents/documentation/manual/v3/bundle/authoring_bundle_package_manifest.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/authoring_bundle_package_manifest.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/authoring_bundle_package_manifest.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/authoring_bundle_package_manifest.html.md diff --git a/root/documents/documentation/manual/v3/bundle/authoring_bundle_skeleton.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/authoring_bundle_skeleton.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/authoring_bundle_skeleton.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/authoring_bundle_skeleton.html.md diff --git a/root/documents/documentation/manual/v3/bundle/ba/bootstrapper_application_interface.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/ba/bootstrapper_application_interface.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/ba/bootstrapper_application_interface.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/ba/bootstrapper_application_interface.html.md diff --git a/root/documents/documentation/manual/v3/bundle/ba/index.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/ba/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/ba/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/ba/index.html.md diff --git a/root/documents/documentation/manual/v3/bundle/bundle_author_chain.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/bundle_author_chain.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/bundle_author_chain.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/bundle_author_chain.html.md diff --git a/root/documents/documentation/manual/v3/bundle/bundle_built_in_variables.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/bundle_built_in_variables.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/bundle_built_in_variables.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/bundle_built_in_variables.html.md diff --git a/root/documents/documentation/manual/v3/bundle/bundle_define_searches.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/bundle_define_searches.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/bundle_define_searches.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/bundle_define_searches.html.md diff --git a/root/documents/documentation/manual/v3/bundle/index.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/index.html.md diff --git a/root/documents/documentation/manual/v3/bundle/wixstdba/index.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/wixstdba/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/index.html.md diff --git a/root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_branding.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_branding.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_branding.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_branding.html.md diff --git a/root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_customize.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_customize.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_customize.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_customize.html.md diff --git a/root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html.md diff --git a/root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_variables.html.md b/src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_variables.html.md similarity index 100% rename from root/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_variables.html.md rename to src/Web/Static/documents/documentation/manual/v3/bundle/wixstdba/wixstdba_variables.html.md diff --git a/root/documents/documentation/manual/v3/content/.gitattributes b/src/Web/Static/documents/documentation/manual/v3/content/.gitattributes similarity index 100% rename from root/documents/documentation/manual/v3/content/.gitattributes rename to src/Web/Static/documents/documentation/manual/v3/content/.gitattributes diff --git a/root/documents/documentation/manual/v3/content/WiX_Toolset_Diagram.png b/src/Web/Static/documents/documentation/manual/v3/content/WiX_Toolset_Diagram.png similarity index 100% rename from root/documents/documentation/manual/v3/content/WiX_Toolset_Diagram.png rename to src/Web/Static/documents/documentation/manual/v3/content/WiX_Toolset_Diagram.png diff --git a/root/documents/documentation/manual/v3/content/build_a_localized_version_votive_culture_fallback.jpg b/src/Web/Static/documents/documentation/manual/v3/content/build_a_localized_version_votive_culture_fallback.jpg similarity index 100% rename from root/documents/documentation/manual/v3/content/build_a_localized_version_votive_culture_fallback.jpg rename to src/Web/Static/documents/documentation/manual/v3/content/build_a_localized_version_votive_culture_fallback.jpg diff --git a/root/documents/documentation/manual/v3/content/style.css b/src/Web/Static/documents/documentation/manual/v3/content/style.css similarity index 100% rename from root/documents/documentation/manual/v3/content/style.css rename to src/Web/Static/documents/documentation/manual/v3/content/style.css diff --git a/root/documents/documentation/manual/v3/content/tests_writingtests_directorytree1.jpg b/src/Web/Static/documents/documentation/manual/v3/content/tests_writingtests_directorytree1.jpg similarity index 100% rename from root/documents/documentation/manual/v3/content/tests_writingtests_directorytree1.jpg rename to src/Web/Static/documents/documentation/manual/v3/content/tests_writingtests_directorytree1.jpg diff --git a/root/documents/documentation/manual/v3/content/tests_writingtests_directorytree2.jpg b/src/Web/Static/documents/documentation/manual/v3/content/tests_writingtests_directorytree2.jpg similarity index 100% rename from root/documents/documentation/manual/v3/content/tests_writingtests_directorytree2.jpg rename to src/Web/Static/documents/documentation/manual/v3/content/tests_writingtests_directorytree2.jpg diff --git a/root/documents/documentation/manual/v3/customactions/index.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/index.html.md diff --git a/root/documents/documentation/manual/v3/customactions/osinfo.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/osinfo.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/osinfo.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/osinfo.html.md diff --git a/root/documents/documentation/manual/v3/customactions/perfmon.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/perfmon.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/perfmon.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/perfmon.html.md diff --git a/root/documents/documentation/manual/v3/customactions/qtexec.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/qtexec.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/qtexec.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/qtexec.html.md diff --git a/root/documents/documentation/manual/v3/customactions/shellexec.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/shellexec.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/shellexec.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/shellexec.html.md diff --git a/root/documents/documentation/manual/v3/customactions/using_standard_customactions.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/using_standard_customactions.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/using_standard_customactions.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/using_standard_customactions.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixdirectxextension.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixdirectxextension.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixdirectxextension.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixdirectxextension.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixexitearlywithsuccess.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixexitearlywithsuccess.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixexitearlywithsuccess.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixexitearlywithsuccess.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixfailwhendeferred.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixfailwhendeferred.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixfailwhendeferred.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixfailwhendeferred.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixgamingextension.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixgamingextension.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixgamingextension.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixgamingextension.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixnetfxextension.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixnetfxextension.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixnetfxextension.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixnetfxextension.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixsettingchange.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixsettingchange.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixsettingchange.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixsettingchange.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixvsextension.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixvsextension.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixvsextension.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixvsextension.html.md diff --git a/root/documents/documentation/manual/v3/customactions/wixwaitforevent.html.md b/src/Web/Static/documents/documentation/manual/v3/customactions/wixwaitforevent.html.md similarity index 100% rename from root/documents/documentation/manual/v3/customactions/wixwaitforevent.html.md rename to src/Web/Static/documents/documentation/manual/v3/customactions/wixwaitforevent.html.md diff --git a/root/documents/documentation/manual/v3/howtos/author_product_dependencies.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/author_product_dependencies.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/author_product_dependencies.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/author_product_dependencies.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/add_a_file.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/add_a_file.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/add_a_file.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/add_a_file.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/create_internet_shortcut.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/create_internet_shortcut.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/create_internet_shortcut.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/create_internet_shortcut.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/create_uninstall_shortcut.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/create_uninstall_shortcut.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/create_uninstall_shortcut.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/create_uninstall_shortcut.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/directorysearchref.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/directorysearchref.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/directorysearchref.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/directorysearchref.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/index.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/index.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/ngen_managed_assemblies.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/ngen_managed_assemblies.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/ngen_managed_assemblies.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/ngen_managed_assemblies.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html.md diff --git a/root/documents/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/extension_usage_introduction.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/extension_usage_introduction.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/extension_usage_introduction.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/extension_usage_introduction.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/generate_guids.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/generate_guids.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/generate_guids.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/generate_guids.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/get_a_log.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/get_a_log.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/get_a_log.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/get_a_log.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/index.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/index.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/look_inside_msi.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/look_inside_msi.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/look_inside_msi.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/look_inside_msi.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/optimizing_builds.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/optimizing_builds.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/optimizing_builds.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/optimizing_builds.html.md diff --git a/root/documents/documentation/manual/v3/howtos/general/specifying_source_files.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/general/specifying_source_files.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/general/specifying_source_files.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/general/specifying_source_files.html.md diff --git a/root/documents/documentation/manual/v3/howtos/index.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/index.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_stdba_install_on_reg.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_stdba_install_on_reg.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_stdba_install_on_reg.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/block_stdba_install_on_reg.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/index.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/index.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_directx9.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_directx9.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_directx9.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_directx9.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html.md diff --git a/root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html.md diff --git a/root/documents/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html.md diff --git a/root/documents/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html.md diff --git a/root/documents/documentation/manual/v3/howtos/ui_and_localization/index.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/ui_and_localization/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/index.html.md diff --git a/root/documents/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html.md diff --git a/root/documents/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html.md diff --git a/root/documents/documentation/manual/v3/howtos/ui_and_localization/specifying_cultures_to_build.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/specifying_cultures_to_build.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/ui_and_localization/specifying_cultures_to_build.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/ui_and_localization/specifying_cultures_to_build.html.md diff --git a/root/documents/documentation/manual/v3/howtos/updates/index.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/updates/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/updates/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/updates/index.html.md diff --git a/root/documents/documentation/manual/v3/howtos/updates/major_upgrade.html.md b/src/Web/Static/documents/documentation/manual/v3/howtos/updates/major_upgrade.html.md similarity index 100% rename from root/documents/documentation/manual/v3/howtos/updates/major_upgrade.html.md rename to src/Web/Static/documents/documentation/manual/v3/howtos/updates/major_upgrade.html.md diff --git a/root/documents/documentation/manual/v3/index.html.md b/src/Web/Static/documents/documentation/manual/v3/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/index.html.md diff --git a/root/documents/documentation/manual/v3/main/help.html.md b/src/Web/Static/documents/documentation/manual/v3/main/help.html.md similarity index 100% rename from root/documents/documentation/manual/v3/main/help.html.md rename to src/Web/Static/documents/documentation/manual/v3/main/help.html.md diff --git a/root/documents/documentation/manual/v3/main/index.html.md b/src/Web/Static/documents/documentation/manual/v3/main/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/main/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/main/index.html.md diff --git a/root/documents/documentation/manual/v3/main/license.html.md b/src/Web/Static/documents/documentation/manual/v3/main/license.html.md similarity index 100% rename from root/documents/documentation/manual/v3/main/license.html.md rename to src/Web/Static/documents/documentation/manual/v3/main/license.html.md diff --git a/root/documents/documentation/manual/v3/main/wix_learning.html.md b/src/Web/Static/documents/documentation/manual/v3/main/wix_learning.html.md similarity index 100% rename from root/documents/documentation/manual/v3/main/wix_learning.html.md rename to src/Web/Static/documents/documentation/manual/v3/main/wix_learning.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/authoring_first_msbuild_project.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/authoring_first_msbuild_project.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/authoring_first_msbuild_project.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/authoring_first_msbuild_project.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/daily_builds.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/daily_builds.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/daily_builds.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/daily_builds.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/index.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/index.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/target_reference/harvestdirectory.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/harvestdirectory.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/target_reference/harvestdirectory.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/harvestdirectory.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/target_reference/harvestfile.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/harvestfile.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/target_reference/harvestfile.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/harvestfile.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/target_reference/harvestprojects.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/harvestprojects.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/target_reference/harvestprojects.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/harvestprojects.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/target_reference/index.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/target_reference/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/target_reference/index.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/candle.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/candle.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/candle.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/candle.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/heatdirectory.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/heatdirectory.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/heatdirectory.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/heatdirectory.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/heatfile.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/heatfile.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/heatfile.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/heatfile.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/heatproject.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/heatproject.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/heatproject.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/heatproject.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/index.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/index.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/insignia.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/insignia.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/insignia.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/insignia.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/light.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/light.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/light.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/light.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/task_reference/lit.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/lit.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/task_reference/lit.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/task_reference/lit.html.md diff --git a/root/documents/documentation/manual/v3/msbuild/wix_with_team_build.html.md b/src/Web/Static/documents/documentation/manual/v3/msbuild/wix_with_team_build.html.md similarity index 100% rename from root/documents/documentation/manual/v3/msbuild/wix_with_team_build.html.md rename to src/Web/Static/documents/documentation/manual/v3/msbuild/wix_with_team_build.html.md diff --git a/root/documents/documentation/manual/v3/overview/alltools.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/alltools.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/alltools.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/alltools.html.md diff --git a/root/documents/documentation/manual/v3/overview/candle.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/candle.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/candle.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/candle.html.md diff --git a/root/documents/documentation/manual/v3/overview/codepage.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/codepage.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/codepage.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/codepage.html.md diff --git a/root/documents/documentation/manual/v3/overview/files.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/files.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/files.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/files.html.md diff --git a/root/documents/documentation/manual/v3/overview/heat.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/heat.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/heat.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/heat.html.md diff --git a/root/documents/documentation/manual/v3/overview/index.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/index.html.md diff --git a/root/documents/documentation/manual/v3/overview/insignia.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/insignia.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/insignia.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/insignia.html.md diff --git a/root/documents/documentation/manual/v3/overview/light.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/light.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/light.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/light.html.md diff --git a/root/documents/documentation/manual/v3/overview/lit.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/lit.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/lit.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/lit.html.md diff --git a/root/documents/documentation/manual/v3/overview/lux.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/lux.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/lux.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/lux.html.md diff --git a/root/documents/documentation/manual/v3/overview/msi_useful_links.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/msi_useful_links.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/msi_useful_links.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/msi_useful_links.html.md diff --git a/root/documents/documentation/manual/v3/overview/msitowix.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/msitowix.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/msitowix.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/msitowix.html.md diff --git a/root/documents/documentation/manual/v3/overview/preprocessor.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/preprocessor.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/preprocessor.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/preprocessor.html.md diff --git a/root/documents/documentation/manual/v3/overview/tools.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/tools.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/tools.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/tools.html.md diff --git a/root/documents/documentation/manual/v3/overview/wixcop.html.md b/src/Web/Static/documents/documentation/manual/v3/overview/wixcop.html.md similarity index 100% rename from root/documents/documentation/manual/v3/overview/wixcop.html.md rename to src/Web/Static/documents/documentation/manual/v3/overview/wixcop.html.md diff --git a/root/documents/documentation/manual/v3/patching/index.html.md b/src/Web/Static/documents/documentation/manual/v3/patching/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/patching/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/patching/index.html.md diff --git a/root/documents/documentation/manual/v3/patching/patch_building.html.md b/src/Web/Static/documents/documentation/manual/v3/patching/patch_building.html.md similarity index 100% rename from root/documents/documentation/manual/v3/patching/patch_building.html.md rename to src/Web/Static/documents/documentation/manual/v3/patching/patch_building.html.md diff --git a/root/documents/documentation/manual/v3/patching/patch_restrictions.html.md b/src/Web/Static/documents/documentation/manual/v3/patching/patch_restrictions.html.md similarity index 100% rename from root/documents/documentation/manual/v3/patching/patch_restrictions.html.md rename to src/Web/Static/documents/documentation/manual/v3/patching/patch_restrictions.html.md diff --git a/root/documents/documentation/manual/v3/patching/wix_patching.html.md b/src/Web/Static/documents/documentation/manual/v3/patching/wix_patching.html.md similarity index 100% rename from root/documents/documentation/manual/v3/patching/wix_patching.html.md rename to src/Web/Static/documents/documentation/manual/v3/patching/wix_patching.html.md diff --git a/root/documents/documentation/manual/v3/votive/authoring_first_votive_project.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/authoring_first_votive_project.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/authoring_first_votive_project.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/authoring_first_votive_project.html.md diff --git a/root/documents/documentation/manual/v3/votive/index.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/index.html.md diff --git a/root/documents/documentation/manual/v3/votive/votive_item_templates.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/votive_item_templates.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/votive_item_templates.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/votive_item_templates.html.md diff --git a/root/documents/documentation/manual/v3/votive/votive_project_references.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/votive_project_references.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/votive_project_references.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/votive_project_references.html.md diff --git a/root/documents/documentation/manual/v3/votive/votive_project_template_default.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/votive_project_template_default.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/votive_project_template_default.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/votive_project_template_default.html.md diff --git a/root/documents/documentation/manual/v3/votive/votive_project_templates.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/votive_project_templates.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/votive_project_templates.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/votive_project_templates.html.md diff --git a/root/documents/documentation/manual/v3/votive/votive_property_pages.html.md b/src/Web/Static/documents/documentation/manual/v3/votive/votive_property_pages.html.md similarity index 100% rename from root/documents/documentation/manual/v3/votive/votive_property_pages.html.md rename to src/Web/Static/documents/documentation/manual/v3/votive/votive_property_pages.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/authoring_custom_actions.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/authoring_custom_actions.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/authoring_custom_actions.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/authoring_custom_actions.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/extension_development_intro.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extension_development_intro.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/extension_development_intro.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extension_development_intro.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/extension_development_preprocessor.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extension_development_preprocessor.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/extension_development_preprocessor.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extension_development_preprocessor.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/extensions.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extensions.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/extensions.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/extensions.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/index.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/index.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/extensions/localized_extensions.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/localized_extensions.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/extensions/localized_extensions.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/extensions/localized_extensions.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/help_development.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/help_development.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/help_development.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/help_development.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/index.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/index.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/tests/index.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/tests/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/tests/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/tests/index.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/tests/tests_runningtests.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/tests/tests_runningtests.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/tests/tests_runningtests.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/tests/tests_runningtests.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/tests/tests_writingtests.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/tests/tests_writingtests.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/tests/tests_writingtests.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/tests/tests_writingtests.html.md diff --git a/root/documents/documentation/manual/v3/wixdev/votive_development.html.md b/src/Web/Static/documents/documentation/manual/v3/wixdev/votive_development.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixdev/votive_development.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixdev/votive_development.html.md diff --git a/root/documents/documentation/manual/v3/wixui/WixUI_customizations.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/WixUI_customizations.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/WixUI_customizations.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/WixUI_customizations.html.md diff --git a/root/documents/documentation/manual/v3/wixui/WixUI_dialog_library.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/WixUI_dialog_library.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/WixUI_dialog_library.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/WixUI_dialog_library.html.md diff --git a/root/documents/documentation/manual/v3/wixui/WixUI_localization.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/WixUI_localization.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/WixUI_localization.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/WixUI_localization.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_advanced.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_advanced.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_advanced.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_advanced.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_dialogs.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_dialogs.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_dialogs.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_dialogs.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_featuretree.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_featuretree.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_featuretree.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_featuretree.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_installdir.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_installdir.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_installdir.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_installdir.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_minimal.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_minimal.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_minimal.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_minimal.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_mondo.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_mondo.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_mondo.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/WixUI_mondo.html.md diff --git a/root/documents/documentation/manual/v3/wixui/dialog_reference/index.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/dialog_reference/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/dialog_reference/index.html.md diff --git a/root/documents/documentation/manual/v3/wixui/index.html.md b/src/Web/Static/documents/documentation/manual/v3/wixui/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/wixui/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/wixui/index.html.md diff --git a/root/documents/documentation/manual/v3/xsd/bal/condition.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/condition.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/condition.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/condition.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/index.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/overridable.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/overridable.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/overridable.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/overridable.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/prereqsupportpackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/prereqsupportpackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/prereqsupportpackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/prereqsupportpackage.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/useuilanguages.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/useuilanguages.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/useuilanguages.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/useuilanguages.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/wixmanagedbootstrapperapplicationhost.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/wixmanagedbootstrapperapplicationhost.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/wixmanagedbootstrapperapplicationhost.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/wixmanagedbootstrapperapplicationhost.html diff --git a/root/documents/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html b/src/Web/Static/documents/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusapplication.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusapplication.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusapplication.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusapplication.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusapplicationrole.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusapplicationrole.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusapplicationrole.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusapplicationrole.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusassembly.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusassembly.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusassembly.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusassembly.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusassemblydependency.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusassemblydependency.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusassemblydependency.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusassemblydependency.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/compluscomponent.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluscomponent.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/compluscomponent.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluscomponent.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusinterface.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusinterface.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusinterface.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusinterface.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusmethod.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusmethod.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusmethod.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusmethod.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/compluspartition.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluspartition.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/compluspartition.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluspartition.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/compluspartitionrole.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluspartitionrole.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/compluspartitionrole.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluspartitionrole.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/compluspartitionuser.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluspartitionuser.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/compluspartitionuser.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/compluspartitionuser.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusroleforcomponent.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusroleforcomponent.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusroleforcomponent.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusroleforcomponent.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusroleforinterface.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusroleforinterface.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusroleforinterface.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusroleforinterface.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complusroleformethod.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusroleformethod.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complusroleformethod.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complusroleformethod.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complussubscription.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complussubscription.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complussubscription.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complussubscription.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/index.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_uuid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_uuid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_uuid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_uuid.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/index.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/providerkey.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/providerkey.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/providerkey.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/providerkey.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/provides.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/provides.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/provides.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/provides.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/requires.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/requires.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/requires.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/requires.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/requiresref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/requiresref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/requiresref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/requiresref.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/dependency/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/dependency/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/dependency/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/dependency/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/driver.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/driver.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/driver.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/driver.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/index.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/firewallexception.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/firewallexception.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/firewallexception.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/firewallexception.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/index.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/remoteaddress.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/remoteaddress.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/remoteaddress.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/remoteaddress.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/game.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/game.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/game.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/game.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/index.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/isrichsavedgame.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/isrichsavedgame.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/isrichsavedgame.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/isrichsavedgame.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/playtask.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/playtask.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/playtask.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/playtask.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/gaming/supporttask.html b/src/Web/Static/documents/documentation/manual/v3/xsd/gaming/supporttask.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/gaming/supporttask.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/gaming/supporttask.html diff --git a/root/documents/documentation/manual/v3/xsd/http/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/index.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/http/urlace.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/urlace.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/urlace.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/urlace.html diff --git a/root/documents/documentation/manual/v3/xsd/http/urlreservation.html b/src/Web/Static/documents/documentation/manual/v3/xsd/http/urlreservation.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/http/urlreservation.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/http/urlreservation.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/certificate.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/certificate.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/certificate.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/certificate.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/certificateref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/certificateref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/certificateref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/certificateref.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/httpheader.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/httpheader.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/httpheader.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/httpheader.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/index.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/mimemap.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/mimemap.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/mimemap.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/mimemap.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/recycletime.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/recycletime.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/recycletime.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/recycletime.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_percenttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_percenttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_percenttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_percenttype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webaddress.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webaddress.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webaddress.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webaddress.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webapplication.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webapplication.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webapplication.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webapplication.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webapplicationextension.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webapplicationextension.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webapplicationextension.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webapplicationextension.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webapppool.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webapppool.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webapppool.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webapppool.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webdir.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webdir.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webdir.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webdir.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webdirproperties.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webdirproperties.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webdirproperties.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webdirproperties.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/weberror.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/weberror.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/weberror.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/weberror.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webfilter.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webfilter.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webfilter.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webfilter.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/weblog.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/weblog.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/weblog.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/weblog.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webproperty.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webproperty.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webproperty.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webproperty.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webserviceextension.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webserviceextension.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webserviceextension.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webserviceextension.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/website.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/website.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/website.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/website.html diff --git a/root/documents/documentation/manual/v3/xsd/iis/webvirtualdir.html b/src/Web/Static/documents/documentation/manual/v3/xsd/iis/webvirtualdir.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/iis/webvirtualdir.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/iis/webvirtualdir.html diff --git a/root/documents/documentation/manual/v3/xsd/index.html.md b/src/Web/Static/documents/documentation/manual/v3/xsd/index.html.md similarity index 100% rename from root/documents/documentation/manual/v3/xsd/index.html.md rename to src/Web/Static/documents/documentation/manual/v3/xsd/index.html.md diff --git a/root/documents/documentation/manual/v3/xsd/lux/condition.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/condition.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/condition.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/condition.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/expression.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/expression.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/expression.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/expression.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/index.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/mutation.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/mutation.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/mutation.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/mutation.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/unittest.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/unittest.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/unittest.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/unittest.html diff --git a/root/documents/documentation/manual/v3/xsd/lux/unittestref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/lux/unittestref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/lux/unittestref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/lux/unittestref.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/index.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/messagequeue.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/messagequeue.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/messagequeue.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/messagequeue.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/messagequeuepermission.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/messagequeuepermission.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/messagequeuepermission.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/messagequeuepermission.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/netfx/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/netfx/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/netfx/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/netfx/index.html diff --git a/root/documents/documentation/manual/v3/xsd/netfx/nativeimage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/netfx/nativeimage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/netfx/nativeimage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/netfx/nativeimage.html diff --git a/root/documents/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/formatsfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/formatsfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/formatsfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/formatsfile.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/index.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/requiredversion.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/requiredversion.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/requiredversion.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/requiredversion.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_embeddedresource.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_embeddedresource.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_embeddedresource.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_embeddedresource.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/snapin.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/snapin.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/snapin.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/snapin.html diff --git a/root/documents/documentation/manual/v3/xsd/ps/typesfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/ps/typesfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/ps/typesfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/ps/typesfile.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/index.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/sqldatabase.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqldatabase.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/sqldatabase.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqldatabase.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/sqlfilespec.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqlfilespec.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/sqlfilespec.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqlfilespec.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/sqllogfilespec.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqllogfilespec.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/sqllogfilespec.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqllogfilespec.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/sqlscript.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqlscript.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/sqlscript.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqlscript.html diff --git a/root/documents/documentation/manual/v3/xsd/sql/sqlstring.html b/src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqlstring.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/sql/sqlstring.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/sql/sqlstring.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/index.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/tag.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/tag.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/tag.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/tag.html diff --git a/root/documents/documentation/manual/v3/xsd/tag/tagref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/tag/tagref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/tag/tagref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/tag/tagref.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/billboard.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/billboard.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/billboard.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/billboard.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/button.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/button.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/button.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/button.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/checkbox.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/checkbox.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/checkbox.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/checkbox.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/column.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/column.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/column.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/column.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/combobox.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/combobox.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/combobox.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/combobox.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/editbox.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/editbox.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/editbox.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/editbox.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/font.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/font.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/font.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/font.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/hyperlink.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/hyperlink.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/hyperlink.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/hyperlink.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/hypertext.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/hypertext.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/hypertext.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/hypertext.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/image.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/image.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/image.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/image.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/imagelist.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/imagelist.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/imagelist.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/imagelist.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/index.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/listview.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/listview.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/listview.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/listview.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/page.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/page.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/page.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/page.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/progressbar.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/progressbar.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/progressbar.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/progressbar.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/richedit.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/richedit.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/richedit.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/richedit.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/static.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/static.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/static.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/static.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/tab.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/tab.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/tab.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/tab.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/text.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/text.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/text.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/text.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/theme.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/theme.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/theme.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/theme.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/treeview.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/treeview.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/treeview.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/treeview.html diff --git a/root/documents/documentation/manual/v3/xsd/thmutil/window.html b/src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/window.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/thmutil/window.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/thmutil/window.html diff --git a/root/documents/documentation/manual/v3/xsd/util/closeapplication.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/closeapplication.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/closeapplication.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/closeapplication.html diff --git a/root/documents/documentation/manual/v3/xsd/util/componentsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/componentsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/componentsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/componentsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/util/componentsearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/componentsearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/componentsearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/componentsearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/util/directorysearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/directorysearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/directorysearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/directorysearch.html diff --git a/root/documents/documentation/manual/v3/xsd/util/directorysearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/directorysearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/directorysearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/directorysearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/util/eventmanifest.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/eventmanifest.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/eventmanifest.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/eventmanifest.html diff --git a/root/documents/documentation/manual/v3/xsd/util/eventsource.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/eventsource.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/eventsource.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/eventsource.html diff --git a/root/documents/documentation/manual/v3/xsd/util/filesearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/filesearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/filesearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/filesearch.html diff --git a/root/documents/documentation/manual/v3/xsd/util/filesearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/filesearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/filesearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/filesearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/util/fileshare.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/fileshare.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/fileshare.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/fileshare.html diff --git a/root/documents/documentation/manual/v3/xsd/util/filesharepermission.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/filesharepermission.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/filesharepermission.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/filesharepermission.html diff --git a/root/documents/documentation/manual/v3/xsd/util/group.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/group.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/group.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/group.html diff --git a/root/documents/documentation/manual/v3/xsd/util/groupref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/groupref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/groupref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/groupref.html diff --git a/root/documents/documentation/manual/v3/xsd/util/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/index.html diff --git a/root/documents/documentation/manual/v3/xsd/util/internetshortcut.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/internetshortcut.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/internetshortcut.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/internetshortcut.html diff --git a/root/documents/documentation/manual/v3/xsd/util/perfcounter.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/perfcounter.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/perfcounter.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/perfcounter.html diff --git a/root/documents/documentation/manual/v3/xsd/util/perfcountermanifest.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/perfcountermanifest.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/perfcountermanifest.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/perfcountermanifest.html diff --git a/root/documents/documentation/manual/v3/xsd/util/performancecategory.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/performancecategory.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/performancecategory.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/performancecategory.html diff --git a/root/documents/documentation/manual/v3/xsd/util/performancecounter.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/performancecounter.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/performancecounter.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/performancecounter.html diff --git a/root/documents/documentation/manual/v3/xsd/util/permissionex.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/permissionex.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/permissionex.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/permissionex.html diff --git a/root/documents/documentation/manual/v3/xsd/util/productsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/productsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/productsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/productsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/util/productsearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/productsearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/productsearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/productsearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/util/registrysearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/registrysearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/registrysearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/registrysearch.html diff --git a/root/documents/documentation/manual/v3/xsd/util/registrysearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/registrysearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/registrysearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/registrysearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/util/removefolderex.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/removefolderex.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/removefolderex.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/removefolderex.html diff --git a/root/documents/documentation/manual/v3/xsd/util/restartresource.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/restartresource.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/restartresource.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/restartresource.html diff --git a/root/documents/documentation/manual/v3/xsd/util/serviceconfig.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/serviceconfig.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/serviceconfig.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/serviceconfig.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_performancecounterlanguagetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_performancecounterlanguagetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_performancecounterlanguagetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_performancecounterlanguagetype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_performancecountertypestype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_performancecountertypestype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_performancecountertypestype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_performancecountertypestype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/util/user.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/user.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/user.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/user.html diff --git a/root/documents/documentation/manual/v3/xsd/util/xmlconfig.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/xmlconfig.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/xmlconfig.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/xmlconfig.html diff --git a/root/documents/documentation/manual/v3/xsd/util/xmlfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/util/xmlfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/util/xmlfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/util/xmlfile.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/helpcollection.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpcollection.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/helpcollection.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpcollection.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/helpcollectionref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpcollectionref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/helpcollectionref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpcollectionref.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/helpfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/helpfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfile.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/helpfileref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfileref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/helpfileref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfileref.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/helpfilter.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfilter.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/helpfilter.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfilter.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/helpfilterref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfilterref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/helpfilterref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/helpfilterref.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/index.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/plugcollectioninto.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/plugcollectioninto.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/plugcollectioninto.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/plugcollectioninto.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/vs/vsixpackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/vs/vsixpackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/vs/vsixpackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/vs/vsixpackage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/adminexecutesequence.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/adminexecutesequence.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/adminexecutesequence.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/adminexecutesequence.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/adminuisequence.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/adminuisequence.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/adminuisequence.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/adminuisequence.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/all.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/all.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/all.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/all.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/allocateregistryspace.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/allocateregistryspace.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/allocateregistryspace.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/allocateregistryspace.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/appdata.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/appdata.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/appdata.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/appdata.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/appid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/appid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/appid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/appid.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/approvedexeforelevation.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/approvedexeforelevation.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/approvedexeforelevation.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/approvedexeforelevation.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/appsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/appsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/appsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/appsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/assemblyname.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/assemblyname.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/assemblyname.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/assemblyname.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/billboard.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/billboard.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/billboard.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/billboard.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/billboardaction.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/billboardaction.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/billboardaction.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/billboardaction.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/binary.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/binary.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/binary.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/binary.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/binaryref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/binaryref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/binaryref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/binaryref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/bindimage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/bindimage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/bindimage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/bindimage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/bootstrapperapplication.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/bootstrapperapplication.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/bootstrapperapplication.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/bootstrapperapplication.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/bundle.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/bundle.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/bundle.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/bundle.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/catalog.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/catalog.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/catalog.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/catalog.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/category.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/category.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/category.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/category.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ccpsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ccpsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ccpsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ccpsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/chain.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/chain.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/chain.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/chain.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/class.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/class.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/class.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/class.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/column.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/column.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/column.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/column.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/combobox.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/combobox.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/combobox.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/combobox.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/commandline.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/commandline.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/commandline.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/commandline.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/compliancecheck.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/compliancecheck.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/compliancecheck.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/compliancecheck.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/compliancedrive.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/compliancedrive.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/compliancedrive.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/compliancedrive.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/component.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/component.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/component.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/component.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/componentgroup.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentgroup.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/componentgroup.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentgroup.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/componentgroupref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentgroupref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/componentgroupref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentgroupref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/componentref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/componentref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/componentsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/componentsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/componentsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/condition.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/condition.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/condition.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/condition.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/configuration.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/configuration.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/configuration.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/configuration.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/configurationdata.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/configurationdata.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/configurationdata.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/configurationdata.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/container.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/container.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/container.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/container.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/containerref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/containerref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/containerref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/containerref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/control.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/control.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/control.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/control.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/copyfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/copyfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/copyfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/copyfile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/costfinalize.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/costfinalize.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/costfinalize.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/costfinalize.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/costinitialize.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/costinitialize.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/costinitialize.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/costinitialize.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/createfolder.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/createfolder.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/createfolder.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/createfolder.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/createfolders.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/createfolders.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/createfolders.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/createfolders.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/createshortcuts.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/createshortcuts.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/createshortcuts.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/createshortcuts.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/custom.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/custom.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/custom.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/custom.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/customaction.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/customaction.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/customaction.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/customaction.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/customactionref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/customactionref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/customactionref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/customactionref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/customproperty.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/customproperty.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/customproperty.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/customproperty.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/customtable.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/customtable.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/customtable.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/customtable.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/data.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/data.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/data.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/data.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/deleteservices.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/deleteservices.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/deleteservices.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/deleteservices.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/dependency.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/dependency.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/dependency.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/dependency.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/dialog.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/dialog.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/dialog.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/dialog.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/dialogref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/dialogref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/dialogref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/dialogref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/digitalcertificate.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/digitalcertificate.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/digitalcertificate.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/digitalcertificate.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/digitalcertificateref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/digitalcertificateref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/digitalcertificateref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/digitalcertificateref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/digitalsignature.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/digitalsignature.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/digitalsignature.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/digitalsignature.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/directory.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/directory.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/directory.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/directory.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/directoryref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/directoryref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/directoryref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/directoryref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/directorysearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/directorysearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/directorysearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/directorysearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/directorysearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/directorysearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/directorysearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/directorysearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/disablerollback.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/disablerollback.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/disablerollback.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/disablerollback.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/duplicatefiles.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/duplicatefiles.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/duplicatefiles.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/duplicatefiles.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/embeddedchainer.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddedchainer.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/embeddedchainer.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddedchainer.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/embeddedchainerref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddedchainerref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/embeddedchainerref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddedchainerref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/embeddedui.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddedui.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/embeddedui.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddedui.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/embeddeduiresource.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddeduiresource.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/embeddeduiresource.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/embeddeduiresource.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ensuretable.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ensuretable.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ensuretable.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ensuretable.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/environment.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/environment.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/environment.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/environment.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/error.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/error.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/error.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/error.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/exclusion.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/exclusion.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/exclusion.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/exclusion.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/executeaction.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/executeaction.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/executeaction.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/executeaction.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/exepackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/exepackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/exepackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/exepackage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/exitcode.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/exitcode.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/exitcode.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/exitcode.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/extension.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/extension.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/extension.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/extension.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/externalfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/externalfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/externalfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/externalfile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/failure.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/failure.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/failure.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/failure.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/family.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/family.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/family.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/family.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/feature.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/feature.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/feature.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/feature.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/featuregroup.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/featuregroup.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/featuregroup.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/featuregroup.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/featuregroupref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/featuregroupref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/featuregroupref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/featuregroupref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/featureref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/featureref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/featureref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/featureref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/file.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/file.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/file.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/file.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/filecost.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/filecost.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/filecost.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/filecost.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/filesearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/filesearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/filesearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/filesearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/filesearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/filesearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/filesearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/filesearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/filetypemask.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/filetypemask.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/filetypemask.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/filetypemask.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/findrelatedproducts.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/findrelatedproducts.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/findrelatedproducts.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/findrelatedproducts.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/forcereboot.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/forcereboot.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/forcereboot.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/forcereboot.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/fragment.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/fragment.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/fragment.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/fragment.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/icon.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/icon.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/icon.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/icon.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/iconref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/iconref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/iconref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/iconref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ignoremodularization.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ignoremodularization.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ignoremodularization.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ignoremodularization.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ignorerange.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ignorerange.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ignorerange.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ignorerange.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ignoretable.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ignoretable.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ignoretable.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ignoretable.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/include.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/include.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/include.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/include.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/index.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/inifile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/inifile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/inifile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/inifile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/inifilesearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/inifilesearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/inifilesearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/inifilesearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installadminpackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installadminpackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installadminpackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installadminpackage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installexecute.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installexecute.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installexecute.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installexecute.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installexecuteagain.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installexecuteagain.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installexecuteagain.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installexecuteagain.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installexecutesequence.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installexecutesequence.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installexecutesequence.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installexecutesequence.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installfiles.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installfiles.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installfiles.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installfiles.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installfinalize.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installfinalize.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installfinalize.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installfinalize.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installinitialize.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installinitialize.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installinitialize.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installinitialize.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installodbc.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installodbc.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installodbc.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installodbc.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installservices.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installservices.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installservices.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installservices.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installuisequence.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installuisequence.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installuisequence.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installuisequence.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/installvalidate.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/installvalidate.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/installvalidate.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/installvalidate.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/instance.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/instance.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/instance.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/instance.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/instancetransforms.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/instancetransforms.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/instancetransforms.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/instancetransforms.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/interface.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/interface.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/interface.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/interface.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/isolatecomponent.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/isolatecomponent.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/isolatecomponent.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/isolatecomponent.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/isolatecomponents.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/isolatecomponents.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/isolatecomponents.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/isolatecomponents.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/launchconditions.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/launchconditions.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/launchconditions.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/launchconditions.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/listbox.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/listbox.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/listbox.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/listbox.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/listitem.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/listitem.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/listitem.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/listitem.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/listview.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/listview.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/listview.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/listview.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/log.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/log.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/log.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/log.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/majorupgrade.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/majorupgrade.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/majorupgrade.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/majorupgrade.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/media.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/media.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/media.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/media.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/mediatemplate.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/mediatemplate.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/mediatemplate.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/mediatemplate.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/merge.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/merge.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/merge.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/merge.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/mergeref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/mergeref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/mergeref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/mergeref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/migratefeaturestates.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/migratefeaturestates.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/migratefeaturestates.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/migratefeaturestates.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/mime.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/mime.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/mime.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/mime.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/module.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/module.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/module.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/module.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/movefiles.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/movefiles.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/movefiles.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/movefiles.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/msipackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/msipackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/msipackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/msipackage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/msiproperty.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/msiproperty.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/msiproperty.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/msiproperty.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/msipublishassemblies.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/msipublishassemblies.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/msipublishassemblies.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/msipublishassemblies.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/msppackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/msppackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/msppackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/msppackage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/msupackage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/msupackage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/msupackage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/msupackage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/multistringvalue.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/multistringvalue.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/multistringvalue.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/multistringvalue.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/odbcdatasource.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/odbcdatasource.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/odbcdatasource.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/odbcdatasource.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/odbcdriver.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/odbcdriver.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/odbcdriver.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/odbcdriver.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/odbctranslator.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/odbctranslator.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/odbctranslator.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/odbctranslator.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/optimizecustomactions.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/optimizecustomactions.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/optimizecustomactions.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/optimizecustomactions.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/optionalupdateregistration.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/optionalupdateregistration.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/optionalupdateregistration.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/optionalupdateregistration.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/package.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/package.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/package.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/package.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/packagecertificates.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/packagecertificates.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/packagecertificates.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/packagecertificates.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/packagegroup.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/packagegroup.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/packagegroup.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/packagegroup.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/packagegroupref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/packagegroupref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/packagegroupref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/packagegroupref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchbaseline.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchbaseline.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchbaseline.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchbaseline.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchcertificates.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchcertificates.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchcertificates.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchcertificates.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchcreation.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchcreation.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchcreation.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchcreation.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchfamily.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamily.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchfamily.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamily.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchfamilygroup.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamilygroup.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchfamilygroup.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamilygroup.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchfamilygroupref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamilygroupref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchfamilygroupref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamilygroupref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchfamilyref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamilyref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchfamilyref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfamilyref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchfiles.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfiles.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchfiles.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchfiles.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchinformation.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchinformation.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchinformation.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchinformation.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchmetadata.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchmetadata.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchmetadata.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchmetadata.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchproperty.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchproperty.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchproperty.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchproperty.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/patchsequence.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchsequence.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/patchsequence.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/patchsequence.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/payload.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/payload.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/payload.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/payload.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/payloadgroup.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/payloadgroup.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/payloadgroup.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/payloadgroup.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/payloadgroupref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/payloadgroupref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/payloadgroupref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/payloadgroupref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/permission.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/permission.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/permission.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/permission.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/permissionex.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/permissionex.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/permissionex.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/permissionex.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/processcomponents.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/processcomponents.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/processcomponents.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/processcomponents.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/product.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/product.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/product.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/product.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/productsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/productsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/productsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/productsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/progid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/progid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/progid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/progid.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/progresstext.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/progresstext.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/progresstext.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/progresstext.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/property.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/property.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/property.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/property.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/propertyref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/propertyref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/propertyref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/propertyref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/protectfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/protectfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/protectfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/protectfile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/protectrange.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/protectrange.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/protectrange.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/protectrange.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/publish.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/publish.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/publish.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/publish.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/publishcomponents.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/publishcomponents.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/publishcomponents.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/publishcomponents.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/publishfeatures.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/publishfeatures.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/publishfeatures.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/publishfeatures.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/publishproduct.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/publishproduct.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/publishproduct.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/publishproduct.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/radiobutton.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/radiobutton.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/radiobutton.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/radiobutton.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/radiobuttongroup.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/radiobuttongroup.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/radiobuttongroup.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/radiobuttongroup.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registerclassinfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerclassinfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registerclassinfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerclassinfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registercomplus.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registercomplus.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registercomplus.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registercomplus.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registerextensioninfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerextensioninfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registerextensioninfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerextensioninfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registerfonts.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerfonts.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registerfonts.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerfonts.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registermimeinfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registermimeinfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registermimeinfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registermimeinfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registerproduct.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerproduct.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registerproduct.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerproduct.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registerprogidinfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerprogidinfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registerprogidinfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registerprogidinfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registertypelibraries.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registertypelibraries.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registertypelibraries.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registertypelibraries.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registeruser.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registeruser.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registeruser.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registeruser.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registry.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registry.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registry.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registry.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registrykey.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registrykey.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registrykey.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registrykey.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registrysearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registrysearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registrysearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registrysearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registrysearchref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registrysearchref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registrysearchref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registrysearchref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/registryvalue.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/registryvalue.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/registryvalue.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/registryvalue.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/relatedbundle.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/relatedbundle.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/relatedbundle.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/relatedbundle.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/remotepayload.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/remotepayload.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/remotepayload.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/remotepayload.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeduplicatefiles.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeduplicatefiles.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeduplicatefiles.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeduplicatefiles.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeexistingproducts.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeexistingproducts.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeexistingproducts.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeexistingproducts.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removefile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removefile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removefiles.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefiles.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removefiles.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefiles.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removefolder.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefolder.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removefolder.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefolder.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removefolders.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefolders.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removefolders.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removefolders.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeinivalues.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeinivalues.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeinivalues.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeinivalues.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeodbc.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeodbc.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeodbc.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeodbc.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeregistrykey.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeregistrykey.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeregistrykey.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeregistrykey.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeregistryvalue.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeregistryvalue.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeregistryvalue.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeregistryvalue.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeregistryvalues.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeregistryvalues.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeregistryvalues.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeregistryvalues.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/removeshortcuts.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeshortcuts.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/removeshortcuts.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/removeshortcuts.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/replacepatch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/replacepatch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/replacepatch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/replacepatch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/requiredprivilege.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/requiredprivilege.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/requiredprivilege.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/requiredprivilege.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/reservecost.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/reservecost.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/reservecost.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/reservecost.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/resolvesource.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/resolvesource.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/resolvesource.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/resolvesource.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/rmccpsearch.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/rmccpsearch.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/rmccpsearch.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/rmccpsearch.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/rollbackboundary.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/rollbackboundary.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/rollbackboundary.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/rollbackboundary.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/row.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/row.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/row.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/row.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/schedulereboot.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/schedulereboot.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/schedulereboot.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/schedulereboot.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/selfregmodules.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/selfregmodules.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/selfregmodules.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/selfregmodules.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/selfunregmodules.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/selfunregmodules.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/selfunregmodules.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/selfunregmodules.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/serviceargument.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceargument.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/serviceargument.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceargument.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/serviceconfig.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceconfig.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/serviceconfig.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceconfig.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/serviceconfigfailureactions.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceconfigfailureactions.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/serviceconfigfailureactions.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceconfigfailureactions.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/servicecontrol.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/servicecontrol.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/servicecontrol.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/servicecontrol.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/servicedependency.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/servicedependency.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/servicedependency.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/servicedependency.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/serviceinstall.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceinstall.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/serviceinstall.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/serviceinstall.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/setdirectory.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/setdirectory.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/setdirectory.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/setdirectory.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/setodbcfolders.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/setodbcfolders.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/setodbcfolders.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/setodbcfolders.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/setproperty.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/setproperty.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/setproperty.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/setproperty.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/sfpcatalog.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/sfpcatalog.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/sfpcatalog.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/sfpcatalog.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/sfpfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/sfpfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/sfpfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/sfpfile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/shortcut.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/shortcut.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/shortcut.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/shortcut.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/shortcutproperty.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/shortcutproperty.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/shortcutproperty.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/shortcutproperty.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/show.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/show.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/show.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/show.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_burncontainertype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_burncontainertype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_burncontainertype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_burncontainertype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_burnexeprotocoltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_burnexeprotocoltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_burnexeprotocoltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_burnexeprotocoltype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_componentguid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_componentguid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_componentguid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_componentguid.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_diskidtype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_diskidtype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_diskidtype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_diskidtype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_exittype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_exittype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_exittype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_exittype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_guid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_guid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_guid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_guid.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_hextype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_hextype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_hextype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_hextype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_installuninstalltype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_installuninstalltype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_installuninstalltype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_installuninstalltype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_preprocessorvariables.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_preprocessorvariables.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_preprocessorvariables.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_preprocessorvariables.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_registryroottype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_registryroottype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_registryroottype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_registryroottype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_sequencetype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_sequencetype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_sequencetype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_sequencetype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_versiontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_versiontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_versiontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_versiontype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnoalwaystype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnoalwaystype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnoalwaystype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnoalwaystype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/slipstreammsp.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/slipstreammsp.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/slipstreammsp.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/slipstreammsp.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/startservices.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/startservices.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/startservices.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/startservices.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/stopservices.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/stopservices.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/stopservices.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/stopservices.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/subscribe.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/subscribe.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/subscribe.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/subscribe.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/substitution.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/substitution.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/substitution.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/substitution.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/symbolpath.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/symbolpath.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/symbolpath.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/symbolpath.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/targetfile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetfile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/targetfile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetfile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/targetimage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetimage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/targetimage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetimage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/targetproductcode.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetproductcode.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/targetproductcode.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetproductcode.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/targetproductcodes.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetproductcodes.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/targetproductcodes.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/targetproductcodes.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/text.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/text.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/text.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/text.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/textstyle.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/textstyle.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/textstyle.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/textstyle.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/typelib.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/typelib.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/typelib.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/typelib.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ui.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ui.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ui.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ui.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/uiref.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/uiref.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/uiref.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/uiref.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/uitext.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/uitext.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/uitext.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/uitext.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unpublishcomponents.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unpublishcomponents.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unpublishcomponents.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unpublishcomponents.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unpublishfeatures.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unpublishfeatures.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unpublishfeatures.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unpublishfeatures.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregisterclassinfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterclassinfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregisterclassinfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterclassinfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregistercomplus.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregistercomplus.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregistercomplus.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregistercomplus.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregisterfonts.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterfonts.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregisterfonts.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterfonts.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregistermimeinfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregistermimeinfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregistermimeinfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregistermimeinfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/unregistertypelibraries.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregistertypelibraries.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/unregistertypelibraries.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/unregistertypelibraries.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/update.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/update.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/update.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/update.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/upgrade.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgrade.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/upgrade.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgrade.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/upgradefile.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgradefile.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/upgradefile.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgradefile.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/upgradeimage.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgradeimage.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/upgradeimage.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgradeimage.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/upgradeversion.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgradeversion.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/upgradeversion.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/upgradeversion.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/ux.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/ux.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/ux.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/ux.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/validate.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/validate.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/validate.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/validate.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/validateproductid.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/validateproductid.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/validateproductid.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/validateproductid.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/variable.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/variable.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/variable.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/variable.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/verb.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/verb.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/verb.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/verb.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/wix.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/wix.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/wix.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/wix.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/wixvariable.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/wixvariable.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/wixvariable.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/wixvariable.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/writeinivalues.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/writeinivalues.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/writeinivalues.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/writeinivalues.html diff --git a/root/documents/documentation/manual/v3/xsd/wix/writeregistryvalues.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wix/writeregistryvalues.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wix/writeregistryvalues.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wix/writeregistryvalues.html diff --git a/root/documents/documentation/manual/v3/xsd/wixloc/index.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/index.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wixloc/index.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/index.html diff --git a/root/documents/documentation/manual/v3/xsd/wixloc/simple_type_localizationyesnotype.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/simple_type_localizationyesnotype.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wixloc/simple_type_localizationyesnotype.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/simple_type_localizationyesnotype.html diff --git a/root/documents/documentation/manual/v3/xsd/wixloc/string.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/string.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wixloc/string.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/string.html diff --git a/root/documents/documentation/manual/v3/xsd/wixloc/ui.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/ui.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wixloc/ui.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/ui.html diff --git a/root/documents/documentation/manual/v3/xsd/wixloc/wixlocalization.html b/src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/wixlocalization.html similarity index 100% rename from root/documents/documentation/manual/v3/xsd/wixloc/wixlocalization.html rename to src/Web/Static/documents/documentation/manual/v3/xsd/wixloc/wixlocalization.html diff --git a/src/Web/Static/documents/error.html.md b/src/Web/Static/documents/error.html.md new file mode 100644 index 00000000..408e2a30 --- /dev/null +++ b/src/Web/Static/documents/error.html.md @@ -0,0 +1,9 @@ +--- +layout: herosmall +title: Unexpected Error +image: /content/red_smoke_3.jpg +--- + +## Unexpected Error + +The page you were trying to access encountered an unexpected error. If this problem persists, please contact us at wix-devs@lists.wixtoolset.org so we can take a look. diff --git a/root/documents/index.html.cshtml b/src/Web/Static/documents/index.html.cshtml similarity index 100% rename from root/documents/index.html.cshtml rename to src/Web/Static/documents/index.html.cshtml diff --git a/root/documents/news.html.cshtml b/src/Web/Static/documents/news.html.cshtml similarity index 100% rename from root/documents/news.html.cshtml rename to src/Web/Static/documents/news.html.cshtml diff --git a/root/documents/notfound.html.md b/src/Web/Static/documents/notfound.html.md similarity index 100% rename from root/documents/notfound.html.md rename to src/Web/Static/documents/notfound.html.md diff --git a/root/documents/releases.html.cshtml b/src/Web/Static/documents/releases.html.cshtml similarity index 100% rename from root/documents/releases.html.cshtml rename to src/Web/Static/documents/releases.html.cshtml diff --git a/root/documents/releases/feeds/wix3-10.feed b/src/Web/Static/documents/releases/feeds/wix3-10.feed similarity index 100% rename from root/documents/releases/feeds/wix3-10.feed rename to src/Web/Static/documents/releases/feeds/wix3-10.feed diff --git a/root/documents/releases/feeds/wix3-11.feed b/src/Web/Static/documents/releases/feeds/wix3-11.feed similarity index 100% rename from root/documents/releases/feeds/wix3-11.feed rename to src/Web/Static/documents/releases/feeds/wix3-11.feed diff --git a/root/documents/releases/feeds/wix4-0.feed b/src/Web/Static/documents/releases/feeds/wix4-0.feed similarity index 100% rename from root/documents/releases/feeds/wix4-0.feed rename to src/Web/Static/documents/releases/feeds/wix4-0.feed diff --git a/root/documents/releases/v3-10-0-1403.html.md b/src/Web/Static/documents/releases/v3-10-0-1403.html.md similarity index 100% rename from root/documents/releases/v3-10-0-1403.html.md rename to src/Web/Static/documents/releases/v3-10-0-1403.html.md diff --git a/root/documents/releases/v3-10-0-1502.html.md b/src/Web/Static/documents/releases/v3-10-0-1502.html.md similarity index 100% rename from root/documents/releases/v3-10-0-1502.html.md rename to src/Web/Static/documents/releases/v3-10-0-1502.html.md diff --git a/root/documents/releases/v3-10-0-1519.html.md b/src/Web/Static/documents/releases/v3-10-0-1519.html.md similarity index 100% rename from root/documents/releases/v3-10-0-1519.html.md rename to src/Web/Static/documents/releases/v3-10-0-1519.html.md diff --git a/root/documents/releases/v3-10-0-1719.html.md b/src/Web/Static/documents/releases/v3-10-0-1719.html.md similarity index 100% rename from root/documents/releases/v3-10-0-1719.html.md rename to src/Web/Static/documents/releases/v3-10-0-1719.html.md diff --git a/root/documents/releases/v3-10-0-1726.html.md b/src/Web/Static/documents/releases/v3-10-0-1726.html.md similarity index 100% rename from root/documents/releases/v3-10-0-1726.html.md rename to src/Web/Static/documents/releases/v3-10-0-1726.html.md diff --git a/root/documents/releases/v3-10-0-1823.html.md b/src/Web/Static/documents/releases/v3-10-0-1823.html.md similarity index 100% rename from root/documents/releases/v3-10-0-1823.html.md rename to src/Web/Static/documents/releases/v3-10-0-1823.html.md diff --git a/root/documents/releases/v3-10-0-2026.html.md b/src/Web/Static/documents/releases/v3-10-0-2026.html.md similarity index 100% rename from root/documents/releases/v3-10-0-2026.html.md rename to src/Web/Static/documents/releases/v3-10-0-2026.html.md diff --git a/root/documents/releases/v3-10-0-2101.html.md b/src/Web/Static/documents/releases/v3-10-0-2101.html.md similarity index 100% rename from root/documents/releases/v3-10-0-2101.html.md rename to src/Web/Static/documents/releases/v3-10-0-2101.html.md diff --git a/root/documents/releases/v3-10-0-2103.html.md b/src/Web/Static/documents/releases/v3-10-0-2103.html.md similarity index 100% rename from root/documents/releases/v3-10-0-2103.html.md rename to src/Web/Static/documents/releases/v3-10-0-2103.html.md diff --git a/root/documents/releases/v3-10-1-2207.html.md b/src/Web/Static/documents/releases/v3-10-1-2207.html.md similarity index 100% rename from root/documents/releases/v3-10-1-2207.html.md rename to src/Web/Static/documents/releases/v3-10-1-2207.html.md diff --git a/root/documents/releases/v3-10-1-2213.html.md b/src/Web/Static/documents/releases/v3-10-1-2213.html.md similarity index 100% rename from root/documents/releases/v3-10-1-2213.html.md rename to src/Web/Static/documents/releases/v3-10-1-2213.html.md diff --git a/root/documents/releases/v3-10-1124-0.html.md b/src/Web/Static/documents/releases/v3-10-1124-0.html.md similarity index 100% rename from root/documents/releases/v3-10-1124-0.html.md rename to src/Web/Static/documents/releases/v3-10-1124-0.html.md diff --git a/root/documents/releases/v3-10-2-115.html.md b/src/Web/Static/documents/releases/v3-10-2-115.html.md similarity index 100% rename from root/documents/releases/v3-10-2-115.html.md rename to src/Web/Static/documents/releases/v3-10-2-115.html.md diff --git a/root/documents/releases/v3-10-2-2516.html.md b/src/Web/Static/documents/releases/v3-10-2-2516.html.md similarity index 100% rename from root/documents/releases/v3-10-2-2516.html.md rename to src/Web/Static/documents/releases/v3-10-2-2516.html.md diff --git a/root/documents/releases/v3-10-3-2904.html.md b/src/Web/Static/documents/releases/v3-10-3-2904.html.md similarity index 100% rename from root/documents/releases/v3-10-3-2904.html.md rename to src/Web/Static/documents/releases/v3-10-3-2904.html.md diff --git a/root/documents/releases/v3-10-3-2917.html.md b/src/Web/Static/documents/releases/v3-10-3-2917.html.md similarity index 100% rename from root/documents/releases/v3-10-3-2917.html.md rename to src/Web/Static/documents/releases/v3-10-3-2917.html.md diff --git a/root/documents/releases/v3-10-3-2924.html.md b/src/Web/Static/documents/releases/v3-10-3-2924.html.md similarity index 100% rename from root/documents/releases/v3-10-3-2924.html.md rename to src/Web/Static/documents/releases/v3-10-3-2924.html.md diff --git a/root/documents/releases/v3-10-3-3007.html.md b/src/Web/Static/documents/releases/v3-10-3-3007.html.md similarity index 100% rename from root/documents/releases/v3-10-3-3007.html.md rename to src/Web/Static/documents/releases/v3-10-3-3007.html.md diff --git a/root/documents/releases/v3-11-0-129.html.md b/src/Web/Static/documents/releases/v3-11-0-129.html.md similarity index 100% rename from root/documents/releases/v3-11-0-129.html.md rename to src/Web/Static/documents/releases/v3-11-0-129.html.md diff --git a/root/documents/releases/v3-11-0-1307.html.md b/src/Web/Static/documents/releases/v3-11-0-1307.html.md similarity index 100% rename from root/documents/releases/v3-11-0-1307.html.md rename to src/Web/Static/documents/releases/v3-11-0-1307.html.md diff --git a/root/documents/releases/v3-11-0-1501.html.md b/src/Web/Static/documents/releases/v3-11-0-1501.html.md similarity index 100% rename from root/documents/releases/v3-11-0-1501.html.md rename to src/Web/Static/documents/releases/v3-11-0-1501.html.md diff --git a/root/documents/releases/v3-11-0-1507.html.md b/src/Web/Static/documents/releases/v3-11-0-1507.html.md similarity index 100% rename from root/documents/releases/v3-11-0-1507.html.md rename to src/Web/Static/documents/releases/v3-11-0-1507.html.md diff --git a/root/documents/releases/v3-11-0-1528.html.md b/src/Web/Static/documents/releases/v3-11-0-1528.html.md similarity index 100% rename from root/documents/releases/v3-11-0-1528.html.md rename to src/Web/Static/documents/releases/v3-11-0-1528.html.md diff --git a/root/documents/releases/v3-11-0-226.html.md b/src/Web/Static/documents/releases/v3-11-0-226.html.md similarity index 100% rename from root/documents/releases/v3-11-0-226.html.md rename to src/Web/Static/documents/releases/v3-11-0-226.html.md diff --git a/root/documents/releases/v3-11-0-321.html.md b/src/Web/Static/documents/releases/v3-11-0-321.html.md similarity index 100% rename from root/documents/releases/v3-11-0-321.html.md rename to src/Web/Static/documents/releases/v3-11-0-321.html.md diff --git a/root/documents/releases/v3-11-0-504.html.md b/src/Web/Static/documents/releases/v3-11-0-504.html.md similarity index 100% rename from root/documents/releases/v3-11-0-504.html.md rename to src/Web/Static/documents/releases/v3-11-0-504.html.md diff --git a/root/documents/releases/v3-11-0-705.html.md b/src/Web/Static/documents/releases/v3-11-0-705.html.md similarity index 100% rename from root/documents/releases/v3-11-0-705.html.md rename to src/Web/Static/documents/releases/v3-11-0-705.html.md diff --git a/root/documents/releases/v3-11-0-906.html.md b/src/Web/Static/documents/releases/v3-11-0-906.html.md similarity index 100% rename from root/documents/releases/v3-11-0-906.html.md rename to src/Web/Static/documents/releases/v3-11-0-906.html.md diff --git a/root/documents/releases/v4-0-0-4506.html.md b/src/Web/Static/documents/releases/v4-0-0-4506.html.md similarity index 100% rename from root/documents/releases/v4-0-0-4506.html.md rename to src/Web/Static/documents/releases/v4-0-0-4506.html.md diff --git a/root/documents/releases/v4-0-1007-0.html.md b/src/Web/Static/documents/releases/v4-0-1007-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1007-0.html.md rename to src/Web/Static/documents/releases/v4-0-1007-0.html.md diff --git a/root/documents/releases/v4-0-1015-0.html.md b/src/Web/Static/documents/releases/v4-0-1015-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1015-0.html.md rename to src/Web/Static/documents/releases/v4-0-1015-0.html.md diff --git a/root/documents/releases/v4-0-12-0.html.md b/src/Web/Static/documents/releases/v4-0-12-0.html.md similarity index 100% rename from root/documents/releases/v4-0-12-0.html.md rename to src/Web/Static/documents/releases/v4-0-12-0.html.md diff --git a/root/documents/releases/v4-0-1203-0.html.md b/src/Web/Static/documents/releases/v4-0-1203-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1203-0.html.md rename to src/Web/Static/documents/releases/v4-0-1203-0.html.md diff --git a/root/documents/releases/v4-0-1210-0.html.md b/src/Web/Static/documents/releases/v4-0-1210-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1210-0.html.md rename to src/Web/Static/documents/releases/v4-0-1210-0.html.md diff --git a/root/documents/releases/v4-0-1216-0.html.md b/src/Web/Static/documents/releases/v4-0-1216-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1216-0.html.md rename to src/Web/Static/documents/releases/v4-0-1216-0.html.md diff --git a/root/documents/releases/v4-0-1320-0.html.md b/src/Web/Static/documents/releases/v4-0-1320-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1320-0.html.md rename to src/Web/Static/documents/releases/v4-0-1320-0.html.md diff --git a/root/documents/releases/v4-0-1621-0.html.md b/src/Web/Static/documents/releases/v4-0-1621-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1621-0.html.md rename to src/Web/Static/documents/releases/v4-0-1621-0.html.md diff --git a/root/documents/releases/v4-0-1726-0.html.md b/src/Web/Static/documents/releases/v4-0-1726-0.html.md similarity index 100% rename from root/documents/releases/v4-0-1726-0.html.md rename to src/Web/Static/documents/releases/v4-0-1726-0.html.md diff --git a/root/documents/releases/v4-0-2102-0.html.md b/src/Web/Static/documents/releases/v4-0-2102-0.html.md similarity index 100% rename from root/documents/releases/v4-0-2102-0.html.md rename to src/Web/Static/documents/releases/v4-0-2102-0.html.md diff --git a/root/documents/releases/v4-0-2115-0.html.md b/src/Web/Static/documents/releases/v4-0-2115-0.html.md similarity index 100% rename from root/documents/releases/v4-0-2115-0.html.md rename to src/Web/Static/documents/releases/v4-0-2115-0.html.md diff --git a/root/documents/releases/v4-0-2220-0.html.md b/src/Web/Static/documents/releases/v4-0-2220-0.html.md similarity index 100% rename from root/documents/releases/v4-0-2220-0.html.md rename to src/Web/Static/documents/releases/v4-0-2220-0.html.md diff --git a/root/documents/releases/v4-0-2603-0.html.md b/src/Web/Static/documents/releases/v4-0-2603-0.html.md similarity index 100% rename from root/documents/releases/v4-0-2603-0.html.md rename to src/Web/Static/documents/releases/v4-0-2603-0.html.md diff --git a/root/documents/releases/v4-0-2719-0.html.md b/src/Web/Static/documents/releases/v4-0-2719-0.html.md similarity index 100% rename from root/documents/releases/v4-0-2719-0.html.md rename to src/Web/Static/documents/releases/v4-0-2719-0.html.md diff --git a/root/documents/releases/v4-0-2926-0.html.md b/src/Web/Static/documents/releases/v4-0-2926-0.html.md similarity index 100% rename from root/documents/releases/v4-0-2926-0.html.md rename to src/Web/Static/documents/releases/v4-0-2926-0.html.md diff --git a/root/documents/releases/v4-0-3226-0.html.md b/src/Web/Static/documents/releases/v4-0-3226-0.html.md similarity index 100% rename from root/documents/releases/v4-0-3226-0.html.md rename to src/Web/Static/documents/releases/v4-0-3226-0.html.md diff --git a/root/documents/releases/v4-0-3430-0.html.md b/src/Web/Static/documents/releases/v4-0-3430-0.html.md similarity index 100% rename from root/documents/releases/v4-0-3430-0.html.md rename to src/Web/Static/documents/releases/v4-0-3430-0.html.md diff --git a/root/documents/releases/v4-0-3729-0.html.md b/src/Web/Static/documents/releases/v4-0-3729-0.html.md similarity index 100% rename from root/documents/releases/v4-0-3729-0.html.md rename to src/Web/Static/documents/releases/v4-0-3729-0.html.md diff --git a/root/documents/releases/v4-0-3826-0.html.md b/src/Web/Static/documents/releases/v4-0-3826-0.html.md similarity index 100% rename from root/documents/releases/v4-0-3826-0.html.md rename to src/Web/Static/documents/releases/v4-0-3826-0.html.md diff --git a/root/documents/releases/v4-0-3922-0.html.md b/src/Web/Static/documents/releases/v4-0-3922-0.html.md similarity index 100% rename from root/documents/releases/v4-0-3922-0.html.md rename to src/Web/Static/documents/releases/v4-0-3922-0.html.md diff --git a/root/documents/releases/v4-0-4-0.html.md b/src/Web/Static/documents/releases/v4-0-4-0.html.md similarity index 100% rename from root/documents/releases/v4-0-4-0.html.md rename to src/Web/Static/documents/releases/v4-0-4-0.html.md diff --git a/root/documents/releases/v4-0-424-0.html.md b/src/Web/Static/documents/releases/v4-0-424-0.html.md similarity index 100% rename from root/documents/releases/v4-0-424-0.html.md rename to src/Web/Static/documents/releases/v4-0-424-0.html.md diff --git a/root/documents/releases/v4-0-4305-0.html.md b/src/Web/Static/documents/releases/v4-0-4305-0.html.md similarity index 100% rename from root/documents/releases/v4-0-4305-0.html.md rename to src/Web/Static/documents/releases/v4-0-4305-0.html.md diff --git a/root/documents/releases/v4-0-701-0.html.md b/src/Web/Static/documents/releases/v4-0-701-0.html.md similarity index 100% rename from root/documents/releases/v4-0-701-0.html.md rename to src/Web/Static/documents/releases/v4-0-701-0.html.md diff --git a/root/documents/releases/weekly.html.cshtml b/src/Web/Static/documents/releases/weekly.html.cshtml similarity index 100% rename from root/documents/releases/weekly.html.cshtml rename to src/Web/Static/documents/releases/weekly.html.cshtml diff --git a/root/files/android-icon-144x144.png b/src/Web/Static/files/android-icon-144x144.png similarity index 100% rename from root/files/android-icon-144x144.png rename to src/Web/Static/files/android-icon-144x144.png diff --git a/root/files/android-icon-192x192.png b/src/Web/Static/files/android-icon-192x192.png similarity index 100% rename from root/files/android-icon-192x192.png rename to src/Web/Static/files/android-icon-192x192.png diff --git a/root/files/android-icon-36x36.png b/src/Web/Static/files/android-icon-36x36.png similarity index 100% rename from root/files/android-icon-36x36.png rename to src/Web/Static/files/android-icon-36x36.png diff --git a/root/files/android-icon-48x48.png b/src/Web/Static/files/android-icon-48x48.png similarity index 100% rename from root/files/android-icon-48x48.png rename to src/Web/Static/files/android-icon-48x48.png diff --git a/root/files/android-icon-72x72.png b/src/Web/Static/files/android-icon-72x72.png similarity index 100% rename from root/files/android-icon-72x72.png rename to src/Web/Static/files/android-icon-72x72.png diff --git a/root/files/android-icon-96x96.png b/src/Web/Static/files/android-icon-96x96.png similarity index 100% rename from root/files/android-icon-96x96.png rename to src/Web/Static/files/android-icon-96x96.png diff --git a/root/files/apple-icon-114x114.png b/src/Web/Static/files/apple-icon-114x114.png similarity index 100% rename from root/files/apple-icon-114x114.png rename to src/Web/Static/files/apple-icon-114x114.png diff --git a/root/files/apple-icon-120x120.png b/src/Web/Static/files/apple-icon-120x120.png similarity index 100% rename from root/files/apple-icon-120x120.png rename to src/Web/Static/files/apple-icon-120x120.png diff --git a/root/files/apple-icon-144x144.png b/src/Web/Static/files/apple-icon-144x144.png similarity index 100% rename from root/files/apple-icon-144x144.png rename to src/Web/Static/files/apple-icon-144x144.png diff --git a/root/files/apple-icon-152x152.png b/src/Web/Static/files/apple-icon-152x152.png similarity index 100% rename from root/files/apple-icon-152x152.png rename to src/Web/Static/files/apple-icon-152x152.png diff --git a/root/files/apple-icon-180x180.png b/src/Web/Static/files/apple-icon-180x180.png similarity index 100% rename from root/files/apple-icon-180x180.png rename to src/Web/Static/files/apple-icon-180x180.png diff --git a/root/files/apple-icon-57x57.png b/src/Web/Static/files/apple-icon-57x57.png similarity index 100% rename from root/files/apple-icon-57x57.png rename to src/Web/Static/files/apple-icon-57x57.png diff --git a/root/files/apple-icon-60x60.png b/src/Web/Static/files/apple-icon-60x60.png similarity index 100% rename from root/files/apple-icon-60x60.png rename to src/Web/Static/files/apple-icon-60x60.png diff --git a/root/files/apple-icon-72x72.png b/src/Web/Static/files/apple-icon-72x72.png similarity index 100% rename from root/files/apple-icon-72x72.png rename to src/Web/Static/files/apple-icon-72x72.png diff --git a/root/files/apple-icon-76x76.png b/src/Web/Static/files/apple-icon-76x76.png similarity index 100% rename from root/files/apple-icon-76x76.png rename to src/Web/Static/files/apple-icon-76x76.png diff --git a/root/files/apple-icon-precomposed.png b/src/Web/Static/files/apple-icon-precomposed.png similarity index 100% rename from root/files/apple-icon-precomposed.png rename to src/Web/Static/files/apple-icon-precomposed.png diff --git a/root/files/apple-icon.png b/src/Web/Static/files/apple-icon.png similarity index 100% rename from root/files/apple-icon.png rename to src/Web/Static/files/apple-icon.png diff --git a/root/files/browserconfig.xml b/src/Web/Static/files/browserconfig.xml similarity index 100% rename from root/files/browserconfig.xml rename to src/Web/Static/files/browserconfig.xml diff --git a/root/files/content/credit.txt b/src/Web/Static/files/content/credit.txt similarity index 100% rename from root/files/content/credit.txt rename to src/Web/Static/files/content/credit.txt diff --git a/root/files/content/dotnetfoundation.png b/src/Web/Static/files/content/dotnetfoundation.png similarity index 100% rename from root/files/content/dotnetfoundation.png rename to src/Web/Static/files/content/dotnetfoundation.png diff --git a/root/files/content/feed.png b/src/Web/Static/files/content/feed.png similarity index 100% rename from root/files/content/feed.png rename to src/Web/Static/files/content/feed.png diff --git a/root/files/content/firegiant.png b/src/Web/Static/files/content/firegiant.png similarity index 100% rename from root/files/content/firegiant.png rename to src/Web/Static/files/content/firegiant.png diff --git a/root/files/content/logo-black-hollow-md.png b/src/Web/Static/files/content/logo-black-hollow-md.png similarity index 100% rename from root/files/content/logo-black-hollow-md.png rename to src/Web/Static/files/content/logo-black-hollow-md.png diff --git a/root/files/content/logo-black-hollow-xs.png b/src/Web/Static/files/content/logo-black-hollow-xs.png similarity index 100% rename from root/files/content/logo-black-hollow-xs.png rename to src/Web/Static/files/content/logo-black-hollow-xs.png diff --git a/root/files/content/logo-black-hollow.png b/src/Web/Static/files/content/logo-black-hollow.png similarity index 100% rename from root/files/content/logo-black-hollow.png rename to src/Web/Static/files/content/logo-black-hollow.png diff --git a/root/files/content/logo-black-trim.png b/src/Web/Static/files/content/logo-black-trim.png similarity index 100% rename from root/files/content/logo-black-trim.png rename to src/Web/Static/files/content/logo-black-trim.png diff --git a/root/files/content/logo-black-xs.png b/src/Web/Static/files/content/logo-black-xs.png similarity index 100% rename from root/files/content/logo-black-xs.png rename to src/Web/Static/files/content/logo-black-xs.png diff --git a/root/files/content/logo-black.png b/src/Web/Static/files/content/logo-black.png similarity index 100% rename from root/files/content/logo-black.png rename to src/Web/Static/files/content/logo-black.png diff --git a/root/files/content/logo-white-hollow-xs.png b/src/Web/Static/files/content/logo-white-hollow-xs.png similarity index 100% rename from root/files/content/logo-white-hollow-xs.png rename to src/Web/Static/files/content/logo-white-hollow-xs.png diff --git a/root/files/content/logo-white-hollow.png b/src/Web/Static/files/content/logo-white-hollow.png similarity index 100% rename from root/files/content/logo-white-hollow.png rename to src/Web/Static/files/content/logo-white-hollow.png diff --git a/root/files/content/logo-white.png b/src/Web/Static/files/content/logo-white.png similarity index 100% rename from root/files/content/logo-white.png rename to src/Web/Static/files/content/logo-white.png diff --git a/root/files/content/logo.gif b/src/Web/Static/files/content/logo.gif similarity index 100% rename from root/files/content/logo.gif rename to src/Web/Static/files/content/logo.gif diff --git a/root/files/content/logo.png b/src/Web/Static/files/content/logo.png similarity index 100% rename from root/files/content/logo.png rename to src/Web/Static/files/content/logo.png diff --git a/root/files/content/logo_framed.png b/src/Web/Static/files/content/logo_framed.png similarity index 100% rename from root/files/content/logo_framed.png rename to src/Web/Static/files/content/logo_framed.png diff --git a/root/files/content/outercurve.png b/src/Web/Static/files/content/outercurve.png similarity index 100% rename from root/files/content/outercurve.png rename to src/Web/Static/files/content/outercurve.png diff --git a/root/files/content/red_smoke_1.jpg b/src/Web/Static/files/content/red_smoke_1.jpg similarity index 100% rename from root/files/content/red_smoke_1.jpg rename to src/Web/Static/files/content/red_smoke_1.jpg diff --git a/root/files/content/red_smoke_2.jpg b/src/Web/Static/files/content/red_smoke_2.jpg similarity index 100% rename from root/files/content/red_smoke_2.jpg rename to src/Web/Static/files/content/red_smoke_2.jpg diff --git a/root/files/content/red_smoke_3.jpg b/src/Web/Static/files/content/red_smoke_3.jpg similarity index 100% rename from root/files/content/red_smoke_3.jpg rename to src/Web/Static/files/content/red_smoke_3.jpg diff --git a/root/files/content/red_smoke_4.jpg b/src/Web/Static/files/content/red_smoke_4.jpg similarity index 100% rename from root/files/content/red_smoke_4.jpg rename to src/Web/Static/files/content/red_smoke_4.jpg diff --git a/root/files/content/wixoncodeplex.png b/src/Web/Static/files/content/wixoncodeplex.png similarity index 100% rename from root/files/content/wixoncodeplex.png rename to src/Web/Static/files/content/wixoncodeplex.png diff --git a/root/files/display/css/.DS_Store b/src/Web/Static/files/display/css/.DS_Store similarity index 100% rename from root/files/display/css/.DS_Store rename to src/Web/Static/files/display/css/.DS_Store diff --git a/root/files/display/css/boostrap.min.css b/src/Web/Static/files/display/css/boostrap.min.css similarity index 100% rename from root/files/display/css/boostrap.min.css rename to src/Web/Static/files/display/css/boostrap.min.css diff --git a/root/files/display/css/bootstrap.css b/src/Web/Static/files/display/css/bootstrap.css similarity index 100% rename from root/files/display/css/bootstrap.css rename to src/Web/Static/files/display/css/bootstrap.css diff --git a/root/files/display/css/easy-responsive-tabs.css b/src/Web/Static/files/display/css/easy-responsive-tabs.css similarity index 100% rename from root/files/display/css/easy-responsive-tabs.css rename to src/Web/Static/files/display/css/easy-responsive-tabs.css diff --git a/root/files/display/css/magnific-popup.css b/src/Web/Static/files/display/css/magnific-popup.css similarity index 100% rename from root/files/display/css/magnific-popup.css rename to src/Web/Static/files/display/css/magnific-popup.css diff --git a/root/files/display/css/megafish.css b/src/Web/Static/files/display/css/megafish.css similarity index 100% rename from root/files/display/css/megafish.css rename to src/Web/Static/files/display/css/megafish.css diff --git a/root/files/display/css/menu_slideside.css b/src/Web/Static/files/display/css/menu_slideside.css similarity index 100% rename from root/files/display/css/menu_slideside.css rename to src/Web/Static/files/display/css/menu_slideside.css diff --git a/root/files/display/css/owl.carousel.min.css b/src/Web/Static/files/display/css/owl.carousel.min.css similarity index 100% rename from root/files/display/css/owl.carousel.min.css rename to src/Web/Static/files/display/css/owl.carousel.min.css diff --git a/root/files/display/css/owl.theme.default.min.css b/src/Web/Static/files/display/css/owl.theme.default.min.css similarity index 100% rename from root/files/display/css/owl.theme.default.min.css rename to src/Web/Static/files/display/css/owl.theme.default.min.css diff --git a/root/files/display/css/style.css b/src/Web/Static/files/display/css/style.css similarity index 100% rename from root/files/display/css/style.css rename to src/Web/Static/files/display/css/style.css diff --git a/root/files/display/css/superfish.css b/src/Web/Static/files/display/css/superfish.css similarity index 100% rename from root/files/display/css/superfish.css rename to src/Web/Static/files/display/css/superfish.css diff --git a/root/files/display/css/themify-icons.css b/src/Web/Static/files/display/css/themify-icons.css similarity index 100% rename from root/files/display/css/themify-icons.css rename to src/Web/Static/files/display/css/themify-icons.css diff --git a/root/files/display/fonts/bootstrap/.DS_Store b/src/Web/Static/files/display/fonts/bootstrap/.DS_Store similarity index 100% rename from root/files/display/fonts/bootstrap/.DS_Store rename to src/Web/Static/files/display/fonts/bootstrap/.DS_Store diff --git a/root/files/display/fonts/bootstrap/glyphicons-halflings-regular.eot b/src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.eot similarity index 100% rename from root/files/display/fonts/bootstrap/glyphicons-halflings-regular.eot rename to src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.eot diff --git a/root/files/display/fonts/bootstrap/glyphicons-halflings-regular.svg b/src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.svg similarity index 100% rename from root/files/display/fonts/bootstrap/glyphicons-halflings-regular.svg rename to src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.svg diff --git a/root/files/display/fonts/bootstrap/glyphicons-halflings-regular.ttf b/src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.ttf similarity index 100% rename from root/files/display/fonts/bootstrap/glyphicons-halflings-regular.ttf rename to src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.ttf diff --git a/root/files/display/fonts/bootstrap/glyphicons-halflings-regular.woff b/src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.woff similarity index 100% rename from root/files/display/fonts/bootstrap/glyphicons-halflings-regular.woff rename to src/Web/Static/files/display/fonts/bootstrap/glyphicons-halflings-regular.woff diff --git a/root/files/display/fonts/themify/.DS_Store b/src/Web/Static/files/display/fonts/themify/.DS_Store similarity index 100% rename from root/files/display/fonts/themify/.DS_Store rename to src/Web/Static/files/display/fonts/themify/.DS_Store diff --git a/root/files/display/fonts/themify/themify.eot b/src/Web/Static/files/display/fonts/themify/themify.eot similarity index 100% rename from root/files/display/fonts/themify/themify.eot rename to src/Web/Static/files/display/fonts/themify/themify.eot diff --git a/root/files/display/fonts/themify/themify.svg b/src/Web/Static/files/display/fonts/themify/themify.svg similarity index 100% rename from root/files/display/fonts/themify/themify.svg rename to src/Web/Static/files/display/fonts/themify/themify.svg diff --git a/root/files/display/fonts/themify/themify.ttf b/src/Web/Static/files/display/fonts/themify/themify.ttf similarity index 100% rename from root/files/display/fonts/themify/themify.ttf rename to src/Web/Static/files/display/fonts/themify/themify.ttf diff --git a/root/files/display/fonts/themify/themify.woff b/src/Web/Static/files/display/fonts/themify/themify.woff similarity index 100% rename from root/files/display/fonts/themify/themify.woff rename to src/Web/Static/files/display/fonts/themify/themify.woff diff --git a/root/files/display/images/hero.jpg b/src/Web/Static/files/display/images/hero.jpg similarity index 100% rename from root/files/display/images/hero.jpg rename to src/Web/Static/files/display/images/hero.jpg diff --git a/root/files/display/images/hero2.jpg b/src/Web/Static/files/display/images/hero2.jpg similarity index 100% rename from root/files/display/images/hero2.jpg rename to src/Web/Static/files/display/images/hero2.jpg diff --git a/root/files/display/images/hero3.jpg b/src/Web/Static/files/display/images/hero3.jpg similarity index 100% rename from root/files/display/images/hero3.jpg rename to src/Web/Static/files/display/images/hero3.jpg diff --git a/root/files/display/images/hero4.dojo.jpg b/src/Web/Static/files/display/images/hero4.dojo.jpg similarity index 100% rename from root/files/display/images/hero4.dojo.jpg rename to src/Web/Static/files/display/images/hero4.dojo.jpg diff --git a/root/files/display/images/hero4.jpg b/src/Web/Static/files/display/images/hero4.jpg similarity index 100% rename from root/files/display/images/hero4.jpg rename to src/Web/Static/files/display/images/hero4.jpg diff --git a/root/files/display/images/hero4.lamp.jpg b/src/Web/Static/files/display/images/hero4.lamp.jpg similarity index 100% rename from root/files/display/images/hero4.lamp.jpg rename to src/Web/Static/files/display/images/hero4.lamp.jpg diff --git a/root/files/display/images/hero4.lightbulb.jpg b/src/Web/Static/files/display/images/hero4.lightbulb.jpg similarity index 100% rename from root/files/display/images/hero4.lightbulb.jpg rename to src/Web/Static/files/display/images/hero4.lightbulb.jpg diff --git a/root/files/display/images/hero4.original.jpg b/src/Web/Static/files/display/images/hero4.original.jpg similarity index 100% rename from root/files/display/images/hero4.original.jpg rename to src/Web/Static/files/display/images/hero4.original.jpg diff --git a/root/files/display/images/hero_bg.jpg b/src/Web/Static/files/display/images/hero_bg.jpg similarity index 100% rename from root/files/display/images/hero_bg.jpg rename to src/Web/Static/files/display/images/hero_bg.jpg diff --git a/root/files/display/images/image_1.jpg b/src/Web/Static/files/display/images/image_1.jpg similarity index 100% rename from root/files/display/images/image_1.jpg rename to src/Web/Static/files/display/images/image_1.jpg diff --git a/root/files/display/images/image_2.jpg b/src/Web/Static/files/display/images/image_2.jpg similarity index 100% rename from root/files/display/images/image_2.jpg rename to src/Web/Static/files/display/images/image_2.jpg diff --git a/root/files/display/images/macbook_1.png b/src/Web/Static/files/display/images/macbook_1.png similarity index 100% rename from root/files/display/images/macbook_1.png rename to src/Web/Static/files/display/images/macbook_1.png diff --git a/root/files/display/images/project_1.jpg b/src/Web/Static/files/display/images/project_1.jpg similarity index 100% rename from root/files/display/images/project_1.jpg rename to src/Web/Static/files/display/images/project_1.jpg diff --git a/root/files/display/images/project_10.jpg b/src/Web/Static/files/display/images/project_10.jpg similarity index 100% rename from root/files/display/images/project_10.jpg rename to src/Web/Static/files/display/images/project_10.jpg diff --git a/root/files/display/images/project_2.jpg b/src/Web/Static/files/display/images/project_2.jpg similarity index 100% rename from root/files/display/images/project_2.jpg rename to src/Web/Static/files/display/images/project_2.jpg diff --git a/root/files/display/images/project_3.jpg b/src/Web/Static/files/display/images/project_3.jpg similarity index 100% rename from root/files/display/images/project_3.jpg rename to src/Web/Static/files/display/images/project_3.jpg diff --git a/root/files/display/images/project_4.jpg b/src/Web/Static/files/display/images/project_4.jpg similarity index 100% rename from root/files/display/images/project_4.jpg rename to src/Web/Static/files/display/images/project_4.jpg diff --git a/root/files/display/images/project_5.jpg b/src/Web/Static/files/display/images/project_5.jpg similarity index 100% rename from root/files/display/images/project_5.jpg rename to src/Web/Static/files/display/images/project_5.jpg diff --git a/root/files/display/images/project_6.jpg b/src/Web/Static/files/display/images/project_6.jpg similarity index 100% rename from root/files/display/images/project_6.jpg rename to src/Web/Static/files/display/images/project_6.jpg diff --git a/root/files/display/images/project_7.jpg b/src/Web/Static/files/display/images/project_7.jpg similarity index 100% rename from root/files/display/images/project_7.jpg rename to src/Web/Static/files/display/images/project_7.jpg diff --git a/root/files/display/images/project_8.jpg b/src/Web/Static/files/display/images/project_8.jpg similarity index 100% rename from root/files/display/images/project_8.jpg rename to src/Web/Static/files/display/images/project_8.jpg diff --git a/root/files/display/images/project_9.jpg b/src/Web/Static/files/display/images/project_9.jpg similarity index 100% rename from root/files/display/images/project_9.jpg rename to src/Web/Static/files/display/images/project_9.jpg diff --git a/root/files/display/images/project_detail_1.jpg b/src/Web/Static/files/display/images/project_detail_1.jpg similarity index 100% rename from root/files/display/images/project_detail_1.jpg rename to src/Web/Static/files/display/images/project_detail_1.jpg diff --git a/root/files/display/images/project_detail_2.jpg b/src/Web/Static/files/display/images/project_detail_2.jpg similarity index 100% rename from root/files/display/images/project_detail_2.jpg rename to src/Web/Static/files/display/images/project_detail_2.jpg diff --git a/root/files/display/images/project_detail_3.jpg b/src/Web/Static/files/display/images/project_detail_3.jpg similarity index 100% rename from root/files/display/images/project_detail_3.jpg rename to src/Web/Static/files/display/images/project_detail_3.jpg diff --git a/root/files/display/js/.DS_Store b/src/Web/Static/files/display/js/.DS_Store similarity index 100% rename from root/files/display/js/.DS_Store rename to src/Web/Static/files/display/js/.DS_Store diff --git a/root/files/display/js/bootstrap.js b/src/Web/Static/files/display/js/bootstrap.js similarity index 100% rename from root/files/display/js/bootstrap.js rename to src/Web/Static/files/display/js/bootstrap.js diff --git a/root/files/display/js/custom.js b/src/Web/Static/files/display/js/custom.js similarity index 100% rename from root/files/display/js/custom.js rename to src/Web/Static/files/display/js/custom.js diff --git a/root/files/display/js/easyResponsiveTabs.js b/src/Web/Static/files/display/js/easyResponsiveTabs.js similarity index 100% rename from root/files/display/js/easyResponsiveTabs.js rename to src/Web/Static/files/display/js/easyResponsiveTabs.js diff --git a/root/files/display/js/fastclick.js b/src/Web/Static/files/display/js/fastclick.js similarity index 100% rename from root/files/display/js/fastclick.js rename to src/Web/Static/files/display/js/fastclick.js diff --git a/root/files/display/js/hoverIntent.js b/src/Web/Static/files/display/js/hoverIntent.js similarity index 100% rename from root/files/display/js/hoverIntent.js rename to src/Web/Static/files/display/js/hoverIntent.js diff --git a/root/files/display/js/jquery-1.10.2.min.js b/src/Web/Static/files/display/js/jquery-1.10.2.min.js similarity index 100% rename from root/files/display/js/jquery-1.10.2.min.js rename to src/Web/Static/files/display/js/jquery-1.10.2.min.js diff --git a/root/files/display/js/jquery.easing.1.3.js b/src/Web/Static/files/display/js/jquery.easing.1.3.js similarity index 100% rename from root/files/display/js/jquery.easing.1.3.js rename to src/Web/Static/files/display/js/jquery.easing.1.3.js diff --git a/root/files/display/js/jquery.magnific-popup.min.js b/src/Web/Static/files/display/js/jquery.magnific-popup.min.js similarity index 100% rename from root/files/display/js/jquery.magnific-popup.min.js rename to src/Web/Static/files/display/js/jquery.magnific-popup.min.js diff --git a/root/files/display/js/jquery.parallax-scroll.min.js b/src/Web/Static/files/display/js/jquery.parallax-scroll.min.js similarity index 100% rename from root/files/display/js/jquery.parallax-scroll.min.js rename to src/Web/Static/files/display/js/jquery.parallax-scroll.min.js diff --git a/root/files/display/js/main.js b/src/Web/Static/files/display/js/main.js similarity index 100% rename from root/files/display/js/main.js rename to src/Web/Static/files/display/js/main.js diff --git a/root/files/display/js/modernizr-2.6.2.min.js b/src/Web/Static/files/display/js/modernizr-2.6.2.min.js similarity index 100% rename from root/files/display/js/modernizr-2.6.2.min.js rename to src/Web/Static/files/display/js/modernizr-2.6.2.min.js diff --git a/root/files/display/js/owl.carousel.min.js b/src/Web/Static/files/display/js/owl.carousel.min.js similarity index 100% rename from root/files/display/js/owl.carousel.min.js rename to src/Web/Static/files/display/js/owl.carousel.min.js diff --git a/root/files/display/js/respond.min.js b/src/Web/Static/files/display/js/respond.min.js similarity index 100% rename from root/files/display/js/respond.min.js rename to src/Web/Static/files/display/js/respond.min.js diff --git a/root/files/display/js/superfish.js b/src/Web/Static/files/display/js/superfish.js similarity index 100% rename from root/files/display/js/superfish.js rename to src/Web/Static/files/display/js/superfish.js diff --git a/root/files/display/js/supersubs.js b/src/Web/Static/files/display/js/supersubs.js similarity index 100% rename from root/files/display/js/supersubs.js rename to src/Web/Static/files/display/js/supersubs.js diff --git a/root/files/favicon-16x16.png b/src/Web/Static/files/favicon-16x16.png similarity index 100% rename from root/files/favicon-16x16.png rename to src/Web/Static/files/favicon-16x16.png diff --git a/root/files/favicon-32x32.png b/src/Web/Static/files/favicon-32x32.png similarity index 100% rename from root/files/favicon-32x32.png rename to src/Web/Static/files/favicon-32x32.png diff --git a/root/files/favicon-96x96.png b/src/Web/Static/files/favicon-96x96.png similarity index 100% rename from root/files/favicon-96x96.png rename to src/Web/Static/files/favicon-96x96.png diff --git a/root/files/favicon.ico b/src/Web/Static/files/favicon.ico similarity index 100% rename from root/files/favicon.ico rename to src/Web/Static/files/favicon.ico diff --git a/root/files/googled07711ab0411fd38.html b/src/Web/Static/files/googled07711ab0411fd38.html similarity index 100% rename from root/files/googled07711ab0411fd38.html rename to src/Web/Static/files/googled07711ab0411fd38.html diff --git a/root/files/manifest.json b/src/Web/Static/files/manifest.json similarity index 100% rename from root/files/manifest.json rename to src/Web/Static/files/manifest.json diff --git a/root/files/ms-icon-144x144.png b/src/Web/Static/files/ms-icon-144x144.png similarity index 100% rename from root/files/ms-icon-144x144.png rename to src/Web/Static/files/ms-icon-144x144.png diff --git a/root/files/ms-icon-150x150.png b/src/Web/Static/files/ms-icon-150x150.png similarity index 100% rename from root/files/ms-icon-150x150.png rename to src/Web/Static/files/ms-icon-150x150.png diff --git a/root/files/ms-icon-310x310.png b/src/Web/Static/files/ms-icon-310x310.png similarity index 100% rename from root/files/ms-icon-310x310.png rename to src/Web/Static/files/ms-icon-310x310.png diff --git a/root/files/ms-icon-70x70.png b/src/Web/Static/files/ms-icon-70x70.png similarity index 100% rename from root/files/ms-icon-70x70.png rename to src/Web/Static/files/ms-icon-70x70.png diff --git a/root/files/releases/feeds/wix3-6.feed b/src/Web/Static/files/releases/feeds/wix3-6.feed similarity index 100% rename from root/files/releases/feeds/wix3-6.feed rename to src/Web/Static/files/releases/feeds/wix3-6.feed diff --git a/root/files/releases/feeds/wix3-7.feed b/src/Web/Static/files/releases/feeds/wix3-7.feed similarity index 100% rename from root/files/releases/feeds/wix3-7.feed rename to src/Web/Static/files/releases/feeds/wix3-7.feed diff --git a/root/files/releases/feeds/wix3-8.feed b/src/Web/Static/files/releases/feeds/wix3-8.feed similarity index 100% rename from root/files/releases/feeds/wix3-8.feed rename to src/Web/Static/files/releases/feeds/wix3-8.feed diff --git a/root/files/releases/feeds/wix3-9.feed b/src/Web/Static/files/releases/feeds/wix3-9.feed similarity index 100% rename from root/files/releases/feeds/wix3-9.feed rename to src/Web/Static/files/releases/feeds/wix3-9.feed diff --git a/root/files/robots.txt b/src/Web/Static/files/robots.txt similarity index 100% rename from root/files/robots.txt rename to src/Web/Static/files/robots.txt diff --git a/root/layouts/appsyn.cshtml b/src/Web/Static/layouts/appsyn.cshtml similarity index 100% rename from root/layouts/appsyn.cshtml rename to src/Web/Static/layouts/appsyn.cshtml diff --git a/root/layouts/documentation.cshtml b/src/Web/Static/layouts/documentation.cshtml similarity index 100% rename from root/layouts/documentation.cshtml rename to src/Web/Static/layouts/documentation.cshtml diff --git a/root/layouts/documentation_xsd_extension.cshtml b/src/Web/Static/layouts/documentation_xsd_extension.cshtml similarity index 100% rename from root/layouts/documentation_xsd_extension.cshtml rename to src/Web/Static/layouts/documentation_xsd_extension.cshtml diff --git a/root/layouts/documentation_xsd_main.cshtml b/src/Web/Static/layouts/documentation_xsd_main.cshtml similarity index 100% rename from root/layouts/documentation_xsd_main.cshtml rename to src/Web/Static/layouts/documentation_xsd_main.cshtml diff --git a/root/layouts/documentation_xsd_simpletype.cshtml b/src/Web/Static/layouts/documentation_xsd_simpletype.cshtml similarity index 100% rename from root/layouts/documentation_xsd_simpletype.cshtml rename to src/Web/Static/layouts/documentation_xsd_simpletype.cshtml diff --git a/root/layouts/footer.cshtml b/src/Web/Static/layouts/footer.cshtml similarity index 100% rename from root/layouts/footer.cshtml rename to src/Web/Static/layouts/footer.cshtml diff --git a/root/layouts/header.cshtml b/src/Web/Static/layouts/header.cshtml similarity index 100% rename from root/layouts/header.cshtml rename to src/Web/Static/layouts/header.cshtml diff --git a/root/layouts/herobig.cshtml b/src/Web/Static/layouts/herobig.cshtml similarity index 100% rename from root/layouts/herobig.cshtml rename to src/Web/Static/layouts/herobig.cshtml diff --git a/root/layouts/heronone.cshtml b/src/Web/Static/layouts/heronone.cshtml similarity index 100% rename from root/layouts/heronone.cshtml rename to src/Web/Static/layouts/heronone.cshtml diff --git a/root/layouts/herosmall.cshtml b/src/Web/Static/layouts/herosmall.cshtml similarity index 100% rename from root/layouts/herosmall.cshtml rename to src/Web/Static/layouts/herosmall.cshtml diff --git a/root/layouts/master.cshtml b/src/Web/Static/layouts/master.cshtml similarity index 100% rename from root/layouts/master.cshtml rename to src/Web/Static/layouts/master.cshtml diff --git a/root/layouts/release.cshtml b/src/Web/Static/layouts/release.cshtml similarity index 88% rename from root/layouts/release.cshtml rename to src/Web/Static/layouts/release.cshtml index 0dcf3071..aa8f9f7c 100644 --- a/root/layouts/release.cshtml +++ b/src/Web/Static/layouts/release.cshtml @@ -6,7 +6,7 @@ contentOffset: 2 @foreach (var file in Model.Document.Files) { - if (Dynamic.Defined(file.Promoted) && file.Promoted) + if (@Defined(file.Promoted) && file.Promoted) {
@@ -23,7 +23,7 @@ contentOffset: 2
    @foreach (var file in Model.Document.Files) { - if (Dynamic.Defined(file.Protected) && file.Protected) + if (@Defined(file.Protected) && file.Protected) {
  • @file.Name

    diff --git a/root/layouts/topbar.cshtml b/src/Web/Static/layouts/topbar.cshtml similarity index 100% rename from root/layouts/topbar.cshtml rename to src/Web/Static/layouts/topbar.cshtml diff --git a/root/layouts/wip.cshtml b/src/Web/Static/layouts/wip.cshtml similarity index 100% rename from root/layouts/wip.cshtml rename to src/Web/Static/layouts/wip.cshtml diff --git a/src/Web/Static/site.json b/src/Web/Static/site.json new file mode 100644 index 00000000..9d8c0b68 --- /dev/null +++ b/src/Web/Static/site.json @@ -0,0 +1,25 @@ +{ + "title": "WiX Toolset", + + "output": "../wwwroot/", + "rooturl": "http://wixtoolset.org/", + "url": "/", + + "author": { + "id": "wix", + "name": "WiX Toolset", + "email": "wix@wixtoolset.org", + "url": "http://wixtoolset.org/" + }, + + "ignorefiles": [ "*.tmp", "*.*~" ], + + "additionalmetadata": { + "documents/development/wips/*.md": { "layout": "wip" }, + "documents/documentation/manual/v3/**": { "disableCleanUrls": true }, + "documents/releases/*.md": { + "layout": "release", + "disableInsertDateIntoPath": true + } + } +} diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj new file mode 100644 index 00000000..12a8132e --- /dev/null +++ b/src/Web/Web.csproj @@ -0,0 +1,55 @@ + + + + + netcoreapp1.1 + true + Web + Exe + WixToolset.Web + WiX Toolset Website + 1.1.1 + $(PackageTargetFallback);net46 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Web/appsettings.json b/src/Web/appsettings.json new file mode 100644 index 00000000..03694d40 --- /dev/null +++ b/src/Web/appsettings.json @@ -0,0 +1,1367 @@ +{ + "ConnectionStrings": { + "AzureStorageAccount": "UseDevelopmentStorage=true;" + }, + + "Logging": { + "IncludeScopes": false, + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + + "Mail": { + "Host": "smtp.sendgrid.net", + "UserName": "", + "Password": "", + "Port": 587 + }, + + "Redirects": { + "redirect/recommended-release": "/releases/v3.11/rc2", + + "releases/v3.11/rc2": "http://wixtoolset.org/releases/v3-11-0-1528/", + "releases/v3.11/rc": "http://wixtoolset.org/releases/v3-11-0-1507/", + "releases/v3.11/ProjectAggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + + "releases/v3.10/stable": "https://wix.codeplex.com/releases/view/624906", + "releases/v3.10/ProjectAggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + "releases/v3.9/stable": "https://wix.codeplex.com/releases/view/610859", + "releases/v3.9/ProjectAggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + "releases/v3.8/stable": "https://wix.codeplex.com/releases/view/115492", + "releases/v3.8/ProjectAggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + "releases/v3.7/rc": "http://wix.codeplex.com/releases/view/98028", + "releases/v3.7/stable": "http://wix.codeplex.com/releases/view/99514", + "releases/v3.7/ProjectAggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + "releases/v3.6/beta": "http://wix.codeplex.com/releases/view/75656", + "releases/v3.6/rc": "http://wix.codeplex.com/releases/view/88566", + "releases/v3.6/rc0": "http://wix.codeplex.com/releases/view/85409", + "releases/v3.6/stable": "https://wix.codeplex.com/releases/view/93929", + "releases/v3.6/ProjectAggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + "releases/v3.5/stable": "https://wix.codeplex.com/releases/view/60102", + "releases/v3.0/stable": "https://wix.codeplex.com/releases/view/44406", + "releases/v2.0/stable": "https://wix.codeplex.com/releases/view/44405", + + "documentation/tutorial": "https://www.firegiant.com/wix/tutorial/", + "documentation/book": "http://www.packtpub.com/windows-installer-xml-3-6-developers-guide/book", + "documentation/book2": "https://www.packtpub.com/web-development/wix-cookbook", + "documentation/stackoverflow": "http://stackoverflow.com/questions/tagged/wix?sort=newest", + "*mailinglist.html": "/documentation/mailinglist/", + "*mailinglists.html": "/documentation/mailinglist/", + "*clickthrough.html": "/documentation/clickthrough/", + "*coretoolset.html": "/documentation/coretoolset/", + "*ctvision.html": "/documentation/ctvision/", + "*faq.html": "/about/faq/", + "*news.html": "/news/", + "*tutorial.html": "/documentation/tutorial", + "*tutorial/index.html": "/documentation/tutorial", + "*img/logo.gif": "content/logo.gif", + "*img/wixoncodeplex.png": "content/wixoncodeplex.png", + "*projectaggregator2.msi": "http://static.wixtoolset.org/releases/ProjectAggregator2/ProjectAggregator2.msi", + "*votive.html": "/documentation/manual/v3/votive/", + "*manual-wix2/online_tutorial.htm": "/documentation/tutorial", + "*manual-wix2/robmen.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20040405.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20040414.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20040511.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20040516.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20040520.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20041122.htm": "http://robmensching.com/blog/", + "*manual-wix2/robmen_20041130.htm": "http://robmensching.com/blog/", + "*manual-wix2/blogs.htm": "/news/", + "*manual-wix2/wix_index.htm": "/documentation/manual/v3/", + "*manual-wix2/authoring.htm": "/documentation/manual/v3/howtos/", + "*manual-wix2/authoring_custom_actions.htm": "/documentation/manual/v3/howtos/", + "*manual-wix2/authoring_first_file.htm": "/documentation/manual/v3/howtos/", + "*manual-wix2/authoring_getting_started.htm": "/documentation/manual/v3/howtos/", + "*manual-wix2/authoring_merge_modules.htm": "/documentation/manual/v3/howtos/", + "*manual-wix2/building_wix.htm": "/documentation/manual/v3/wixdev/building_wix.html", + "*manual-wix2/candle.htm": "/documentation/manual/v3/overview/candle.html", + "*manual-wix2/dark.htm": "/documentation/manual/v3/overview/dark.html", + "*manual-wix2/extensions.htm": "/documentation/manual/v3/wixdev/extensions/", + "*manual-wix2/files.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix2/help.htm": "/documentation/manual/v3/main/help.html", + "*manual-wix2/light.htm": "/documentation/manual/v3/overview/light.html", + "*manual-wix2/msi.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix2/msitowix.htm": "/documentation/manual/v3/overview/msitowix.html", + "*manual-wix2/msm.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix2/overview.htm": "/documentation/manual/v3/overview/", + "*manual-wix2/patch_building.htm": "/documentation/manual/v3/patching/patch_building.html", + "*manual-wix2/perfmon.htm": "/documentation/manual/v3/customactions/perfmon.html", + "*manual-wix2/preprocessor.htm": "/documentation/manual/v3/overview/preprocessor.html", + "*manual-wix2/qtexec.htm": "/documentation/manual/v3/customactions/qtexec.html", + "*manual-wix2/standard_customactions.htm": "/documentation/manual/v3/customactions/", + "*manual-wix2/tools.htm": "/documentation/manual/v3/overview/tools.html", + "*manual-wix2/using_server_customactions.htm": "/documentation/manual/v3/customactions/", + "*manual-wix2/votive.htm": "/documentation/manual/v3/votive/", + "*manual-wix2/wixobj.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix2/WixUI_dialog_library.htm": "/documentation/manual/v3/wixui/wixui_dialog_library.html", + "*manual-wix2/wxi.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix2/wxs.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix2/mmc_xsd_extendednodetype.htm": "/documentation/manual/v3/xsd/mmc/extendednodetype.html", + "*manual-wix2/mmc_xsd_index.htm": "/documentation/manual/v3/xsd/mmc/index.html", + "*manual-wix2/mmc_xsd_publishednodetype.htm": "/documentation/manual/v3/xsd/mmc/publishednodetype.html", + "*manual-wix2/mmc_xsd_resources.htm": "/documentation/manual/v3/xsd/mmc/resources.html", + "*manual-wix2/mmc_xsd_simple_type_uuid.htm": "/documentation/manual/v3/xsd/mmc/simple_type_uuid.html", + "*manual-wix2/mmc_xsd_snapin.htm": "/documentation/manual/v3/xsd/mmc/snapin.html", + "*manual-wix2/netfx_xsd_index.htm": "/documentation/manual/v3/xsd/netfx/index.html", + "*manual-wix2/netfx_xsd_nativeimage.htm": "/documentation/manual/v3/xsd/netfx/nativeimage.html", + "*manual-wix2/netfx_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html", + "*manual-wix2/pubca_xsd_complusapplication.htm": "/documentation/manual/v3/xsd/complus/complusapplication.html", + "*manual-wix2/pubca_xsd_complusapplicationrole.htm": "/documentation/manual/v3/xsd/complus/complusapplicationrole.html", + "*manual-wix2/pubca_xsd_complusassembly.htm": "/documentation/manual/v3/xsd/complus/complusassembly.html", + "*manual-wix2/pubca_xsd_complusassemblydependency.htm": "/documentation/manual/v3/xsd/complus/complusassemblydependency.html", + "*manual-wix2/pubca_xsd_compluscomponent.htm": "/documentation/manual/v3/xsd/complus/compluscomponent.html", + "*manual-wix2/pubca_xsd_complusgroupinapplicationrole.htm": "/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html", + "*manual-wix2/pubca_xsd_complusgroupinpartitionrole.htm": "/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html", + "*manual-wix2/pubca_xsd_complusinterface.htm": "/documentation/manual/v3/xsd/complus/complusinterface.html", + "*manual-wix2/pubca_xsd_complusmethod.htm": "/documentation/manual/v3/xsd/complus/complusmethod.html", + "*manual-wix2/pubca_xsd_compluspartition.htm": "/documentation/manual/v3/xsd/complus/compluspartition.html", + "*manual-wix2/pubca_xsd_compluspartitionrole.htm": "/documentation/manual/v3/xsd/complus/compluspartitionrole.html", + "*manual-wix2/pubca_xsd_compluspartitionuser.htm": "/documentation/manual/v3/xsd/complus/compluspartitionuser.html", + "*manual-wix2/pubca_xsd_complusroleforcomponent.htm": "/documentation/manual/v3/xsd/complus/complusroleforcomponent.html", + "*manual-wix2/pubca_xsd_complusroleforinterface.htm": "/documentation/manual/v3/xsd/complus/complusroleforinterface.html", + "*manual-wix2/pubca_xsd_complusroleformethod.htm": "/documentation/manual/v3/xsd/complus/complusroleformethod.html", + "*manual-wix2/pubca_xsd_complussubscription.htm": "/documentation/manual/v3/xsd/complus/complussubscription.html", + "*manual-wix2/pubca_xsd_complususerinapplicationrole.htm": "/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html", + "*manual-wix2/pubca_xsd_complususerinpartitionrole.htm": "/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html", + "*manual-wix2/pubca_xsd_index.htm": "/documentation/manual/v3/xsd/complus/index.html", + "*manual-wix2/pubca_xsd_messagequeue.htm": "/documentation/manual/v3/xsd/msmq/messagequeue.html", + "*manual-wix2/pubca_xsd_messagequeuepermission.htm": "/documentation/manual/v3/xsd/msmq/messagequeuepermission.html", + "*manual-wix2/pubca_xsd_simple_type_uuid.htm": "/documentation/manual/v3/xsd/complus/simple_type_uuid.html", + "*manual-wix2/pubca_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html", + "*manual-wix2/vs_xsd_helpcollection.htm": "/documentation/manual/v3/xsd/vs/helpcollection.html", + "*manual-wix2/vs_xsd_helpcollectionref.htm": "/documentation/manual/v3/xsd/vs/helpcollectionref.html", + "*manual-wix2/vs_xsd_helpfile.htm": "/documentation/manual/v3/xsd/vs/helpfile.html", + "*manual-wix2/vs_xsd_helpfileref.htm": "/documentation/manual/v3/xsd/vs/helpfileref.html", + "*manual-wix2/vs_xsd_helpfilter.htm": "/documentation/manual/v3/xsd/vs/helpfilter.html", + "*manual-wix2/vs_xsd_helpfilterref.htm": "/documentation/manual/v3/xsd/vs/helpfilterref.html", + "*manual-wix2/vs_xsd_index.htm": "/documentation/manual/v3/xsd/vs/index.html", + "*manual-wix2/vs_xsd_plugcollectioninto.htm": "/documentation/manual/v3/xsd/vs/plugcollectioninto.html", + "*manual-wix2/wix_xsd_adminexecutesequence.htm": "/documentation/manual/v3/xsd/wix/adminexecutesequence.html", + "*manual-wix2/wix_xsd_adminuisequence.htm": "/documentation/manual/v3/xsd/wix/adminuisequence.html", + "*manual-wix2/wix_xsd_advertiseexecutesequence.htm": "/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html", + "*manual-wix2/wix_xsd_allocateregistryspace.htm": "/documentation/manual/v3/xsd/wix/allocateregistryspace.html", + "*manual-wix2/wix_xsd_appdata.htm": "/documentation/manual/v3/xsd/wix/appdata.html", + "*manual-wix2/wix_xsd_appid.htm": "/documentation/manual/v3/xsd/wix/appid.html", + "*manual-wix2/wix_xsd_appsearch.htm": "/documentation/manual/v3/xsd/wix/appsearch.html", + "*manual-wix2/wix_xsd_assemblyname.htm": "/documentation/manual/v3/xsd/wix/assemblyname.html", + "*manual-wix2/wix_xsd_billboard.htm": "/documentation/manual/v3/xsd/wix/billboard.html", + "*manual-wix2/wix_xsd_billboardaction.htm": "/documentation/manual/v3/xsd/wix/billboardaction.html", + "*manual-wix2/wix_xsd_binary.htm": "/documentation/manual/v3/xsd/wix/binary.html", + "*manual-wix2/wix_xsd_bindimage.htm": "/documentation/manual/v3/xsd/wix/bindimage.html", + "*manual-wix2/wix_xsd_category.htm": "/documentation/manual/v3/xsd/wix/category.html", + "*manual-wix2/wix_xsd_ccpsearch.htm": "/documentation/manual/v3/xsd/wix/ccpsearch.html", + "*manual-wix2/wix_xsd_certificate.htm": "/documentation/manual/v3/xsd/iis/certificate.html", + "*manual-wix2/wix_xsd_certificateref.htm": "/documentation/manual/v3/xsd/iis/certificateref.html", + "*manual-wix2/wix_xsd_class.htm": "/documentation/manual/v3/xsd/wix/class.html", + "*manual-wix2/wix_xsd_column.htm": "/documentation/manual/v3/xsd/wix/column.html", + "*manual-wix2/wix_xsd_combobox.htm": "/documentation/manual/v3/xsd/wix/combobox.html", + "*manual-wix2/wix_xsd_compliancecheck.htm": "/documentation/manual/v3/xsd/wix/compliancecheck.html", + "*manual-wix2/wix_xsd_compliancedrive.htm": "/documentation/manual/v3/xsd/wix/compliancedrive.html", + "*manual-wix2/wix_xsd_component.htm": "/documentation/manual/v3/xsd/wix/component.html", + "*manual-wix2/wix_xsd_componentgroup.htm": "/documentation/manual/v3/xsd/wix/componentgroup.html", + "*manual-wix2/wix_xsd_componentgroupref.htm": "/documentation/manual/v3/xsd/wix/componentgroupref.html", + "*manual-wix2/wix_xsd_componentref.htm": "/documentation/manual/v3/xsd/wix/componentref.html", + "*manual-wix2/wix_xsd_componentsearch.htm": "/documentation/manual/v3/xsd/wix/componentsearch.html", + "*manual-wix2/wix_xsd_condition.htm": "/documentation/manual/v3/xsd/wix/condition.html", + "*manual-wix2/wix_xsd_configuration.htm": "/documentation/manual/v3/xsd/wix/configuration.html", + "*manual-wix2/wix_xsd_configurationdata.htm": "/documentation/manual/v3/xsd/wix/configurationdata.html", + "*manual-wix2/wix_xsd_control.htm": "/documentation/manual/v3/xsd/wix/control.html", + "*manual-wix2/wix_xsd_copyfile.htm": "/documentation/manual/v3/xsd/wix/copyfile.html", + "*manual-wix2/wix_xsd_costfinalize.htm": "/documentation/manual/v3/xsd/wix/costfinalize.html", + "*manual-wix2/wix_xsd_costinitialize.htm": "/documentation/manual/v3/xsd/wix/costinitialize.html", + "*manual-wix2/wix_xsd_createfolder.htm": "/documentation/manual/v3/xsd/wix/createfolder.html", + "*manual-wix2/wix_xsd_createfolders.htm": "/documentation/manual/v3/xsd/wix/createfolders.html", + "*manual-wix2/wix_xsd_createshortcuts.htm": "/documentation/manual/v3/xsd/wix/createshortcuts.html", + "*manual-wix2/wix_xsd_custom.htm": "/documentation/manual/v3/xsd/wix/custom.html", + "*manual-wix2/wix_xsd_customaction.htm": "/documentation/manual/v3/xsd/wix/customaction.html", + "*manual-wix2/wix_xsd_customactionref.htm": "/documentation/manual/v3/xsd/wix/customactionref.html", + "*manual-wix2/wix_xsd_customproperty.htm": "/documentation/manual/v3/xsd/wix/customproperty.html", + "*manual-wix2/wix_xsd_customtable.htm": "/documentation/manual/v3/xsd/wix/customtable.html", + "*manual-wix2/wix_xsd_data.htm": "/documentation/manual/v3/xsd/wix/data.html", + "*manual-wix2/wix_xsd_deleteservices.htm": "/documentation/manual/v3/xsd/wix/deleteservices.html", + "*manual-wix2/wix_xsd_dependency.htm": "/documentation/manual/v3/xsd/wix/dependency.html", + "*manual-wix2/wix_xsd_dialog.htm": "/documentation/manual/v3/xsd/wix/dialog.html", + "*manual-wix2/wix_xsd_dialogref.htm": "/documentation/manual/v3/xsd/wix/dialogref.html", + "*manual-wix2/wix_xsd_digitalcertificate.htm": "/documentation/manual/v3/xsd/wix/digitalcertificate.html", + "*manual-wix2/wix_xsd_digitalcertificateref.htm": "/documentation/manual/v3/xsd/wix/digitalcertificateref.html", + "*manual-wix2/wix_xsd_digitalsignature.htm": "/documentation/manual/v3/xsd/wix/digitalsignature.html", + "*manual-wix2/wix_xsd_directory.htm": "/documentation/manual/v3/xsd/wix/directory.html", + "*manual-wix2/wix_xsd_directoryref.htm": "/documentation/manual/v3/xsd/wix/directoryref.html", + "*manual-wix2/wix_xsd_directorysearch.htm": "/documentation/manual/v3/xsd/wix/directorysearch.html", + "*manual-wix2/wix_xsd_directorysearchref.htm": "/documentation/manual/v3/xsd/wix/directorysearchref.html", + "*manual-wix2/wix_xsd_disablerollback.htm": "/documentation/manual/v3/xsd/wix/disablerollback.html", + "*manual-wix2/wix_xsd_duplicatefiles.htm": "/documentation/manual/v3/xsd/wix/duplicatefiles.html", + "*manual-wix2/wix_xsd_ensuretable.htm": "/documentation/manual/v3/xsd/wix/ensuretable.html", + "*manual-wix2/wix_xsd_environment.htm": "/documentation/manual/v3/xsd/wix/environment.html", + "*manual-wix2/wix_xsd_error.htm": "/documentation/manual/v3/xsd/wix/error.html", + "*manual-wix2/wix_xsd_exclusion.htm": "/documentation/manual/v3/xsd/wix/exclusion.html", + "*manual-wix2/wix_xsd_executeaction.htm": "/documentation/manual/v3/xsd/wix/executeaction.html", + "*manual-wix2/wix_xsd_extension.htm": "/documentation/manual/v3/xsd/wix/extension.html", + "*manual-wix2/wix_xsd_externalfile.htm": "/documentation/manual/v3/xsd/wix/externalfile.html", + "*manual-wix2/wix_xsd_family.htm": "/documentation/manual/v3/xsd/wix/family.html", + "*manual-wix2/wix_xsd_feature.htm": "/documentation/manual/v3/xsd/wix/feature.html", + "*manual-wix2/wix_xsd_featureref.htm": "/documentation/manual/v3/xsd/wix/featureref.html", + "*manual-wix2/wix_xsd_file.htm": "/documentation/manual/v3/xsd/wix/file.html", + "*manual-wix2/wix_xsd_filecost.htm": "/documentation/manual/v3/xsd/wix/filecost.html", + "*manual-wix2/wix_xsd_filesearch.htm": "/documentation/manual/v3/xsd/wix/filesearch.html", + "*manual-wix2/wix_xsd_filesearchref.htm": "/documentation/manual/v3/xsd/wix/filesearchref.html", + "*manual-wix2/wix_xsd_fileshare.htm": "/documentation/manual/v3/xsd/util/fileshare.html", + "*manual-wix2/wix_xsd_filetypemask.htm": "/documentation/manual/v3/xsd/wix/filetypemask.html", + "*manual-wix2/wix_xsd_findrelatedproducts.htm": "/documentation/manual/v3/xsd/wix/findrelatedproducts.html", + "*manual-wix2/wix_xsd_forcereboot.htm": "/documentation/manual/v3/xsd/wix/forcereboot.html", + "*manual-wix2/wix_xsd_fragment.htm": "/documentation/manual/v3/xsd/wix/fragment.html", + "*manual-wix2/wix_xsd_fragmentref.htm": "/documentation/manual/v3/xsd/wix/index.html", + "*manual-wix2/wix_xsd_group.htm": "/documentation/manual/v3/xsd/util/group.html", + "*manual-wix2/wix_xsd_groupref.htm": "/documentation/manual/v3/xsd/util/groupref.html", + "*manual-wix2/wix_xsd_httpheader.htm": "/documentation/manual/v3/xsd/iis/httpheader.html", + "*manual-wix2/wix_xsd_icon.htm": "/documentation/manual/v3/xsd/wix/icon.html", + "*manual-wix2/wix_xsd_ignoremodularization.htm": "/documentation/manual/v3/xsd/wix/ignoremodularization.html", + "*manual-wix2/wix_xsd_ignorerange.htm": "/documentation/manual/v3/xsd/wix/ignorerange.html", + "*manual-wix2/wix_xsd_include.htm": "/documentation/manual/v3/xsd/wix/include.html", + "*manual-wix2/wix_xsd_index.htm": "/documentation/manual/v3/xsd/wix/index.html", + "*manual-wix2/wix_xsd_inifile.htm": "/documentation/manual/v3/xsd/wix/inifile.html", + "*manual-wix2/wix_xsd_inifilesearch.htm": "/documentation/manual/v3/xsd/wix/inifilesearch.html", + "*manual-wix2/wix_xsd_installadminpackage.htm": "/documentation/manual/v3/xsd/wix/installadminpackage.html", + "*manual-wix2/wix_xsd_installexecute.htm": "/documentation/manual/v3/xsd/wix/installexecute.html", + "*manual-wix2/wix_xsd_installexecuteagain.htm": "/documentation/manual/v3/xsd/wix/installexecuteagain.html", + "*manual-wix2/wix_xsd_installexecutesequence.htm": "/documentation/manual/v3/xsd/wix/installexecutesequence.html", + "*manual-wix2/wix_xsd_installfiles.htm": "/documentation/manual/v3/xsd/wix/installfiles.html", + "*manual-wix2/wix_xsd_installfinalize.htm": "/documentation/manual/v3/xsd/wix/installfinalize.html", + "*manual-wix2/wix_xsd_installinitialize.htm": "/documentation/manual/v3/xsd/wix/installinitialize.html", + "*manual-wix2/wix_xsd_installodbc.htm": "/documentation/manual/v3/xsd/wix/installodbc.html", + "*manual-wix2/wix_xsd_installservices.htm": "/documentation/manual/v3/xsd/wix/installservices.html", + "*manual-wix2/wix_xsd_installuisequence.htm": "/documentation/manual/v3/xsd/wix/installuisequence.html", + "*manual-wix2/wix_xsd_installvalidate.htm": "/documentation/manual/v3/xsd/wix/installvalidate.html", + "*manual-wix2/wix_xsd_interface.htm": "/documentation/manual/v3/xsd/wix/interface.html", + "*manual-wix2/wix_xsd_isolatecomponent.htm": "/documentation/manual/v3/xsd/wix/isolatecomponent.html", + "*manual-wix2/wix_xsd_isolatecomponents.htm": "/documentation/manual/v3/xsd/wix/isolatecomponents.html", + "*manual-wix2/wix_xsd_launchconditions.htm": "/documentation/manual/v3/xsd/wix/launchconditions.html", + "*manual-wix2/wix_xsd_listbox.htm": "/documentation/manual/v3/xsd/wix/listbox.html", + "*manual-wix2/wix_xsd_listitem.htm": "/documentation/manual/v3/xsd/wix/listitem.html", + "*manual-wix2/wix_xsd_listview.htm": "/documentation/manual/v3/xsd/wix/listview.html", + "*manual-wix2/wix_xsd_media.htm": "/documentation/manual/v3/xsd/wix/media.html", + "*manual-wix2/wix_xsd_merge.htm": "/documentation/manual/v3/xsd/wix/merge.html", + "*manual-wix2/wix_xsd_mergeref.htm": "/documentation/manual/v3/xsd/wix/mergeref.html", + "*manual-wix2/wix_xsd_migratefeaturestates.htm": "/documentation/manual/v3/xsd/wix/migratefeaturestates.html", + "*manual-wix2/wix_xsd_mime.htm": "/documentation/manual/v3/xsd/wix/mime.html", + "*manual-wix2/wix_xsd_mimemap.htm": "/documentation/manual/v3/xsd/iis/mimemap.html", + "*manual-wix2/wix_xsd_module.htm": "/documentation/manual/v3/xsd/wix/module.html", + "*manual-wix2/wix_xsd_movefiles.htm": "/documentation/manual/v3/xsd/wix/movefiles.html", + "*manual-wix2/wix_xsd_msipublishassemblies.htm": "/documentation/manual/v3/xsd/wix/msipublishassemblies.html", + "*manual-wix2/wix_xsd_msiunpublishassemblies.htm": "/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html", + "*manual-wix2/wix_xsd_odbcdatasource.htm": "/documentation/manual/v3/xsd/wix/odbcdatasource.html", + "*manual-wix2/wix_xsd_odbcdriver.htm": "/documentation/manual/v3/xsd/wix/odbcdriver.html", + "*manual-wix2/wix_xsd_odbctranslator.htm": "/documentation/manual/v3/xsd/wix/odbctranslator.html", + "*manual-wix2/wix_xsd_package.htm": "/documentation/manual/v3/xsd/wix/package.html", + "*manual-wix2/wix_xsd_patch.htm": "/documentation/manual/v3/xsd/wix/patch.html", + "*manual-wix2/wix_xsd_patchcertificates.htm": "/documentation/manual/v3/xsd/wix/patchcertificates.html", + "*manual-wix2/wix_xsd_patchcreation.htm": "/documentation/manual/v3/xsd/wix/patchcreation.html", + "*manual-wix2/wix_xsd_patchfiles.htm": "/documentation/manual/v3/xsd/wix/patchfiles.html", + "*manual-wix2/wix_xsd_patchinformation.htm": "/documentation/manual/v3/xsd/wix/patchinformation.html", + "*manual-wix2/wix_xsd_patchmetadata.htm": "/documentation/manual/v3/xsd/wix/patchmetadata.html", + "*manual-wix2/wix_xsd_patchpackage.htm": "/documentation/manual/v3/xsd/wix/patch.html", + "*manual-wix2/wix_xsd_patchproperty.htm": "/documentation/manual/v3/xsd/wix/patchproperty.html", + "*manual-wix2/wix_xsd_patchsequence.htm": "/documentation/manual/v3/xsd/wix/patchsequence.html", + "*manual-wix2/wix_xsd_perfcounter.htm": "/documentation/manual/v3/xsd/util/perfcounter.html", + "*manual-wix2/wix_xsd_permission.htm": "/documentation/manual/v3/xsd/wix/permission.html", + "*manual-wix2/wix_xsd_processcomponents.htm": "/documentation/manual/v3/xsd/wix/processcomponents.html", + "*manual-wix2/wix_xsd_product.htm": "/documentation/manual/v3/xsd/wix/product.html", + "*manual-wix2/wix_xsd_progid.htm": "/documentation/manual/v3/xsd/wix/progid.html", + "*manual-wix2/wix_xsd_progresstext.htm": "/documentation/manual/v3/xsd/wix/progresstext.html", + "*manual-wix2/wix_xsd_property.htm": "/documentation/manual/v3/xsd/wix/property.html", + "*manual-wix2/wix_xsd_propertyref.htm": "/documentation/manual/v3/xsd/wix/propertyref.html", + "*manual-wix2/wix_xsd_protectfile.htm": "/documentation/manual/v3/xsd/wix/protectfile.html", + "*manual-wix2/wix_xsd_protectrange.htm": "/documentation/manual/v3/xsd/wix/protectrange.html", + "*manual-wix2/wix_xsd_publish.htm": "/documentation/manual/v3/xsd/wix/publish.html", + "*manual-wix2/wix_xsd_publishcomponents.htm": "/documentation/manual/v3/xsd/wix/publishcomponents.html", + "*manual-wix2/wix_xsd_publishfeatures.htm": "/documentation/manual/v3/xsd/wix/publishfeatures.html", + "*manual-wix2/wix_xsd_publishproduct.htm": "/documentation/manual/v3/xsd/wix/publishproduct.html", + "*manual-wix2/wix_xsd_radiobutton.htm": "/documentation/manual/v3/xsd/wix/radiobutton.html", + "*manual-wix2/wix_xsd_radiobuttongroup.htm": "/documentation/manual/v3/xsd/wix/radiobuttongroup.html", + "*manual-wix2/wix_xsd_recycletime.htm": "/documentation/manual/v3/xsd/iis/recycletime.html", + "*manual-wix2/wix_xsd_registerclassinfo.htm": "/documentation/manual/v3/xsd/wix/registerclassinfo.html", + "*manual-wix2/wix_xsd_registercomplus.htm": "/documentation/manual/v3/xsd/wix/registercomplus.html", + "*manual-wix2/wix_xsd_registerextensioninfo.htm": "/documentation/manual/v3/xsd/wix/registerextensioninfo.html", + "*manual-wix2/wix_xsd_registerfonts.htm": "/documentation/manual/v3/xsd/wix/registerfonts.html", + "*manual-wix2/wix_xsd_registermimeinfo.htm": "/documentation/manual/v3/xsd/wix/registermimeinfo.html", + "*manual-wix2/wix_xsd_registerproduct.htm": "/documentation/manual/v3/xsd/wix/registerproduct.html", + "*manual-wix2/wix_xsd_registerprogidinfo.htm": "/documentation/manual/v3/xsd/wix/registerprogidinfo.html", + "*manual-wix2/wix_xsd_registertypelibraries.htm": "/documentation/manual/v3/xsd/wix/registertypelibraries.html", + "*manual-wix2/wix_xsd_registeruser.htm": "/documentation/manual/v3/xsd/wix/registeruser.html", + "*manual-wix2/wix_xsd_registry.htm": "/documentation/manual/v3/xsd/wix/registry.html", + "*manual-wix2/wix_xsd_registrysearch.htm": "/documentation/manual/v3/xsd/wix/registrysearch.html", + "*manual-wix2/wix_xsd_registrysearchref.htm": "/documentation/manual/v3/xsd/wix/registrysearchref.html", + "*manual-wix2/wix_xsd_registryvalue.htm": "/documentation/manual/v3/xsd/wix/registryvalue.html", + "*manual-wix2/wix_xsd_removeduplicatefiles.htm": "/documentation/manual/v3/xsd/wix/removeduplicatefiles.html", + "*manual-wix2/wix_xsd_removeenvironmentstrings.htm": "/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html", + "*manual-wix2/wix_xsd_removeexistingproducts.htm": "/documentation/manual/v3/xsd/wix/removeexistingproducts.html", + "*manual-wix2/wix_xsd_removefile.htm": "/documentation/manual/v3/xsd/wix/removefile.html", + "*manual-wix2/wix_xsd_removefiles.htm": "/documentation/manual/v3/xsd/wix/removefiles.html", + "*manual-wix2/wix_xsd_removefolder.htm": "/documentation/manual/v3/xsd/wix/removefolder.html", + "*manual-wix2/wix_xsd_removefolders.htm": "/documentation/manual/v3/xsd/wix/removefolders.html", + "*manual-wix2/wix_xsd_removeinivalues.htm": "/documentation/manual/v3/xsd/wix/removeinivalues.html", + "*manual-wix2/wix_xsd_removeodbc.htm": "/documentation/manual/v3/xsd/wix/removeodbc.html", + "*manual-wix2/wix_xsd_removeregistryvalues.htm": "/documentation/manual/v3/xsd/wix/removeregistryvalues.html", + "*manual-wix2/wix_xsd_removeshortcuts.htm": "/documentation/manual/v3/xsd/wix/removeshortcuts.html", + "*manual-wix2/wix_xsd_replacepatch.htm": "/documentation/manual/v3/xsd/wix/replacepatch.html", + "*manual-wix2/wix_xsd_reservecost.htm": "/documentation/manual/v3/xsd/wix/reservecost.html", + "*manual-wix2/wix_xsd_resolvesource.htm": "/documentation/manual/v3/xsd/wix/resolvesource.html", + "*manual-wix2/wix_xsd_rmccpsearch.htm": "/documentation/manual/v3/xsd/wix/rmccpsearch.html", + "*manual-wix2/wix_xsd_row.htm": "/documentation/manual/v3/xsd/wix/row.html", + "*manual-wix2/wix_xsd_schedulereboot.htm": "/documentation/manual/v3/xsd/wix/schedulereboot.html", + "*manual-wix2/wix_xsd_selfregmodules.htm": "/documentation/manual/v3/xsd/wix/selfregmodules.html", + "*manual-wix2/wix_xsd_selfunregmodules.htm": "/documentation/manual/v3/xsd/wix/selfunregmodules.html", + "*manual-wix2/wix_xsd_serviceargument.htm": "/documentation/manual/v3/xsd/wix/serviceargument.html", + "*manual-wix2/wix_xsd_serviceconfig.htm": "/documentation/manual/v3/xsd/wix/serviceconfig.html", + "*manual-wix2/wix_xsd_servicecontrol.htm": "/documentation/manual/v3/xsd/wix/servicecontrol.html", + "*manual-wix2/wix_xsd_servicedependency.htm": "/documentation/manual/v3/xsd/wix/servicedependency.html", + "*manual-wix2/wix_xsd_serviceinstall.htm": "/documentation/manual/v3/xsd/wix/serviceinstall.html", + "*manual-wix2/wix_xsd_setodbcfolders.htm": "/documentation/manual/v3/xsd/wix/setodbcfolders.html", + "*manual-wix2/wix_xsd_sfpcatalog.htm": "/documentation/manual/v3/xsd/wix/sfpcatalog.html", + "*manual-wix2/wix_xsd_sfpfile.htm": "/documentation/manual/v3/xsd/wix/sfpfile.html", + "*manual-wix2/wix_xsd_shortcut.htm": "/documentation/manual/v3/xsd/wix/shortcut.html", + "*manual-wix2/wix_xsd_show.htm": "/documentation/manual/v3/xsd/wix/show.html", + "*manual-wix2/wix_xsd_simple_type_autogenuuid.htm": "/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html", + "*manual-wix2/wix_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/wix/simple_type_componentguid.html", + "*manual-wix2/wix_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/wix/simple_type_hextype.html", + "*manual-wix2/wix_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html", + "*manual-wix2/wix_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html", + "*manual-wix2/wix_xsd_simple_type_modularizetype.htm": "/documentation/manual/v3/xsd/wix/ignoremodularization.html", + "*manual-wix2/wix_xsd_simple_type_percenttype.htm": "/documentation/manual/v3/xsd/iis/simple_type_percenttype.html", + "*manual-wix2/wix_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html", + "*manual-wix2/wix_xsd_simple_type_uuid.htm": "/documentation/manual/v3/xsd/complus/simple_type_uuid.html", + "*manual-wix2/wix_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/wix/simple_type_versiontype.html", + "*manual-wix2/wix_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html", + "*manual-wix2/wix_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html", + "*manual-wix2/wix_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html", + "*manual-wix2/wix_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html", + "*manual-wix2/wix_xsd_sqldatabase.htm": "/documentation/manual/v3/xsd/sql/sqldatabase.html", + "*manual-wix2/wix_xsd_sqlfilespec.htm": "/documentation/manual/v3/xsd/sql/sqlfilespec.html", + "*manual-wix2/wix_xsd_sqllogfilespec.htm": "/documentation/manual/v3/xsd/sql/sqllogfilespec.html", + "*manual-wix2/wix_xsd_sqlscript.htm": "/documentation/manual/v3/xsd/sql/sqlscript.html", + "*manual-wix2/wix_xsd_sqlstring.htm": "/documentation/manual/v3/xsd/sql/sqlstring.html", + "*manual-wix2/wix_xsd_startservices.htm": "/documentation/manual/v3/xsd/wix/startservices.html", + "*manual-wix2/wix_xsd_stopservices.htm": "/documentation/manual/v3/xsd/wix/stopservices.html", + "*manual-wix2/wix_xsd_subscribe.htm": "/documentation/manual/v3/xsd/wix/subscribe.html", + "*manual-wix2/wix_xsd_substitution.htm": "/documentation/manual/v3/xsd/wix/substitution.html", + "*manual-wix2/wix_xsd_symbolpath.htm": "/documentation/manual/v3/xsd/wix/symbolpath.html", + "*manual-wix2/wix_xsd_targetfile.htm": "/documentation/manual/v3/xsd/wix/targetfile.html", + "*manual-wix2/wix_xsd_targetimage.htm": "/documentation/manual/v3/xsd/wix/targetimage.html", + "*manual-wix2/wix_xsd_targetproductcode.htm": "/documentation/manual/v3/xsd/wix/targetproductcode.html", + "*manual-wix2/wix_xsd_text.htm": "/documentation/manual/v3/xsd/wix/text.html", + "*manual-wix2/wix_xsd_textstyle.htm": "/documentation/manual/v3/xsd/wix/textstyle.html", + "*manual-wix2/wix_xsd_typelib.htm": "/documentation/manual/v3/xsd/wix/typelib.html", + "*manual-wix2/wix_xsd_ui.htm": "/documentation/manual/v3/xsd/wix/ui.html", + "*manual-wix2/wix_xsd_uiref.htm": "/documentation/manual/v3/xsd/wix/uiref.html", + "*manual-wix2/wix_xsd_uitext.htm": "/documentation/manual/v3/xsd/wix/uitext.html", + "*manual-wix2/wix_xsd_unpublishcomponents.htm": "/documentation/manual/v3/xsd/wix/unpublishcomponents.html", + "*manual-wix2/wix_xsd_unpublishfeatures.htm": "/documentation/manual/v3/xsd/wix/unpublishfeatures.html", + "*manual-wix2/wix_xsd_unregisterclassinfo.htm": "/documentation/manual/v3/xsd/wix/unregisterclassinfo.html", + "*manual-wix2/wix_xsd_unregistercomplus.htm": "/documentation/manual/v3/xsd/wix/unregistercomplus.html", + "*manual-wix2/wix_xsd_unregisterextensioninfo.htm": "/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html", + "*manual-wix2/wix_xsd_unregisterfonts.htm": "/documentation/manual/v3/xsd/wix/unregisterfonts.html", + "*manual-wix2/wix_xsd_unregistermimeinfo.htm": "/documentation/manual/v3/xsd/wix/unregistermimeinfo.html", + "*manual-wix2/wix_xsd_unregisterprogidinfo.htm": "/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html", + "*manual-wix2/wix_xsd_unregistertypelibraries.htm": "/documentation/manual/v3/xsd/wix/unregistertypelibraries.html", + "*manual-wix2/wix_xsd_upgrade.htm": "/documentation/manual/v3/xsd/wix/upgrade.html", + "*manual-wix2/wix_xsd_upgradefile.htm": "/documentation/manual/v3/xsd/wix/upgradefile.html", + "*manual-wix2/wix_xsd_upgradeimage.htm": "/documentation/manual/v3/xsd/wix/upgradeimage.html", + "*manual-wix2/wix_xsd_upgradeversion.htm": "/documentation/manual/v3/xsd/wix/upgradeversion.html", + "*manual-wix2/wix_xsd_user.htm": "/documentation/manual/v3/xsd/util/user.html", + "*manual-wix2/wix_xsd_validateproductid.htm": "/documentation/manual/v3/xsd/wix/validateproductid.html", + "*manual-wix2/wix_xsd_verb.htm": "/documentation/manual/v3/xsd/wix/verb.html", + "*manual-wix2/wix_xsd_webaddress.htm": "/documentation/manual/v3/xsd/iis/webaddress.html", + "*manual-wix2/wix_xsd_webapplication.htm": "/documentation/manual/v3/xsd/iis/webapplication.html", + "*manual-wix2/wix_xsd_webapplicationextension.htm": "/documentation/manual/v3/xsd/iis/webapplicationextension.html", + "*manual-wix2/wix_xsd_webapppool.htm": "/documentation/manual/v3/xsd/iis/webapppool.html", + "*manual-wix2/wix_xsd_webdir.htm": "/documentation/manual/v3/xsd/iis/webdir.html", + "*manual-wix2/wix_xsd_webdirproperties.htm": "/documentation/manual/v3/xsd/iis/webdirproperties.html", + "*manual-wix2/wix_xsd_weberror.htm": "/documentation/manual/v3/xsd/iis/weberror.html", + "*manual-wix2/wix_xsd_webfilter.htm": "/documentation/manual/v3/xsd/iis/webfilter.html", + "*manual-wix2/wix_xsd_weblog.htm": "/documentation/manual/v3/xsd/iis/weblog.html", + "*manual-wix2/wix_xsd_webproperty.htm": "/documentation/manual/v3/xsd/iis/webproperty.html", + "*manual-wix2/wix_xsd_webserviceextension.htm": "/documentation/manual/v3/xsd/iis/webserviceextension.html", + "*manual-wix2/wix_xsd_website.htm": "/documentation/manual/v3/xsd/iis/website.html", + "*manual-wix2/wix_xsd_webvirtualdir.htm": "/documentation/manual/v3/xsd/iis/webvirtualdir.html", + "*manual-wix2/wix_xsd_wix.htm": "/documentation/manual/v3/xsd/wix/wix.html", + "*manual-wix2/wix_xsd_writeenvironmentstrings.htm": "/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html", + "*manual-wix2/wix_xsd_writeinivalues.htm": "/documentation/manual/v3/xsd/wix/writeinivalues.html", + "*manual-wix2/wix_xsd_writeregistryvalues.htm": "/documentation/manual/v3/xsd/wix/writeregistryvalues.html", + "*manual-wix2/wix_xsd_xmlconfig.htm": "/documentation/manual/v3/xsd/util/xmlconfig.html", + "*manual-wix2/wix_xsd_xmlfile.htm": "/documentation/manual/v3/xsd/util/xmlfile.html", + + "*manual-wix3/add_a_file.htm": "/documentation/manual/v3/howtos/files_and_registry/add_a_file.html", + "*manual-wix3/advanced_wix_topics_index.htm": "/documentation/manual/v3/howtos/", + "*manual-wix3/alltools.htm": "/documentation/manual/v3/overview/alltools.html", + "*manual-wix3/authoring_bundle_application.htm": "/documentation/manual/v3/bundle/authoring_bundle_application.html", + "*manual-wix3/authoring_bundle_intro.htm": "/documentation/manual/v3/bundle/", + "*manual-wix3/authoring_bundle_package_manifest.htm": "/documentation/manual/v3/bundle/authoring_bundle_package_manifest.html", + "*manual-wix3/authoring_bundle_skeleton.htm": "/documentation/manual/v3/bundle/authoring_bundle_skeleton.html", + "*manual-wix3/authoring_custom_actions.htm": "/documentation/manual/v3/wixdev/extensions/authoring_custom_actions.html", + "*manual-wix3/authoring_first_file.htm": "/documentation/manual/v3/howtos/", + "*manual-wix3/authoring_first_msbuild_project.htm": "/documentation/manual/v3/msbuild/authoring_first_msbuild_project.html", + "*manual-wix3/authoring_first_votive_project.htm": "/documentation/manual/v3/votive/authoring_first_votive_project.html", + "*manual-wix3/authoring_getting_started.htm": "/documentation/manual/v3/howtos/", + "*manual-wix3/authoring_merge_modules.htm": "/documentation/manual/v3/howtos/", + "*manual-wix3/author_product_dependencies.htm": "/documentation/manual/v3/howtos/author_product_dependencies.html", + "*manual-wix3/bal_xsd_condition.htm": "/documentation/manual/v3/xsd/bal/condition.html", + "*manual-wix3/bal_xsd_index.htm": "/documentation/manual/v3/xsd/bal/index.html", + "*manual-wix3/bal_xsd_overridable.htm": "/documentation/manual/v3/xsd/bal/overridable.html", + "*manual-wix3/bal_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/bal/simple_type_autogenguid.html", + "*manual-wix3/bal_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/bal/simple_type_burncontainertype.html", + "*manual-wix3/bal_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/bal/simple_type_burnexeprotocoltype.html", + "*manual-wix3/bal_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/bal/simple_type_componentguid.html", + "*manual-wix3/bal_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html", + "*manual-wix3/bal_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/bal/simple_type_compressionleveltype.html", + "*manual-wix3/bal_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/bal/simple_type_diskidtype.html", + "*manual-wix3/bal_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/bal/simple_type_exittype.html", + "*manual-wix3/bal_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/bal/simple_type_guid.html", + "*manual-wix3/bal_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/bal/simple_type_hextype.html", + "*manual-wix3/bal_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/bal/simple_type_installuninstalltype.html", + "*manual-wix3/bal_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/bal/simple_type_localizableinteger.html", + "*manual-wix3/bal_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/bal/simple_type_longfilenametype.html", + "*manual-wix3/bal_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/bal/simple_type_preprocessorvariables.html", + "*manual-wix3/bal_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/bal/simple_type_registryroottype.html", + "*manual-wix3/bal_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/bal/simple_type_sequencetype.html", + "*manual-wix3/bal_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/bal/simple_type_shortfilenametype.html", + "*manual-wix3/bal_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/bal/simple_type_versiontype.html", + "*manual-wix3/bal_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/bal/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/bal_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/bal/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/bal_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html", + "*manual-wix3/bal_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/bal/simple_type_yesnobuttontype.html", + "*manual-wix3/bal_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html", + "*manual-wix3/bal_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/bal/simple_type_yesnodefaulttype.html", + "*manual-wix3/bal_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html", + "*manual-wix3/bal_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/bal/simple_type_yesnotype.html", + "*manual-wix3/bal_xsd_wixmanagedbootstrapperapplicationhost.htm": "/documentation/manual/v3/xsd/bal/wixmanagedbootstrapperapplicationhost.html", + "*manual-wix3/bal_xsd_wixstandardbootstrapperapplication.htm": "/documentation/manual/v3/xsd/bal/wixstandardbootstrapperapplication.html", + "*manual-wix3/block_install_on_os.htm": "/documentation/manual/v3/howtos/redistributables_and_install_checks/block_install_on_os.html", + "*manual-wix3/bootstrapper_application.htm": "/documentation/manual/v3/bundle/ba/", + "*manual-wix3/bootstrapper_application_interface.htm": "/documentation/manual/v3/bundle/ba/bootstrapper_application_interface.html", + "*manual-wix3/building_wix.htm": "/documentation/manual/v3/wixdev/building_wix.html", + "*manual-wix3/build_a_localized_version.htm": "/documentation/manual/v3/howtos/ui_and_localization/build_a_localized_version.html", + "*manual-wix3/bundle_author_chain.htm": "/documentation/manual/v3/bundle/bundle/bundle_author_chain.html", + "*manual-wix3/bundle_author_layoutdirectory.htm": "/documentation/manual/v3/bundle/", + "*manual-wix3/bundle_built_in_variables.htm": "/documentation/manual/v3/bundle/bundle_built_in_variables.html", + "*manual-wix3/bundle_define_searches.htm": "/documentation/manual/v3/bundle/bundle_define_searches.html", + "*manual-wix3/candle.htm": "/documentation/manual/v3/overview/candle.html", + "*manual-wix3/check_for_dotnet.htm": "/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html", + "*manual-wix3/check_the_version_number.htm": "/documentation/manual/v3/howtos/files_and_registry/check_the_version_number.html", + "*manual-wix3/codepage.htm": "/documentation/manual/v3/overview/codepage.html", + "*manual-wix3/complus_xsd_complusapplication.htm": "/documentation/manual/v3/xsd/complus/complusapplication.html", + "*manual-wix3/complus_xsd_complusapplicationrole.htm": "/documentation/manual/v3/xsd/complus/complusapplicationrole.html", + "*manual-wix3/complus_xsd_complusassembly.htm": "/documentation/manual/v3/xsd/complus/complusassembly.html", + "*manual-wix3/complus_xsd_complusassemblydependency.htm": "/documentation/manual/v3/xsd/complus/complusassemblydependency.html", + "*manual-wix3/complus_xsd_compluscomponent.htm": "/documentation/manual/v3/xsd/complus/compluscomponent.html", + "*manual-wix3/complus_xsd_complusgroupinapplicationrole.htm": "/documentation/manual/v3/xsd/complus/complusgroupinapplicationrole.html", + "*manual-wix3/complus_xsd_complusgroupinpartitionrole.htm": "/documentation/manual/v3/xsd/complus/complusgroupinpartitionrole.html", + "*manual-wix3/complus_xsd_complusinterface.htm": "/documentation/manual/v3/xsd/complus/complusinterface.html", + "*manual-wix3/complus_xsd_complusmethod.htm": "/documentation/manual/v3/xsd/complus/complusmethod.html", + "*manual-wix3/complus_xsd_compluspartition.htm": "/documentation/manual/v3/xsd/complus/compluspartition.html", + "*manual-wix3/complus_xsd_compluspartitionrole.htm": "/documentation/manual/v3/xsd/complus/compluspartitionrole.html", + "*manual-wix3/complus_xsd_compluspartitionuser.htm": "/documentation/manual/v3/xsd/complus/compluspartitionuser.html", + "*manual-wix3/complus_xsd_complusroleforcomponent.htm": "/documentation/manual/v3/xsd/complus/complusroleforcomponent.html", + "*manual-wix3/complus_xsd_complusroleforinterface.htm": "/documentation/manual/v3/xsd/complus/complusroleforinterface.html", + "*manual-wix3/complus_xsd_complusroleformethod.htm": "/documentation/manual/v3/xsd/complus/complusroleformethod.html", + "*manual-wix3/complus_xsd_complussubscription.htm": "/documentation/manual/v3/xsd/complus/complussubscription.html", + "*manual-wix3/complus_xsd_complususerinapplicationrole.htm": "/documentation/manual/v3/xsd/complus/complususerinapplicationrole.html", + "*manual-wix3/complus_xsd_complususerinpartitionrole.htm": "/documentation/manual/v3/xsd/complus/complususerinpartitionrole.html", + "*manual-wix3/complus_xsd_index.htm": "/documentation/manual/v3/xsd/complus/index.html", + "*manual-wix3/complus_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/complus/simple_type_autogenguid.html", + "*manual-wix3/complus_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/complus/simple_type_burncontainertype.html", + "*manual-wix3/complus_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/complus/simple_type_burnexeprotocoltype.html", + "*manual-wix3/complus_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/complus/simple_type_componentguid.html", + "*manual-wix3/complus_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html", + "*manual-wix3/complus_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/complus/simple_type_compressionleveltype.html", + "*manual-wix3/complus_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/complus/simple_type_diskidtype.html", + "*manual-wix3/complus_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/complus/simple_type_exittype.html", + "*manual-wix3/complus_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/complus/simple_type_guid.html", + "*manual-wix3/complus_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/complus/simple_type_hextype.html", + "*manual-wix3/complus_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/complus/simple_type_installuninstalltype.html", + "*manual-wix3/complus_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/complus/simple_type_localizableinteger.html", + "*manual-wix3/complus_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/complus/simple_type_longfilenametype.html", + "*manual-wix3/complus_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/complus_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/complus/simple_type_preprocessorvariables.html", + "*manual-wix3/complus_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/complus/simple_type_registryroottype.html", + "*manual-wix3/complus_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/complus/simple_type_sequencetype.html", + "*manual-wix3/complus_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/complus/simple_type_shortfilenametype.html", + "*manual-wix3/complus_xsd_simple_type_uuid.htm": "/documentation/manual/v3/xsd/complus/simple_type_uuid.html", + "*manual-wix3/complus_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/complus/simple_type_versiontype.html", + "*manual-wix3/complus_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/complus/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/complus_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/complus/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/complus_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html", + "*manual-wix3/complus_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/complus/simple_type_yesnobuttontype.html", + "*manual-wix3/complus_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html", + "*manual-wix3/complus_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/complus/simple_type_yesnodefaulttype.html", + "*manual-wix3/complus_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html", + "*manual-wix3/complus_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/complus/simple_type_yesnotype.html", + "*manual-wix3/configure_arp_appearance.htm": "/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html", + "*manual-wix3/create_an_uninstall_shortcut.htm": "/documentation/manual/v3/howtos/files_and_registry/", + "*manual-wix3/create_internet_shortcut.htm": "/documentation/manual/v3/howtos/files_and_registry/create_internet_shortcut.html", + "*manual-wix3/create_start_menu_shortcut.htm": "/documentation/manual/v3/howtos/files_and_registry/create_start_menu_shortcut.html", + "*manual-wix3/daily_builds.htm": "/documentation/manual/v3/msbuild/daily_builds.html", + "*manual-wix3/dark.htm": "/documentation/manual/v3/overview/dark.html", + "*manual-wix3/dependency_xsd_index.htm": "/documentation/manual/v3/xsd/dependency/index.html", + "*manual-wix3/dependency_xsd_providerkey.htm": "/documentation/manual/v3/xsd/dependency/providerkey.html", + "*manual-wix3/dependency_xsd_provides.htm": "/documentation/manual/v3/xsd/dependency/provides.html", + "*manual-wix3/dependency_xsd_requires.htm": "/documentation/manual/v3/xsd/dependency/requires.html", + "*manual-wix3/dependency_xsd_requiresref.htm": "/documentation/manual/v3/xsd/dependency/requiresref.html", + "*manual-wix3/dependency_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/dependency/simple_type_versiontype.html", + "*manual-wix3/dependency_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/dependency/simple_type_yesnotype.html", + "*manual-wix3/difxapp_xsd_driver.htm": "/documentation/manual/v3/xsd/difxapp/driver.html", + "*manual-wix3/difxapp_xsd_index.htm": "/documentation/manual/v3/xsd/difxapp/index.html", + "*manual-wix3/difxapp_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_autogenguid.html", + "*manual-wix3/difxapp_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_burncontainertype.html", + "*manual-wix3/difxapp_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_burnexeprotocoltype.html", + "*manual-wix3/difxapp_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_componentguid.html", + "*manual-wix3/difxapp_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html", + "*manual-wix3/difxapp_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_compressionleveltype.html", + "*manual-wix3/difxapp_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_diskidtype.html", + "*manual-wix3/difxapp_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_exittype.html", + "*manual-wix3/difxapp_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_guid.html", + "*manual-wix3/difxapp_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_hextype.html", + "*manual-wix3/difxapp_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_installuninstalltype.html", + "*manual-wix3/difxapp_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_localizableinteger.html", + "*manual-wix3/difxapp_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_longfilenametype.html", + "*manual-wix3/difxapp_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/difxapp_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_preprocessorvariables.html", + "*manual-wix3/difxapp_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_registryroottype.html", + "*manual-wix3/difxapp_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_sequencetype.html", + "*manual-wix3/difxapp_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_shortfilenametype.html", + "*manual-wix3/difxapp_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_versiontype.html", + "*manual-wix3/difxapp_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/difxapp_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/difxapp_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html", + "*manual-wix3/difxapp_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_yesnobuttontype.html", + "*manual-wix3/difxapp_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html", + "*manual-wix3/difxapp_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_yesnodefaulttype.html", + "*manual-wix3/difxapp_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html", + "*manual-wix3/difxapp_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/difxapp/simple_type_yesnotype.html", + "*manual-wix3/directorysearchref.htm": "/documentation/manual/v3/howtos/files_and_registry/directorysearchref.html", + "*manual-wix3/extensions.htm": "/documentation/manual/v3/wixdev/extensions/extensions.html", + "*manual-wix3/extension_development.htm": "/documentation/manual/v3/wixdev/extensions/", + "*manual-wix3/extension_development_intro.htm": "/documentation/manual/v3/wixdev/extensions/extension_development_intro.html", + "*manual-wix3/extension_development_preprocessor.htm": "/documentation/manual/v3/wixdev/extensions/extension_development_preprocessor.html", + "*manual-wix3/extension_development_simple_example.htm": "/documentation/manual/v3/wixdev/extensions/extension_development_simple_example.html", + "*manual-wix3/extension_usage_introduction.htm": "/documentation/manual/v3/howtos/general/extension_usage_introduction.html", + "*manual-wix3/files.htm": "/documentation/manual/v3/overview/files.html", + "*manual-wix3/files_and_registry_toc.htm": "/documentation/manual/v3/howtos/files_and_registry/", + "*manual-wix3/firewall_xsd_firewallexception.htm": "/documentation/manual/v3/xsd/firewall/firewallexception.html", + "*manual-wix3/firewall_xsd_index.htm": "/documentation/manual/v3/xsd/firewall/index.html", + "*manual-wix3/firewall_xsd_remoteaddress.htm": "/documentation/manual/v3/xsd/firewall/remoteaddress.html", + "*manual-wix3/firewall_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/firewall/simple_type_autogenguid.html", + "*manual-wix3/firewall_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_burncontainertype.html", + "*manual-wix3/firewall_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_burnexeprotocoltype.html", + "*manual-wix3/firewall_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/firewall/simple_type_componentguid.html", + "*manual-wix3/firewall_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html", + "*manual-wix3/firewall_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/firewall/simple_type_compressionleveltype.html", + "*manual-wix3/firewall_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_diskidtype.html", + "*manual-wix3/firewall_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_exittype.html", + "*manual-wix3/firewall_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/firewall/simple_type_guid.html", + "*manual-wix3/firewall_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_hextype.html", + "*manual-wix3/firewall_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_installuninstalltype.html", + "*manual-wix3/firewall_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/firewall/simple_type_localizableinteger.html", + "*manual-wix3/firewall_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_longfilenametype.html", + "*manual-wix3/firewall_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/firewall/simple_type_preprocessorvariables.html", + "*manual-wix3/firewall_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_registryroottype.html", + "*manual-wix3/firewall_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_sequencetype.html", + "*manual-wix3/firewall_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_shortfilenametype.html", + "*manual-wix3/firewall_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_versiontype.html", + "*manual-wix3/firewall_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/firewall_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/firewall_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html", + "*manual-wix3/firewall_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/firewall/simple_type_yesnobuttontype.html", + "*manual-wix3/firewall_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html", + "*manual-wix3/firewall_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/firewall/simple_type_yesnodefaulttype.html", + "*manual-wix3/firewall_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html", + "*manual-wix3/firewall_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/firewall/simple_type_yesnotype.html", + "*manual-wix3/gaming_xsd_game.htm": "/documentation/manual/v3/xsd/gaming/game.html", + "*manual-wix3/gaming_xsd_index.htm": "/documentation/manual/v3/xsd/gaming/index.html", + "*manual-wix3/gaming_xsd_isrichsavedgame.htm": "/documentation/manual/v3/xsd/gaming/isrichsavedgame.html", + "*manual-wix3/gaming_xsd_playtask.htm": "/documentation/manual/v3/xsd/gaming/playtask.html", + "*manual-wix3/gaming_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/gaming/simple_type_autogenguid.html", + "*manual-wix3/gaming_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_burncontainertype.html", + "*manual-wix3/gaming_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_burnexeprotocoltype.html", + "*manual-wix3/gaming_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/gaming/simple_type_componentguid.html", + "*manual-wix3/gaming_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html", + "*manual-wix3/gaming_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/gaming/simple_type_compressionleveltype.html", + "*manual-wix3/gaming_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_diskidtype.html", + "*manual-wix3/gaming_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_exittype.html", + "*manual-wix3/gaming_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/gaming/simple_type_guid.html", + "*manual-wix3/gaming_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_hextype.html", + "*manual-wix3/gaming_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_installuninstalltype.html", + "*manual-wix3/gaming_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/gaming/simple_type_localizableinteger.html", + "*manual-wix3/gaming_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_longfilenametype.html", + "*manual-wix3/gaming_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/gaming/", + "*manual-wix3/gaming_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/gaming/simple_type_preprocessorvariables.html", + "*manual-wix3/gaming_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_registryroottype.html", + "*manual-wix3/gaming_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_sequencetype.html", + "*manual-wix3/gaming_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_shortfilenametype.html", + "*manual-wix3/gaming_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_versiontype.html", + "*manual-wix3/gaming_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/gaming_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/gaming_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html", + "*manual-wix3/gaming_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/gaming/simple_type_yesnobuttontype.html", + "*manual-wix3/gaming_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html", + "*manual-wix3/gaming_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/gaming/simple_type_yesnodefaulttype.html", + "*manual-wix3/gaming_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html", + "*manual-wix3/gaming_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/gaming/simple_type_yesnotype.html", + "*manual-wix3/gaming_xsd_supporttask.htm": "/documentation/manual/v3/xsd/gaming/supporttask.html", + "*manual-wix3/general_toc.htm": "/documentation/manual/v3/howtos/general/", + "*manual-wix3/generate_guids.htm": "/documentation/manual/v3/howtos/general/generate_guids.html", + "*manual-wix3/get_a_log.htm": "/documentation/manual/v3/howtos/general/get_a_log.html", + "*manual-wix3/heat.htm": "/documentation/manual/v3/overview/heat.html", + "*manual-wix3/help.htm": "/documentation/manual/v3/main/help.html", + "*manual-wix3/help_development.htm": "/documentation/manual/v3/wixdev/help_development.html", + "*manual-wix3/iis_xsd_certificate.htm": "/documentation/manual/v3/xsd/iis/certificate.html", + "*manual-wix3/iis_xsd_certificateref.htm": "/documentation/manual/v3/xsd/iis/certificateref.html", + "*manual-wix3/iis_xsd_httpheader.htm": "/documentation/manual/v3/xsd/iis/httpheader.html", + "*manual-wix3/iis_xsd_index.htm": "/documentation/manual/v3/xsd/iis/index.html", + "*manual-wix3/iis_xsd_mimemap.htm": "/documentation/manual/v3/xsd/iis/mimemap.html", + "*manual-wix3/iis_xsd_recycletime.htm": "/documentation/manual/v3/xsd/iis/recycletime.html", + "*manual-wix3/iis_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/iis/simple_type_autogenguid.html", + "*manual-wix3/iis_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/iis/simple_type_burncontainertype.html", + "*manual-wix3/iis_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/iis/simple_type_burnexeprotocoltype.html", + "*manual-wix3/iis_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/iis/simple_type_componentguid.html", + "*manual-wix3/iis_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html", + "*manual-wix3/iis_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/iis/simple_type_compressionleveltype.html", + "*manual-wix3/iis_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/iis/simple_type_diskidtype.html", + "*manual-wix3/iis_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/iis/simple_type_exittype.html", + "*manual-wix3/iis_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/iis/simple_type_guid.html", + "*manual-wix3/iis_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/iis/simple_type_hextype.html", + "*manual-wix3/iis_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/iis/simple_type_installuninstalltype.html", + "*manual-wix3/iis_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/iis/simple_type_localizableinteger.html", + "*manual-wix3/iis_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/iis/simple_type_longfilenametype.html", + "*manual-wix3/iis_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/iis/", + "*manual-wix3/iis_xsd_simple_type_percenttype.htm": "/documentation/manual/v3/xsd/iis/simple_type_percenttype.html", + "*manual-wix3/iis_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/iis/simple_type_preprocessorvariables.html", + "*manual-wix3/iis_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/iis/simple_type_registryroottype.html", + "*manual-wix3/iis_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/iis/simple_type_sequencetype.html", + "*manual-wix3/iis_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/iis/simple_type_shortfilenametype.html", + "*manual-wix3/iis_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/iis/simple_type_versiontype.html", + "*manual-wix3/iis_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/iis/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/iis_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/iis/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/iis_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html", + "*manual-wix3/iis_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/iis/simple_type_yesnobuttontype.html", + "*manual-wix3/iis_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html", + "*manual-wix3/iis_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/iis/simple_type_yesnodefaulttype.html", + "*manual-wix3/iis_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html", + "*manual-wix3/iis_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/iis/simple_type_yesnotype.html", + "*manual-wix3/iis_xsd_webaddress.htm": "/documentation/manual/v3/xsd/iis/webaddress.html", + "*manual-wix3/iis_xsd_webapplication.htm": "/documentation/manual/v3/xsd/iis/webapplication.html", + "*manual-wix3/iis_xsd_webapplicationextension.htm": "/documentation/manual/v3/xsd/iis/webapplicationextension.html", + "*manual-wix3/iis_xsd_webapppool.htm": "/documentation/manual/v3/xsd/iis/webapppool.html", + "*manual-wix3/iis_xsd_webdir.htm": "/documentation/manual/v3/xsd/iis/webdir.html", + "*manual-wix3/iis_xsd_webdirproperties.htm": "/documentation/manual/v3/xsd/iis/webdirproperties.html", + "*manual-wix3/iis_xsd_weberror.htm": "/documentation/manual/v3/xsd/iis/weberror.html", + "*manual-wix3/iis_xsd_webfilter.htm": "/documentation/manual/v3/xsd/iis/webfilter.html", + "*manual-wix3/iis_xsd_weblog.htm": "/documentation/manual/v3/xsd/iis/weblog.html", + "*manual-wix3/iis_xsd_webproperty.htm": "/documentation/manual/v3/xsd/iis/webproperty.html", + "*manual-wix3/iis_xsd_webserviceextension.htm": "/documentation/manual/v3/xsd/iis/webserviceextension.html", + "*manual-wix3/iis_xsd_website.htm": "/documentation/manual/v3/xsd/iis/website.html", + "*manual-wix3/iis_xsd_webvirtualdir.htm": "/documentation/manual/v3/xsd/iis/webvirtualdir.html", + "*manual-wix3/insignia.htm": "/documentation/manual/v3/overview/insignia.html", + "*manual-wix3/install_directx9.htm": "/documentation/manual/v3/howtos/redistributables_and_install_checks/install_directx9.html", + "*manual-wix3/install_dotnet.htm": "/documentation/manual/v3/howtos/redistributables_and_install_checks/install_dotnet.html", + "*manual-wix3/install_vcredist.htm": "/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html", + "*manual-wix3/isolatedapp_xsd_application.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_description.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_details.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_entrypoint.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_feed.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_icon.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_id.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_index.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_isolatedapp.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_manufacturer.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_name.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_package.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_previousfeed.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_simple_type_uuid.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_source.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_updaterate.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/isolatedapp_xsd_version.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/light.htm": "/documentation/manual/v3/overview/light.html", + "*manual-wix3/lit.htm": "/documentation/manual/v3/overview/lit.html", + "*manual-wix3/localized_extensions.htm": "/documentation/manual/v3/wixdev/extensions/localized_extensions.html", + "*manual-wix3/look_inside_msi.htm": "/documentation/manual/v3/howtos/general/look_inside_msi.html", + "*manual-wix3/lux.htm": "/documentation/manual/v3/overview/lux.html", + "*manual-wix3/lux_xsd_condition.htm": "/documentation/manual/v3/xsd/lux/condition.html", + "*manual-wix3/lux_xsd_expression.htm": "/documentation/manual/v3/xsd/lux/expression.html", + "*manual-wix3/lux_xsd_index.htm": "/documentation/manual/v3/xsd/lux/index.html", + "*manual-wix3/lux_xsd_mutation.htm": "/documentation/manual/v3/xsd/lux/mutation.html", + "*manual-wix3/lux_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/lux/simple_type_autogenguid.html", + "*manual-wix3/lux_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/lux/simple_type_burncontainertype.html", + "*manual-wix3/lux_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/lux/simple_type_burnexeprotocoltype.html", + "*manual-wix3/lux_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/lux/simple_type_componentguid.html", + "*manual-wix3/lux_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html", + "*manual-wix3/lux_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/lux/simple_type_compressionleveltype.html", + "*manual-wix3/lux_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/lux/simple_type_diskidtype.html", + "*manual-wix3/lux_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/lux/simple_type_exittype.html", + "*manual-wix3/lux_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/lux/simple_type_guid.html", + "*manual-wix3/lux_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/lux/simple_type_hextype.html", + "*manual-wix3/lux_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/lux/simple_type_installuninstalltype.html", + "*manual-wix3/lux_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/lux/simple_type_localizableinteger.html", + "*manual-wix3/lux_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/lux/simple_type_longfilenametype.html", + "*manual-wix3/lux_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/lux/simple_type_preprocessorvariables.html", + "*manual-wix3/lux_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/lux/simple_type_registryroottype.html", + "*manual-wix3/lux_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/lux/simple_type_sequencetype.html", + "*manual-wix3/lux_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/lux/simple_type_shortfilenametype.html", + "*manual-wix3/lux_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/lux/simple_type_versiontype.html", + "*manual-wix3/lux_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/lux/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/lux_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/lux/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/lux_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html", + "*manual-wix3/lux_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/lux/simple_type_yesnobuttontype.html", + "*manual-wix3/lux_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html", + "*manual-wix3/lux_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/lux/simple_type_yesnodefaulttype.html", + "*manual-wix3/lux_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html", + "*manual-wix3/lux_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/lux/simple_type_yesnotype.html", + "*manual-wix3/lux_xsd_unittest.htm": "/documentation/manual/v3/xsd/lux/unittest.html", + "*manual-wix3/lux_xsd_unittestref.htm": "/documentation/manual/v3/xsd/lux/unittestref.html", + "*manual-wix3/main.htm": "/documentation/manual/v3/", + "*manual-wix3/major_upgrade.htm": "/documentation/manual/v3/howtos/updates/major_upgrade.html", + "*manual-wix3/make_installer_localizable.htm": "/documentation/manual/v3/howtos/ui_and_localization/make_installer_localizable.html", + "*manual-wix3/merging_msm_into_msi.htm": "/documentation/manual/v3/howtos/", + "*manual-wix3/msbuild.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/msbuild_target_reference_harvestdirectory.htm": "/documentation/manual/v3/msbuild/target_reference/harvestdirectory.html", + "*manual-wix3/msbuild_target_reference_harvestfile.htm": "/documentation/manual/v3/msbuild/target_reference/harvestfile.html", + "*manual-wix3/msbuild_target_reference_harvestprojects.htm": "/documentation/manual/v3/msbuild/target_reference/harvestprojects.html", + "*manual-wix3/msbuild_target_reference_toc.htm": "/documentation/manual/v3/msbuild/target_reference/", + "*manual-wix3/msbuild_task_reference_candle.htm": "/documentation/manual/v3/msbuild/task_reference/candle.html", + "*manual-wix3/msbuild_task_reference_heatdirectory.htm": "/documentation/manual/v3/msbuild/task_reference/heatdirectory.html", + "*manual-wix3/msbuild_task_reference_heatfile.htm": "/documentation/manual/v3/msbuild/task_reference/heatfile.html", + "*manual-wix3/msbuild_task_reference_heatproject.htm": "/documentation/manual/v3/msbuild/task_reference/heatproject.html", + "*manual-wix3/msbuild_task_reference_light.htm": "/documentation/manual/v3/msbuild/task_reference/light.html", + "*manual-wix3/msbuild_task_reference_lit.htm": "/documentation/manual/v3/msbuild/task_reference/lit.html", + "*manual-wix3/msbuild_task_reference_toc.htm": "/documentation/manual/v3/msbuild/task_reference/", + "*manual-wix3/msitowix.htm": "/documentation/manual/v3/overview/msitowix.html", + "*manual-wix3/msi_useful_links.htm": "/documentation/manual/v3/overview/msi_useful_links.html", + "*manual-wix3/msmq_xsd_index.htm": "/documentation/manual/v3/xsd/msmq/index.html", + "*manual-wix3/msmq_xsd_messagequeue.htm": "/documentation/manual/v3/xsd/msmq/messagequeue.html", + "*manual-wix3/msmq_xsd_messagequeuepermission.htm": "/documentation/manual/v3/xsd/msmq/messagequeuepermission.html", + "*manual-wix3/msmq_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/msmq/simple_type_autogenguid.html", + "*manual-wix3/msmq_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_burncontainertype.html", + "*manual-wix3/msmq_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_burnexeprotocoltype.html", + "*manual-wix3/msmq_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/msmq/simple_type_componentguid.html", + "*manual-wix3/msmq_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html", + "*manual-wix3/msmq_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/msmq/simple_type_compressionleveltype.html", + "*manual-wix3/msmq_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_diskidtype.html", + "*manual-wix3/msmq_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_exittype.html", + "*manual-wix3/msmq_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/msmq/simple_type_guid.html", + "*manual-wix3/msmq_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_hextype.html", + "*manual-wix3/msmq_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_installuninstalltype.html", + "*manual-wix3/msmq_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/msmq/simple_type_localizableinteger.html", + "*manual-wix3/msmq_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_longfilenametype.html", + "*manual-wix3/msmq_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/msmq/", + "*manual-wix3/msmq_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/msmq/simple_type_preprocessorvariables.html", + "*manual-wix3/msmq_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_registryroottype.html", + "*manual-wix3/msmq_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_sequencetype.html", + "*manual-wix3/msmq_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_shortfilenametype.html", + "*manual-wix3/msmq_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_versiontype.html", + "*manual-wix3/msmq_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/msmq_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/msmq_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html", + "*manual-wix3/msmq_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnobuttontype.html", + "*manual-wix3/msmq_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html", + "*manual-wix3/msmq_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnodefaulttype.html", + "*manual-wix3/msmq_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html", + "*manual-wix3/msmq_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/msmq/simple_type_yesnotype.html", + "*manual-wix3/nant.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/nant_configuration.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/nant_conventions.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/nant_task_reference_candle.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/nant_task_reference_light.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/nant_task_reference_lit.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/nant_task_reference_toc.htm": "/documentation/manual/v3/msbuild/", + "*manual-wix3/netfx_xsd_index.htm": "/documentation/manual/v3/xsd/netfx/index.html", + "*manual-wix3/netfx_xsd_nativeimage.htm": "/documentation/manual/v3/xsd/netfx/nativeimage.html", + "*manual-wix3/netfx_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/netfx/simple_type_yesnotype.html", + "*manual-wix3/ngen_managed_assemblies.htm": "/documentation/manual/v3/howtos/files_and_registry/ngen_managed_assemblies.html", + "*manual-wix3/officeaddin_xsd_application.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_description.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_details.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_entrypoint.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_extendsapplication.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_feed.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_icon.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_id.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_index.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_manufacturer.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_name.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_officeaddin.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_package.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_previousfeed.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_simple_type_supportedofficeapplications.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_simple_type_uuid.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_source.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_updaterate.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/officeaddin_xsd_version.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/optimizing_builds.htm": "/documentation/manual/v3/howtos/general/optimizing_builds.html", + "*manual-wix3/osinfo.htm": "/documentation/manual/v3/customactions/osinfo.html", + "*manual-wix3/overview.htm": "/documentation/manual/v3/overview/", + "*manual-wix3/parentdirectorysearch.htm": "/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html", + "*manual-wix3/patching.htm": "/documentation/manual/v3/patching/", + "*manual-wix3/patch_building.htm": "/documentation/manual/v3/patching/patch_building.html", + "*manual-wix3/patch_restrictions.htm": "/documentation/manual/v3/patching/patch_restrictions.html", + "*manual-wix3/perfmon.htm": "/documentation/manual/v3/customactions/perfmon.html", + "*manual-wix3/preprocessor.htm": "/documentation/manual/v3/overview/preprocessor.html", + "*manual-wix3/ps_xsd_formatsfile.htm": "/documentation/manual/v3/xsd/ps/formatsfile.html", + "*manual-wix3/ps_xsd_index.htm": "/documentation/manual/v3/xsd/ps/index.html", + "*manual-wix3/ps_xsd_requiredversion.htm": "/documentation/manual/v3/xsd/ps/requiredversion.html", + "*manual-wix3/ps_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/ps/simple_type_autogenguid.html", + "*manual-wix3/ps_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/ps/simple_type_burncontainertype.html", + "*manual-wix3/ps_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/ps/simple_type_burnexeprotocoltype.html", + "*manual-wix3/ps_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/ps/simple_type_componentguid.html", + "*manual-wix3/ps_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html", + "*manual-wix3/ps_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/ps/simple_type_compressionleveltype.html", + "*manual-wix3/ps_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/ps/simple_type_diskidtype.html", + "*manual-wix3/ps_xsd_simple_type_embeddedresource.htm": "/documentation/manual/v3/xsd/ps/simple_type_embeddedresource.html", + "*manual-wix3/ps_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/ps/simple_type_exittype.html", + "*manual-wix3/ps_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/ps/simple_type_guid.html", + "*manual-wix3/ps_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/ps/simple_type_hextype.html", + "*manual-wix3/ps_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/ps/simple_type_installuninstalltype.html", + "*manual-wix3/ps_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/ps/simple_type_localizableinteger.html", + "*manual-wix3/ps_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/ps/simple_type_longfilenametype.html", + "*manual-wix3/ps_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/ps/", + "*manual-wix3/ps_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/ps/simple_type_preprocessorvariables.html", + "*manual-wix3/ps_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/ps/simple_type_registryroottype.html", + "*manual-wix3/ps_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/ps/simple_type_sequencetype.html", + "*manual-wix3/ps_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/ps/simple_type_shortfilenametype.html", + "*manual-wix3/ps_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/ps/simple_type_versiontype.html", + "*manual-wix3/ps_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/ps/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/ps_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/ps/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/ps_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html", + "*manual-wix3/ps_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/ps/simple_type_yesnobuttontype.html", + "*manual-wix3/ps_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html", + "*manual-wix3/ps_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/ps/simple_type_yesnodefaulttype.html", + "*manual-wix3/ps_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html", + "*manual-wix3/ps_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/ps/simple_type_yesnotype.html", + "*manual-wix3/ps_xsd_snapin.htm": "/documentation/manual/v3/xsd/ps/snapin.html", + "*manual-wix3/ps_xsd_typesfile.htm": "/documentation/manual/v3/xsd/ps/typesfile.html", + "*manual-wix3/qtexec.htm": "/documentation/manual/v3/customactions/qtexec.html", + "*manual-wix3/read_a_registry_entry.htm": "/documentation/manual/v3/howtos/files_and_registry/read_a_registry_entry.html", + "*manual-wix3/redistributables_and_install_checks_toc.htm": "/documentation/manual/v3/howtos/redistributables_and_install_checks/", + "*manual-wix3/resources.htm": "/documentation/manual/v3/", + "*manual-wix3/run_program_after_install.htm": "/documentation/manual/v3/howtos/ui_and_localization/run_program_after_install.html", + "*manual-wix3/schema_index.htm": "/documentation/manual/v3/xsd/", + "*manual-wix3/shellexec.htm": "/documentation/manual/v3/customactions/shellexec.html", + "*manual-wix3/specifying_cultures_to_build.htm": "/documentation/manual/v3/howtos/ui_and_localization/specifying_cultures_to_build.html", + "*manual-wix3/specifying_source_files.htm": "/documentation/manual/v3/howtos/general/specifying_source_files.html", + "*manual-wix3/sql_xsd_index.htm": "/documentation/manual/v3/xsd/sql/index.html", + "*manual-wix3/sql_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/sql/simple_type_autogenguid.html", + "*manual-wix3/sql_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/sql/simple_type_burncontainertype.html", + "*manual-wix3/sql_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/sql/simple_type_burnexeprotocoltype.html", + "*manual-wix3/sql_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/sql/simple_type_componentguid.html", + "*manual-wix3/sql_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html", + "*manual-wix3/sql_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/sql/simple_type_compressionleveltype.html", + "*manual-wix3/sql_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/sql/simple_type_diskidtype.html", + "*manual-wix3/sql_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/sql/simple_type_exittype.html", + "*manual-wix3/sql_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/sql/simple_type_guid.html", + "*manual-wix3/sql_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/sql/simple_type_hextype.html", + "*manual-wix3/sql_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/sql/simple_type_installuninstalltype.html", + "*manual-wix3/sql_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/sql/simple_type_localizableinteger.html", + "*manual-wix3/sql_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/sql/simple_type_longfilenametype.html", + "*manual-wix3/sql_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/sql/", + "*manual-wix3/sql_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/sql/simple_type_preprocessorvariables.html", + "*manual-wix3/sql_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/sql/simple_type_registryroottype.html", + "*manual-wix3/sql_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/sql/simple_type_sequencetype.html", + "*manual-wix3/sql_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/sql/simple_type_shortfilenametype.html", + "*manual-wix3/sql_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/sql/simple_type_versiontype.html", + "*manual-wix3/sql_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/sql/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/sql_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/sql/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/sql_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html", + "*manual-wix3/sql_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/sql/simple_type_yesnobuttontype.html", + "*manual-wix3/sql_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html", + "*manual-wix3/sql_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/sql/simple_type_yesnodefaulttype.html", + "*manual-wix3/sql_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html", + "*manual-wix3/sql_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/sql/simple_type_yesnotype.html", + "*manual-wix3/sql_xsd_sqldatabase.htm": "/documentation/manual/v3/xsd/sql/sqldatabase.html", + "*manual-wix3/sql_xsd_sqlfilespec.htm": "/documentation/manual/v3/xsd/sql/sqlfilespec.html", + "*manual-wix3/sql_xsd_sqllogfilespec.htm": "/documentation/manual/v3/xsd/sql/sqllogfilespec.html", + "*manual-wix3/sql_xsd_sqlscript.htm": "/documentation/manual/v3/xsd/sql/sqlscript.html", + "*manual-wix3/sql_xsd_sqlstring.htm": "/documentation/manual/v3/xsd/sql/sqlstring.html", + "*manual-wix3/standard_customactions.htm": "/documentation/manual/v3/customactions/", + "*manual-wix3/tag_xsd_index.htm": "/documentation/manual/v3/xsd/tag/index.html", + "*manual-wix3/tag_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/tag/simple_type_autogenguid.html", + "*manual-wix3/tag_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/tag/simple_type_burncontainertype.html", + "*manual-wix3/tag_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/tag/simple_type_burnexeprotocoltype.html", + "*manual-wix3/tag_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/tag/simple_type_componentguid.html", + "*manual-wix3/tag_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html", + "*manual-wix3/tag_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/tag/simple_type_compressionleveltype.html", + "*manual-wix3/tag_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/tag/simple_type_diskidtype.html", + "*manual-wix3/tag_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/tag/simple_type_exittype.html", + "*manual-wix3/tag_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/tag/simple_type_guid.html", + "*manual-wix3/tag_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/tag/simple_type_hextype.html", + "*manual-wix3/tag_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/tag/simple_type_installuninstalltype.html", + "*manual-wix3/tag_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/tag/simple_type_localizableinteger.html", + "*manual-wix3/tag_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/tag/simple_type_longfilenametype.html", + "*manual-wix3/tag_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/tag/simple_type_preprocessorvariables.html", + "*manual-wix3/tag_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/tag/simple_type_registryroottype.html", + "*manual-wix3/tag_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/tag/simple_type_sequencetype.html", + "*manual-wix3/tag_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/tag/simple_type_shortfilenametype.html", + "*manual-wix3/tag_xsd_simple_type_tagtype.htm": "/documentation/manual/v3/xsd/tag/simple_type_tagtype.html", + "*manual-wix3/tag_xsd_simple_type_tagtypetypeunion.htm": "/documentation/manual/v3/xsd/tag/simple_type_tagtype.html", + "*manual-wix3/tag_xsd_simple_type_tagtypeunion.htm": "/documentation/manual/v3/xsd/tag/simple_type_tagtype.html", + "*manual-wix3/tag_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/tag/simple_type_versiontype.html", + "*manual-wix3/tag_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/tag/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/tag_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/tag/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/tag_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html", + "*manual-wix3/tag_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/tag/simple_type_yesnobuttontype.html", + "*manual-wix3/tag_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html", + "*manual-wix3/tag_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/tag/simple_type_yesnodefaulttype.html", + "*manual-wix3/tag_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html", + "*manual-wix3/tag_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/tag/simple_type_yesnotype.html", + "*manual-wix3/tag_xsd_tag.htm": "/documentation/manual/v3/xsd/tag/tag.html", + "*manual-wix3/tag_xsd_tagref.htm": "/documentation/manual/v3/xsd/tag/tagref.html", + "*manual-wix3/tests_runningtests.htm": "/documentation/manual/v3/wixdev/tests/tests_runningtests.html", + "*manual-wix3/tests_testingwix.htm": "/documentation/manual/v3/wixdev/tests/", + "*manual-wix3/tests_writingtests.htm": "/documentation/manual/v3/wixdev/tests/tests_writingtests.html", + "*manual-wix3/thmutil_xsd_billboard.htm": "/documentation/manual/v3/xsd/thmutil/billboard.html", + "*manual-wix3/thmutil_xsd_button.htm": "/documentation/manual/v3/xsd/thmutil/button.html", + "*manual-wix3/thmutil_xsd_checkbox.htm": "/documentation/manual/v3/xsd/thmutil/checkbox.html", + "*manual-wix3/thmutil_xsd_column.htm": "/documentation/manual/v3/xsd/thmutil/column.html", + "*manual-wix3/thmutil_xsd_editbox.htm": "/documentation/manual/v3/xsd/thmutil/editbox.html", + "*manual-wix3/thmutil_xsd_font.htm": "/documentation/manual/v3/xsd/thmutil/font.html", + "*manual-wix3/thmutil_xsd_hyperlink.htm": "/documentation/manual/v3/xsd/thmutil/hyperlink.html", + "*manual-wix3/thmutil_xsd_hypertext.htm": "/documentation/manual/v3/xsd/thmutil/hypertext.html", + "*manual-wix3/thmutil_xsd_image.htm": "/documentation/manual/v3/xsd/thmutil/image.html", + "*manual-wix3/thmutil_xsd_imagelist.htm": "/documentation/manual/v3/xsd/thmutil/imagelist.html", + "*manual-wix3/thmutil_xsd_index.htm": "/documentation/manual/v3/xsd/thmutil/index.html", + "*manual-wix3/thmutil_xsd_listview.htm": "/documentation/manual/v3/xsd/thmutil/listview.html", + "*manual-wix3/thmutil_xsd_page.htm": "/documentation/manual/v3/xsd/thmutil/page.html", + "*manual-wix3/thmutil_xsd_progressbar.htm": "/documentation/manual/v3/xsd/thmutil/progressbar.html", + "*manual-wix3/thmutil_xsd_richedit.htm": "/documentation/manual/v3/xsd/thmutil/richedit.html", + "*manual-wix3/thmutil_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/thmutil/simple_type_yesnotype.html", + "*manual-wix3/thmutil_xsd_static.htm": "/documentation/manual/v3/xsd/thmutil/static.html", + "*manual-wix3/thmutil_xsd_tab.htm": "/documentation/manual/v3/xsd/thmutil/tab.html", + "*manual-wix3/thmutil_xsd_text.htm": "/documentation/manual/v3/xsd/thmutil/text.html", + "*manual-wix3/thmutil_xsd_theme.htm": "/documentation/manual/v3/xsd/thmutil/theme.html", + "*manual-wix3/thmutil_xsd_treeview.htm": "/documentation/manual/v3/xsd/thmutil/treeview.html", + "*manual-wix3/thmutil_xsd_window.htm": "/documentation/manual/v3/xsd/thmutil/window.html", + "*manual-wix3/toc.htm": "/documentation/manual/v3/", + "*manual-wix3/tools.htm": "/documentation/manual/v3/overview/tools.html", + "*manual-wix3/ui_and_localization_toc.htm": "/documentation/manual/v3/howtos/ui_and_localization/", + "*manual-wix3/updates_toc.htm": "/documentation/manual/v3/howtos/updates/", + "*manual-wix3/using_custom_actions.htm": "/documentation/manual/v3/customactions/using_custom_actions.html", + "*manual-wix3/using_standard_customactions.htm": "/documentation/manual/v3/customactions/using_standard_customactions.html", + "*manual-wix3/util_xsd_closeapplication.htm": "/documentation/manual/v3/xsd/util/closeapplication.html", + "*manual-wix3/util_xsd_componentsearch.htm": "/documentation/manual/v3/xsd/util/componentsearch.html", + "*manual-wix3/util_xsd_componentsearchref.htm": "/documentation/manual/v3/xsd/util/componentsearchref.html", + "*manual-wix3/util_xsd_directorysearch.htm": "/documentation/manual/v3/xsd/util/directorysearch.html", + "*manual-wix3/util_xsd_directorysearchref.htm": "/documentation/manual/v3/xsd/util/directorysearchref.html", + "*manual-wix3/util_xsd_eventmanifest.htm": "/documentation/manual/v3/xsd/util/eventmanifest.html", + "*manual-wix3/util_xsd_eventsource.htm": "/documentation/manual/v3/xsd/util/eventsource.html", + "*manual-wix3/util_xsd_filesearch.htm": "/documentation/manual/v3/xsd/util/filesearch.html", + "*manual-wix3/util_xsd_filesearchref.htm": "/documentation/manual/v3/xsd/util/filesearchref.html", + "*manual-wix3/util_xsd_fileshare.htm": "/documentation/manual/v3/xsd/util/fileshare.html", + "*manual-wix3/util_xsd_filesharepermission.htm": "/documentation/manual/v3/xsd/util/filesharepermission.html", + "*manual-wix3/util_xsd_group.htm": "/documentation/manual/v3/xsd/util/group.html", + "*manual-wix3/util_xsd_groupref.htm": "/documentation/manual/v3/xsd/util/groupref.html", + "*manual-wix3/util_xsd_index.htm": "/documentation/manual/v3/xsd/util/index.html", + "*manual-wix3/util_xsd_internetshortcut.htm": "/documentation/manual/v3/xsd/util/internetshortcut.html", + "*manual-wix3/util_xsd_perfcounter.htm": "/documentation/manual/v3/xsd/util/perfcounter.html", + "*manual-wix3/util_xsd_perfcountermanifest.htm": "/documentation/manual/v3/xsd/util/perfcountermanifest.html", + "*manual-wix3/util_xsd_performancecategory.htm": "/documentation/manual/v3/xsd/util/performancecategory.html", + "*manual-wix3/util_xsd_performancecounter.htm": "/documentation/manual/v3/xsd/util/performancecounter.html", + "*manual-wix3/util_xsd_permissionex.htm": "/documentation/manual/v3/xsd/util/permissionex.html", + "*manual-wix3/util_xsd_productsearch.htm": "/documentation/manual/v3/xsd/util/productsearch.html", + "*manual-wix3/util_xsd_productsearchref.htm": "/documentation/manual/v3/xsd/util/productsearchref.html", + "*manual-wix3/util_xsd_registrysearch.htm": "/documentation/manual/v3/xsd/util/registrysearch.html", + "*manual-wix3/util_xsd_registrysearchref.htm": "/documentation/manual/v3/xsd/util/registrysearchref.html", + "*manual-wix3/util_xsd_removefolderex.htm": "/documentation/manual/v3/xsd/util/removefolderex.html", + "*manual-wix3/util_xsd_restartresource.htm": "/documentation/manual/v3/xsd/util/restartresource.html", + "*manual-wix3/util_xsd_serviceconfig.htm": "/documentation/manual/v3/xsd/util/serviceconfig.html", + "*manual-wix3/util_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/util/simple_type_autogenguid.html", + "*manual-wix3/util_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/util/simple_type_burncontainertype.html", + "*manual-wix3/util_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/util/simple_type_burnexeprotocoltype.html", + "*manual-wix3/util_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/util/simple_type_componentguid.html", + "*manual-wix3/util_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html", + "*manual-wix3/util_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/util/simple_type_compressionleveltype.html", + "*manual-wix3/util_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/util/simple_type_diskidtype.html", + "*manual-wix3/util_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/util/simple_type_exittype.html", + "*manual-wix3/util_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/util/simple_type_guid.html", + "*manual-wix3/util_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/util/simple_type_hextype.html", + "*manual-wix3/util_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/util/simple_type_installuninstalltype.html", + "*manual-wix3/util_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/util/simple_type_localizableinteger.html", + "*manual-wix3/util_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/util/simple_type_longfilenametype.html", + "*manual-wix3/util_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/util/", + "*manual-wix3/util_xsd_simple_type_performancecounterlanguagetype.htm": "/documentation/manual/v3/xsd/util/simple_type_performancecounterlanguagetype.html", + "*manual-wix3/util_xsd_simple_type_performancecountertypestype.htm": "/documentation/manual/v3/xsd/util/simple_type_performancecountertypestype.html", + "*manual-wix3/util_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/util/simple_type_preprocessorvariables.html", + "*manual-wix3/util_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/util/simple_type_registryroottype.html", + "*manual-wix3/util_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/util/simple_type_sequencetype.html", + "*manual-wix3/util_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/util/simple_type_shortfilenametype.html", + "*manual-wix3/util_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/util/simple_type_versiontype.html", + "*manual-wix3/util_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/util/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/util_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/util/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/util_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html", + "*manual-wix3/util_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/util/simple_type_yesnobuttontype.html", + "*manual-wix3/util_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html", + "*manual-wix3/util_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/util/simple_type_yesnodefaulttype.html", + "*manual-wix3/util_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/util/simple_type_yesnotype.html", + "*manual-wix3/util_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/util/simple_type_yesnotype.html", + "*manual-wix3/util_xsd_user.htm": "/documentation/manual/v3/xsd/util/user.html", + "*manual-wix3/util_xsd_xmlconfig.htm": "/documentation/manual/v3/xsd/util/xmlconfig.html", + "*manual-wix3/util_xsd_xmlfile.htm": "/documentation/manual/v3/xsd/util/xmlfile.html", + "*manual-wix3/votive.htm": "/documentation/manual/v3/votive/", + "*manual-wix3/votive_development.htm": "/documentation/manual/v3/wixdev/", + "*manual-wix3/votive_item_templates.htm": "/documentation/manual/v3/votive/votive_item_templates.html", + "*manual-wix3/votive_project_references.htm": "/documentation/manual/v3/votive/votive_project_references.html", + "*manual-wix3/votive_project_templates.htm": "/documentation/manual/v3/votive/votive_project_templates.html", + "*manual-wix3/votive_project_template_default.htm": "/documentation/manual/v3/votive/votive_project_template_default.html", + "*manual-wix3/votive_property_pages.htm": "/documentation/manual/v3/votive/votive_property_pages.html", + "*manual-wix3/votive_wix_references.htm": "/documentation/manual/v3/votive/", + "*manual-wix3/vs_xsd_helpcollection.htm": "/documentation/manual/v3/xsd/vs/helpcollection.html", + "*manual-wix3/vs_xsd_helpcollectionref.htm": "/documentation/manual/v3/xsd/vs/helpcollectionref.html", + "*manual-wix3/vs_xsd_helpfile.htm": "/documentation/manual/v3/xsd/vs/helpfile.html", + "*manual-wix3/vs_xsd_helpfileref.htm": "/documentation/manual/v3/xsd/vs/helpfileref.html", + "*manual-wix3/vs_xsd_helpfilter.htm": "/documentation/manual/v3/xsd/vs/helpfilter.html", + "*manual-wix3/vs_xsd_helpfilterref.htm": "/documentation/manual/v3/xsd/vs/helpfilterref.html", + "*manual-wix3/vs_xsd_index.htm": "/documentation/manual/v3/xsd/vs/index.html", + "*manual-wix3/vs_xsd_plugcollectioninto.htm": "/documentation/manual/v3/xsd/vs/plugcollectioninto.html", + "*manual-wix3/vs_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/vs/simple_type_versiontype.html", + "*manual-wix3/vs_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/vs/simple_type_yesnotype.html", + "*manual-wix3/vs_xsd_vsixpackage.htm": "/documentation/manual/v3/xsd/vs/vsixpackage.html", + "*manual-wix3/wixcop.htm": "/documentation/manual/v3/overview/wixcop.html", + "*manual-wix3/wixdev.htm": "/documentation/manual/v3/wixdev/", + "*manual-wix3/wixdev_getting_started.htm": "/documentation/manual/v3/wixdev/wixdev_getting_started.html", + "*manual-wix3/wixdirectxextension.htm": "/documentation/manual/v3/customactions/wixdirectxextension.html", + "*manual-wix3/wixexitearlywithsuccess.htm": "/documentation/manual/v3/customactions/wixexitearlywithsuccess.html", + "*manual-wix3/wixfailwhendeferred.htm": "/documentation/manual/v3/customactions/wixfailwhendeferred.html", + "*manual-wix3/wixgamingextension.htm": "/documentation/manual/v3/customactions/wixgamingextension.html", + "*manual-wix3/wixloc_xsd_control.htm": "/documentation/manual/v3/xsd/wixloc/ui.html", + "*manual-wix3/wixloc_xsd_index.htm": "/documentation/manual/v3/xsd/wixloc/index.html", + "*manual-wix3/wixloc_xsd_simple_type_localizationyesnotype.htm": "/documentation/manual/v3/xsd/wixloc/simple_type_localizationyesnotype.html", + "*manual-wix3/wixloc_xsd_string.htm": "/documentation/manual/v3/xsd/wixloc/string.html", + "*manual-wix3/wixloc_xsd_ui.htm": "/documentation/manual/v3/xsd/wixloc/ui.html", + "*manual-wix3/wixloc_xsd_wixlocalization.htm": "/documentation/manual/v3/xsd/wixloc/wixlocalization.html", + "*manual-wix3/wixnetfxextension.htm": "/documentation/manual/v3/customactions/wixnetfxextension.html", + "*manual-wix3/wixstdba_branding.htm": "/documentation/manual/v3/bundle/wixstdba/wixstdba_branding.html", + "*manual-wix3/wixstdba_foundation_customization.htm": "/documentation/manual/v3/bundle/wixstdba/wixstdba_foundation_customization.html", + "*manual-wix3/wixstdba_intro.htm": "/documentation/manual/v3/bundle/wixstdba/", + "*manual-wix3/wixstdba_license.htm": "/documentation/manual/v3/bundle/wixstdba/wixstdba_license.html", + "*manual-wix3/WixUI_advanced.htm": "/documentation/manual/v3/wixui/dialog_reference/WixUI_advanced.html", + "*manual-wix3/WixUI_customizations.htm": "/documentation/manual/v3/wixui/WixUI_customizations.html", + "*manual-wix3/WixUI_dialogs.htm": "/documentation/manual/v3/wixui/dialog_reference/WixUI_dialogs.html", + "*manual-wix3/WixUI_dialog_library.htm": "/documentation/manual/v3/wixui/WixUI_dialog_library.html", + "*manual-wix3/WixUI_dialog_reference_toc.htm": "/documentation/manual/v3/wixui/dialog_reference/index.html", + "*manual-wix3/WixUI_featuretree.htm": "/documentation/manual/v3/wixui/dialog_reference/WixUI_featuretree.html", + "*manual-wix3/WixUI_index.htm": "/documentation/manual/v3/wixui/index.html", + "*manual-wix3/WixUI_installdir.htm": "/documentation/manual/v3/wixui/dialog_reference/WixUI_installdir.html", + "*manual-wix3/WixUI_localization.htm": "/documentation/manual/v3/wixui/WixUI_localization.html", + "*manual-wix3/WixUI_minimal.htm": "/documentation/manual/v3/wixui/dialog_reference/WixUI_minimal.html", + "*manual-wix3/WixUI_mondo.htm": "/documentation/manual/v3/wixui/dialog_reference/WixUI_mondo.html", + "*manual-wix3/wixvsextension.htm": "/documentation/manual/v3/customactions/wixvsextension.html", + "*manual-wix3/wixwaitforevent.htm": "/documentation/manual/v3/customactions/wixwaitforevent.html", + "*manual-wix3/wix_index.htm": "/documentation/manual/v3/", + "*manual-wix3/wix_learning.htm": "/documentation/manual/v3/main/wix_learning.html", + "*manual-wix3/wix_patching.htm": "/documentation/manual/v3/patching/wix_patching.html", + "*manual-wix3/wix_with_team_build.htm": "/documentation/manual/v3/msbuild/wix_with_team_build.html", + "*manual-wix3/wix_xsd_adminexecutesequence.htm": "/documentation/manual/v3/xsd/wix/adminexecutesequence.html", + "*manual-wix3/wix_xsd_adminuisequence.htm": "/documentation/manual/v3/xsd/wix/adminuisequence.html", + "*manual-wix3/wix_xsd_advertiseexecutesequence.htm": "/documentation/manual/v3/xsd/wix/advertiseexecutesequence.html", + "*manual-wix3/wix_xsd_allocateregistryspace.htm": "/documentation/manual/v3/xsd/wix/allocateregistryspace.html", + "*manual-wix3/wix_xsd_appdata.htm": "/documentation/manual/v3/xsd/wix/appdata.html", + "*manual-wix3/wix_xsd_appid.htm": "/documentation/manual/v3/xsd/wix/appid.html", + "*manual-wix3/wix_xsd_appsearch.htm": "/documentation/manual/v3/xsd/wix/appsearch.html", + "*manual-wix3/wix_xsd_assemblyname.htm": "/documentation/manual/v3/xsd/wix/assemblyname.html", + "*manual-wix3/wix_xsd_billboard.htm": "/documentation/manual/v3/xsd/wix/billboard.html", + "*manual-wix3/wix_xsd_billboardaction.htm": "/documentation/manual/v3/xsd/wix/billboardaction.html", + "*manual-wix3/wix_xsd_binary.htm": "/documentation/manual/v3/xsd/wix/binary.html", + "*manual-wix3/wix_xsd_binaryref.htm": "/documentation/manual/v3/xsd/wix/binaryref.html", + "*manual-wix3/wix_xsd_bindimage.htm": "/documentation/manual/v3/xsd/wix/bindimage.html", + "*manual-wix3/wix_xsd_bootstrapperapplication.htm": "/documentation/manual/v3/xsd/wix/bootstrapperapplication.html", + "*manual-wix3/wix_xsd_bootstrapperapplicationref.htm": "/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html", + "*manual-wix3/wix_xsd_bundle.htm": "/documentation/manual/v3/xsd/wix/bundle.html", + "*manual-wix3/wix_xsd_catalog.htm": "/documentation/manual/v3/xsd/wix/catalog.html", + "*manual-wix3/wix_xsd_category.htm": "/documentation/manual/v3/xsd/wix/category.html", + "*manual-wix3/wix_xsd_ccpsearch.htm": "/documentation/manual/v3/xsd/wix/ccpsearch.html", + "*manual-wix3/wix_xsd_chain.htm": "/documentation/manual/v3/xsd/wix/chain.html", + "*manual-wix3/wix_xsd_class.htm": "/documentation/manual/v3/xsd/wix/class.html", + "*manual-wix3/wix_xsd_column.htm": "/documentation/manual/v3/xsd/wix/column.html", + "*manual-wix3/wix_xsd_combobox.htm": "/documentation/manual/v3/xsd/wix/combobox.html", + "*manual-wix3/wix_xsd_compliancecheck.htm": "/documentation/manual/v3/xsd/wix/compliancecheck.html", + "*manual-wix3/wix_xsd_compliancedrive.htm": "/documentation/manual/v3/xsd/wix/compliancedrive.html", + "*manual-wix3/wix_xsd_component.htm": "/documentation/manual/v3/xsd/wix/component.html", + "*manual-wix3/wix_xsd_componentgroup.htm": "/documentation/manual/v3/xsd/wix/componentgroup.html", + "*manual-wix3/wix_xsd_componentgroupref.htm": "/documentation/manual/v3/xsd/wix/componentgroupref.html", + "*manual-wix3/wix_xsd_componentref.htm": "/documentation/manual/v3/xsd/wix/componentref.html", + "*manual-wix3/wix_xsd_componentsearch.htm": "/documentation/manual/v3/xsd/wix/componentsearch.html", + "*manual-wix3/wix_xsd_condition.htm": "/documentation/manual/v3/xsd/wix/condition.html", + "*manual-wix3/wix_xsd_configuration.htm": "/documentation/manual/v3/xsd/wix/configuration.html", + "*manual-wix3/wix_xsd_configurationdata.htm": "/documentation/manual/v3/xsd/wix/configurationdata.html", + "*manual-wix3/wix_xsd_container.htm": "/documentation/manual/v3/xsd/wix/container.html", + "*manual-wix3/wix_xsd_containerref.htm": "/documentation/manual/v3/xsd/wix/containerref.html", + "*manual-wix3/wix_xsd_control.htm": "/documentation/manual/v3/xsd/wix/control.html", + "*manual-wix3/wix_xsd_copyfile.htm": "/documentation/manual/v3/xsd/wix/copyfile.html", + "*manual-wix3/wix_xsd_costfinalize.htm": "/documentation/manual/v3/xsd/wix/costfinalize.html", + "*manual-wix3/wix_xsd_costinitialize.htm": "/documentation/manual/v3/xsd/wix/costinitialize.html", + "*manual-wix3/wix_xsd_createfolder.htm": "/documentation/manual/v3/xsd/wix/createfolder.html", + "*manual-wix3/wix_xsd_createfolders.htm": "/documentation/manual/v3/xsd/wix/createfolders.html", + "*manual-wix3/wix_xsd_createshortcuts.htm": "/documentation/manual/v3/xsd/wix/createshortcuts.html", + "*manual-wix3/wix_xsd_custom.htm": "/documentation/manual/v3/xsd/wix/custom.html", + "*manual-wix3/wix_xsd_customaction.htm": "/documentation/manual/v3/xsd/wix/customaction.html", + "*manual-wix3/wix_xsd_customactionref.htm": "/documentation/manual/v3/xsd/wix/customactionref.html", + "*manual-wix3/wix_xsd_customproperty.htm": "/documentation/manual/v3/xsd/wix/customproperty.html", + "*manual-wix3/wix_xsd_customtable.htm": "/documentation/manual/v3/xsd/wix/customtable.html", + "*manual-wix3/wix_xsd_data.htm": "/documentation/manual/v3/xsd/wix/data.html", + "*manual-wix3/wix_xsd_deleteservices.htm": "/documentation/manual/v3/xsd/wix/deleteservices.html", + "*manual-wix3/wix_xsd_dependency.htm": "/documentation/manual/v3/xsd/wix/dependency.html", + "*manual-wix3/wix_xsd_dialog.htm": "/documentation/manual/v3/xsd/wix/dialog.html", + "*manual-wix3/wix_xsd_dialogref.htm": "/documentation/manual/v3/xsd/wix/dialogref.html", + "*manual-wix3/wix_xsd_digitalcertificate.htm": "/documentation/manual/v3/xsd/wix/digitalcertificate.html", + "*manual-wix3/wix_xsd_digitalcertificateref.htm": "/documentation/manual/v3/xsd/wix/digitalcertificateref.html", + "*manual-wix3/wix_xsd_digitalsignature.htm": "/documentation/manual/v3/xsd/wix/digitalsignature.html", + "*manual-wix3/wix_xsd_directory.htm": "/documentation/manual/v3/xsd/wix/directory.html", + "*manual-wix3/wix_xsd_directoryref.htm": "/documentation/manual/v3/xsd/wix/directoryref.html", + "*manual-wix3/wix_xsd_directorysearch.htm": "/documentation/manual/v3/xsd/wix/directorysearch.html", + "*manual-wix3/wix_xsd_directorysearchref.htm": "/documentation/manual/v3/xsd/wix/directorysearchref.html", + "*manual-wix3/wix_xsd_disablerollback.htm": "/documentation/manual/v3/xsd/wix/disablerollback.html", + "*manual-wix3/wix_xsd_duplicatefiles.htm": "/documentation/manual/v3/xsd/wix/duplicatefiles.html", + "*manual-wix3/wix_xsd_embeddedchainer.htm": "/documentation/manual/v3/xsd/wix/embeddedchainer.html", + "*manual-wix3/wix_xsd_embeddedchainerref.htm": "/documentation/manual/v3/xsd/wix/embeddedchainerref.html", + "*manual-wix3/wix_xsd_embeddedui.htm": "/documentation/manual/v3/xsd/wix/embeddedui.html", + "*manual-wix3/wix_xsd_embeddeduiresource.htm": "/documentation/manual/v3/xsd/wix/embeddeduiresource.html", + "*manual-wix3/wix_xsd_ensuretable.htm": "/documentation/manual/v3/xsd/wix/ensuretable.html", + "*manual-wix3/wix_xsd_environment.htm": "/documentation/manual/v3/xsd/wix/environment.html", + "*manual-wix3/wix_xsd_error.htm": "/documentation/manual/v3/xsd/wix/error.html", + "*manual-wix3/wix_xsd_exclusion.htm": "/documentation/manual/v3/xsd/wix/exclusion.html", + "*manual-wix3/wix_xsd_executeaction.htm": "/documentation/manual/v3/xsd/wix/executeaction.html", + "*manual-wix3/wix_xsd_exepackage.htm": "/documentation/manual/v3/xsd/wix/exepackage.html", + "*manual-wix3/wix_xsd_exitcode.htm": "/documentation/manual/v3/xsd/wix/exitcode.html", + "*manual-wix3/wix_xsd_extension.htm": "/documentation/manual/v3/xsd/wix/extension.html", + "*manual-wix3/wix_xsd_externalfile.htm": "/documentation/manual/v3/xsd/wix/externalfile.html", + "*manual-wix3/wix_xsd_failure.htm": "/documentation/manual/v3/xsd/wix/failure.html", + "*manual-wix3/wix_xsd_family.htm": "/documentation/manual/v3/xsd/wix/family.html", + "*manual-wix3/wix_xsd_feature.htm": "/documentation/manual/v3/xsd/wix/feature.html", + "*manual-wix3/wix_xsd_featuregroup.htm": "/documentation/manual/v3/xsd/wix/featuregroup.html", + "*manual-wix3/wix_xsd_featuregroupref.htm": "/documentation/manual/v3/xsd/wix/featuregroupref.html", + "*manual-wix3/wix_xsd_featureref.htm": "/documentation/manual/v3/xsd/wix/featureref.html", + "*manual-wix3/wix_xsd_file.htm": "/documentation/manual/v3/xsd/wix/file.html", + "*manual-wix3/wix_xsd_filecost.htm": "/documentation/manual/v3/xsd/wix/filecost.html", + "*manual-wix3/wix_xsd_filesearch.htm": "/documentation/manual/v3/xsd/wix/filesearch.html", + "*manual-wix3/wix_xsd_filesearchref.htm": "/documentation/manual/v3/xsd/wix/filesearchref.html", + "*manual-wix3/wix_xsd_filetypemask.htm": "/documentation/manual/v3/xsd/wix/filetypemask.html", + "*manual-wix3/wix_xsd_findrelatedproducts.htm": "/documentation/manual/v3/xsd/wix/findrelatedproducts.html", + "*manual-wix3/wix_xsd_forcereboot.htm": "/documentation/manual/v3/xsd/wix/forcereboot.html", + "*manual-wix3/wix_xsd_fragment.htm": "/documentation/manual/v3/xsd/wix/fragment.html", + "*manual-wix3/wix_xsd_icon.htm": "/documentation/manual/v3/xsd/wix/icon.html", + "*manual-wix3/wix_xsd_iconref.htm": "/documentation/manual/v3/xsd/wix/iconref.html", + "*manual-wix3/wix_xsd_ignoremodularization.htm": "/documentation/manual/v3/xsd/wix/ignoremodularization.html", + "*manual-wix3/wix_xsd_ignorerange.htm": "/documentation/manual/v3/xsd/wix/ignorerange.html", + "*manual-wix3/wix_xsd_ignoretable.htm": "/documentation/manual/v3/xsd/wix/ignoretable.html", + "*manual-wix3/wix_xsd_include.htm": "/documentation/manual/v3/xsd/wix/include.html", + "*manual-wix3/wix_xsd_index.htm": "/documentation/manual/v3/xsd/wix/index.html", + "*manual-wix3/wix_xsd_inifile.htm": "/documentation/manual/v3/xsd/wix/inifile.html", + "*manual-wix3/wix_xsd_inifilesearch.htm": "/documentation/manual/v3/xsd/wix/inifilesearch.html", + "*manual-wix3/wix_xsd_installadminpackage.htm": "/documentation/manual/v3/xsd/wix/installadminpackage.html", + "*manual-wix3/wix_xsd_installexecute.htm": "/documentation/manual/v3/xsd/wix/installexecute.html", + "*manual-wix3/wix_xsd_installexecuteagain.htm": "/documentation/manual/v3/xsd/wix/installexecuteagain.html", + "*manual-wix3/wix_xsd_installexecutesequence.htm": "/documentation/manual/v3/xsd/wix/installexecutesequence.html", + "*manual-wix3/wix_xsd_installfiles.htm": "/documentation/manual/v3/xsd/wix/installfiles.html", + "*manual-wix3/wix_xsd_installfinalize.htm": "/documentation/manual/v3/xsd/wix/installfinalize.html", + "*manual-wix3/wix_xsd_installinitialize.htm": "/documentation/manual/v3/xsd/wix/installinitialize.html", + "*manual-wix3/wix_xsd_installodbc.htm": "/documentation/manual/v3/xsd/wix/installodbc.html", + "*manual-wix3/wix_xsd_installservices.htm": "/documentation/manual/v3/xsd/wix/installservices.html", + "*manual-wix3/wix_xsd_installuisequence.htm": "/documentation/manual/v3/xsd/wix/installuisequence.html", + "*manual-wix3/wix_xsd_installvalidate.htm": "/documentation/manual/v3/xsd/wix/installvalidate.html", + "*manual-wix3/wix_xsd_instance.htm": "/documentation/manual/v3/xsd/wix/instance.html", + "*manual-wix3/wix_xsd_instancetransforms.htm": "/documentation/manual/v3/xsd/wix/instancetransforms.html", + "*manual-wix3/wix_xsd_interface.htm": "/documentation/manual/v3/xsd/wix/interface.html", + "*manual-wix3/wix_xsd_isolatecomponent.htm": "/documentation/manual/v3/xsd/wix/isolatecomponent.html", + "*manual-wix3/wix_xsd_isolatecomponents.htm": "/documentation/manual/v3/xsd/wix/isolatecomponents.html", + "*manual-wix3/wix_xsd_launchconditions.htm": "/documentation/manual/v3/xsd/wix/launchconditions.html", + "*manual-wix3/wix_xsd_layoutdirectory.htm": "/documentation/manual/v3/xsd/wix/", + "*manual-wix3/wix_xsd_layoutdirectoryref.htm": "/documentation/manual/v3/xsd/wix/", + "*manual-wix3/wix_xsd_layoutfile.htm": "/documentation/manual/v3/xsd/wix/", + "*manual-wix3/wix_xsd_listbox.htm": "/documentation/manual/v3/xsd/wix/listbox.html", + "*manual-wix3/wix_xsd_listitem.htm": "/documentation/manual/v3/xsd/wix/listitem.html", + "*manual-wix3/wix_xsd_listview.htm": "/documentation/manual/v3/xsd/wix/listview.html", + "*manual-wix3/wix_xsd_log.htm": "/documentation/manual/v3/xsd/wix/log.html", + "*manual-wix3/wix_xsd_majorupgrade.htm": "/documentation/manual/v3/xsd/wix/majorupgrade.html", + "*manual-wix3/wix_xsd_media.htm": "/documentation/manual/v3/xsd/wix/media.html", + "*manual-wix3/wix_xsd_mediatemplate.htm": "/documentation/manual/v3/xsd/wix/mediatemplate.html", + "*manual-wix3/wix_xsd_merge.htm": "/documentation/manual/v3/xsd/wix/merge.html", + "*manual-wix3/wix_xsd_mergeref.htm": "/documentation/manual/v3/xsd/wix/mergeref.html", + "*manual-wix3/wix_xsd_migratefeaturestates.htm": "/documentation/manual/v3/xsd/wix/migratefeaturestates.html", + "*manual-wix3/wix_xsd_mime.htm": "/documentation/manual/v3/xsd/wix/mime.html", + "*manual-wix3/wix_xsd_module.htm": "/documentation/manual/v3/xsd/wix/module.html", + "*manual-wix3/wix_xsd_movefiles.htm": "/documentation/manual/v3/xsd/wix/movefiles.html", + "*manual-wix3/wix_xsd_msipackage.htm": "/documentation/manual/v3/xsd/wix/msipackage.html", + "*manual-wix3/wix_xsd_msiproperty.htm": "/documentation/manual/v3/xsd/wix/msiproperty.html", + "*manual-wix3/wix_xsd_msipublishassemblies.htm": "/documentation/manual/v3/xsd/wix/msipublishassemblies.html", + "*manual-wix3/wix_xsd_msiunpublishassemblies.htm": "/documentation/manual/v3/xsd/wix/msiunpublishassemblies.html", + "*manual-wix3/wix_xsd_msppackage.htm": "/documentation/manual/v3/xsd/wix/msppackage.html", + "*manual-wix3/wix_xsd_msupackage.htm": "/documentation/manual/v3/xsd/wix/msupackage.html", + "*manual-wix3/wix_xsd_multistringvalue.htm": "/documentation/manual/v3/xsd/wix/multistringvalue.html", + "*manual-wix3/wix_xsd_odbcdatasource.htm": "/documentation/manual/v3/xsd/wix/odbcdatasource.html", + "*manual-wix3/wix_xsd_odbcdriver.htm": "/documentation/manual/v3/xsd/wix/odbcdriver.html", + "*manual-wix3/wix_xsd_odbctranslator.htm": "/documentation/manual/v3/xsd/wix/odbctranslator.html", + "*manual-wix3/wix_xsd_optimizecustomactions.htm": "/documentation/manual/v3/xsd/wix/optimizecustomactions.html", + "*manual-wix3/wix_xsd_optionalupdateregistration.htm": "/documentation/manual/v3/xsd/wix/optionalupdateregistration.html", + "*manual-wix3/wix_xsd_package.htm": "/documentation/manual/v3/xsd/wix/package.html", + "*manual-wix3/wix_xsd_packagecertificates.htm": "/documentation/manual/v3/xsd/wix/packagecertificates.html", + "*manual-wix3/wix_xsd_packagegroup.htm": "/documentation/manual/v3/xsd/wix/packagegroup.html", + "*manual-wix3/wix_xsd_packagegroupref.htm": "/documentation/manual/v3/xsd/wix/packagegroupref.html", + "*manual-wix3/wix_xsd_patch.htm": "/documentation/manual/v3/xsd/wix/patch.html", + "*manual-wix3/wix_xsd_patchbaseline.htm": "/documentation/manual/v3/xsd/wix/patchbaseline.html", + "*manual-wix3/wix_xsd_patchcertificates.htm": "/documentation/manual/v3/xsd/wix/patchcertificates.html", + "*manual-wix3/wix_xsd_patchcreation.htm": "/documentation/manual/v3/xsd/wix/patchcreation.html", + "*manual-wix3/wix_xsd_patchfamily.htm": "/documentation/manual/v3/xsd/wix/patchfamily.html", + "*manual-wix3/wix_xsd_patchfamilygroup.htm": "/documentation/manual/v3/xsd/wix/patchfamilygroup.html", + "*manual-wix3/wix_xsd_patchfamilygroupref.htm": "/documentation/manual/v3/xsd/wix/patchfamilygroupref.html", + "*manual-wix3/wix_xsd_patchfamilyref.htm": "/documentation/manual/v3/xsd/wix/patchfamilyref.html", + "*manual-wix3/wix_xsd_patchfiles.htm": "/documentation/manual/v3/xsd/wix/patchfiles.html", + "*manual-wix3/wix_xsd_patchinformation.htm": "/documentation/manual/v3/xsd/wix/patchinformation.html", + "*manual-wix3/wix_xsd_patchmetadata.htm": "/documentation/manual/v3/xsd/wix/patchmetadata.html", + "*manual-wix3/wix_xsd_patchproperty.htm": "/documentation/manual/v3/xsd/wix/patchproperty.html", + "*manual-wix3/wix_xsd_patchsequence.htm": "/documentation/manual/v3/xsd/wix/patchsequence.html", + "*manual-wix3/wix_xsd_payload.htm": "/documentation/manual/v3/xsd/wix/payload.html", + "*manual-wix3/wix_xsd_payloadgroup.htm": "/documentation/manual/v3/xsd/wix/payloadgroup.html", + "*manual-wix3/wix_xsd_payloadgroupref.htm": "/documentation/manual/v3/xsd/wix/payloadgroupref.html", + "*manual-wix3/wix_xsd_payloadref.htm": "/documentation/manual/v3/xsd/wix/", + "*manual-wix3/wix_xsd_permission.htm": "/documentation/manual/v3/xsd/wix/permission.html", + "*manual-wix3/wix_xsd_permissionex.htm": "/documentation/manual/v3/xsd/wix/permissionex.html", + "*manual-wix3/wix_xsd_processcomponents.htm": "/documentation/manual/v3/xsd/wix/processcomponents.html", + "*manual-wix3/wix_xsd_product.htm": "/documentation/manual/v3/xsd/wix/product.html", + "*manual-wix3/wix_xsd_productsearch.htm": "/documentation/manual/v3/xsd/wix/productsearch.html", + "*manual-wix3/wix_xsd_progid.htm": "/documentation/manual/v3/xsd/wix/progid.html", + "*manual-wix3/wix_xsd_progresstext.htm": "/documentation/manual/v3/xsd/wix/progresstext.html", + "*manual-wix3/wix_xsd_property.htm": "/documentation/manual/v3/xsd/wix/property.html", + "*manual-wix3/wix_xsd_propertyref.htm": "/documentation/manual/v3/xsd/wix/propertyref.html", + "*manual-wix3/wix_xsd_protectfile.htm": "/documentation/manual/v3/xsd/wix/protectfile.html", + "*manual-wix3/wix_xsd_protectrange.htm": "/documentation/manual/v3/xsd/wix/protectrange.html", + "*manual-wix3/wix_xsd_publish.htm": "/documentation/manual/v3/xsd/wix/publish.html", + "*manual-wix3/wix_xsd_publishcomponents.htm": "/documentation/manual/v3/xsd/wix/publishcomponents.html", + "*manual-wix3/wix_xsd_publishfeatures.htm": "/documentation/manual/v3/xsd/wix/publishfeatures.html", + "*manual-wix3/wix_xsd_publishproduct.htm": "/documentation/manual/v3/xsd/wix/publishproduct.html", + "*manual-wix3/wix_xsd_radiobutton.htm": "/documentation/manual/v3/xsd/wix/radiobutton.html", + "*manual-wix3/wix_xsd_radiobuttongroup.htm": "/documentation/manual/v3/xsd/wix/radiobuttongroup.html", + "*manual-wix3/wix_xsd_registerclassinfo.htm": "/documentation/manual/v3/xsd/wix/registerclassinfo.html", + "*manual-wix3/wix_xsd_registercomplus.htm": "/documentation/manual/v3/xsd/wix/registercomplus.html", + "*manual-wix3/wix_xsd_registerextensioninfo.htm": "/documentation/manual/v3/xsd/wix/registerextensioninfo.html", + "*manual-wix3/wix_xsd_registerfonts.htm": "/documentation/manual/v3/xsd/wix/registerfonts.html", + "*manual-wix3/wix_xsd_registermimeinfo.htm": "/documentation/manual/v3/xsd/wix/registermimeinfo.html", + "*manual-wix3/wix_xsd_registerproduct.htm": "/documentation/manual/v3/xsd/wix/registerproduct.html", + "*manual-wix3/wix_xsd_registerprogidinfo.htm": "/documentation/manual/v3/xsd/wix/registerprogidinfo.html", + "*manual-wix3/wix_xsd_registertypelibraries.htm": "/documentation/manual/v3/xsd/wix/registertypelibraries.html", + "*manual-wix3/wix_xsd_registeruser.htm": "/documentation/manual/v3/xsd/wix/registeruser.html", + "*manual-wix3/wix_xsd_registry.htm": "/documentation/manual/v3/xsd/wix/registry.html", + "*manual-wix3/wix_xsd_registrykey.htm": "/documentation/manual/v3/xsd/wix/registrykey.html", + "*manual-wix3/wix_xsd_registrysearch.htm": "/documentation/manual/v3/xsd/wix/registrysearch.html", + "*manual-wix3/wix_xsd_registrysearchref.htm": "/documentation/manual/v3/xsd/wix/registrysearchref.html", + "*manual-wix3/wix_xsd_registryvalue.htm": "/documentation/manual/v3/xsd/wix/registryvalue.html", + "*manual-wix3/wix_xsd_relatedbundle.htm": "/documentation/manual/v3/xsd/wix/relatedbundle.html", + "*manual-wix3/wix_xsd_remotepayload.htm": "/documentation/manual/v3/xsd/wix/remotepayload.html", + "*manual-wix3/wix_xsd_removeduplicatefiles.htm": "/documentation/manual/v3/xsd/wix/removeduplicatefiles.html", + "*manual-wix3/wix_xsd_removeenvironmentstrings.htm": "/documentation/manual/v3/xsd/wix/removeenvironmentstrings.html", + "*manual-wix3/wix_xsd_removeexistingproducts.htm": "/documentation/manual/v3/xsd/wix/removeexistingproducts.html", + "*manual-wix3/wix_xsd_removefile.htm": "/documentation/manual/v3/xsd/wix/removefile.html", + "*manual-wix3/wix_xsd_removefiles.htm": "/documentation/manual/v3/xsd/wix/removefiles.html", + "*manual-wix3/wix_xsd_removefolder.htm": "/documentation/manual/v3/xsd/wix/removefolder.html", + "*manual-wix3/wix_xsd_removefolders.htm": "/documentation/manual/v3/xsd/wix/removefolders.html", + "*manual-wix3/wix_xsd_removeinivalues.htm": "/documentation/manual/v3/xsd/wix/removeinivalues.html", + "*manual-wix3/wix_xsd_removeodbc.htm": "/documentation/manual/v3/xsd/wix/removeodbc.html", + "*manual-wix3/wix_xsd_removeregistrykey.htm": "/documentation/manual/v3/xsd/wix/removeregistrykey.html", + "*manual-wix3/wix_xsd_removeregistryvalue.htm": "/documentation/manual/v3/xsd/wix/removeregistryvalue.html", + "*manual-wix3/wix_xsd_removeregistryvalues.htm": "/documentation/manual/v3/xsd/wix/removeregistryvalues.html", + "*manual-wix3/wix_xsd_removeshortcuts.htm": "/documentation/manual/v3/xsd/wix/removeshortcuts.html", + "*manual-wix3/wix_xsd_replacepatch.htm": "/documentation/manual/v3/xsd/wix/replacepatch.html", + "*manual-wix3/wix_xsd_requiredprivilege.htm": "/documentation/manual/v3/xsd/wix/requiredprivilege.html", + "*manual-wix3/wix_xsd_reservecost.htm": "/documentation/manual/v3/xsd/wix/reservecost.html", + "*manual-wix3/wix_xsd_resolvesource.htm": "/documentation/manual/v3/xsd/wix/resolvesource.html", + "*manual-wix3/wix_xsd_rmccpsearch.htm": "/documentation/manual/v3/xsd/wix/rmccpsearch.html", + "*manual-wix3/wix_xsd_rollbackboundary.htm": "/documentation/manual/v3/xsd/wix/rollbackboundary.html", + "*manual-wix3/wix_xsd_row.htm": "/documentation/manual/v3/xsd/wix/row.html", + "*manual-wix3/wix_xsd_schedulereboot.htm": "/documentation/manual/v3/xsd/wix/schedulereboot.html", + "*manual-wix3/wix_xsd_selfregmodules.htm": "/documentation/manual/v3/xsd/wix/selfregmodules.html", + "*manual-wix3/wix_xsd_selfunregmodules.htm": "/documentation/manual/v3/xsd/wix/selfunregmodules.html", + "*manual-wix3/wix_xsd_serviceargument.htm": "/documentation/manual/v3/xsd/wix/serviceargument.html", + "*manual-wix3/wix_xsd_serviceconfig.htm": "/documentation/manual/v3/xsd/wix/serviceconfig.html", + "*manual-wix3/wix_xsd_serviceconfigfailureactions.htm": "/documentation/manual/v3/xsd/wix/serviceconfigfailureactions.html", + "*manual-wix3/wix_xsd_servicecontrol.htm": "/documentation/manual/v3/xsd/wix/servicecontrol.html", + "*manual-wix3/wix_xsd_servicedependency.htm": "/documentation/manual/v3/xsd/wix/servicedependency.html", + "*manual-wix3/wix_xsd_serviceinstall.htm": "/documentation/manual/v3/xsd/wix/serviceinstall.html", + "*manual-wix3/wix_xsd_setdirectory.htm": "/documentation/manual/v3/xsd/wix/setdirectory.html", + "*manual-wix3/wix_xsd_setodbcfolders.htm": "/documentation/manual/v3/xsd/wix/setodbcfolders.html", + "*manual-wix3/wix_xsd_setproperty.htm": "/documentation/manual/v3/xsd/wix/setproperty.html", + "*manual-wix3/wix_xsd_sfpcatalog.htm": "/documentation/manual/v3/xsd/wix/sfpcatalog.html", + "*manual-wix3/wix_xsd_sfpfile.htm": "/documentation/manual/v3/xsd/wix/sfpfile.html", + "*manual-wix3/wix_xsd_shortcut.htm": "/documentation/manual/v3/xsd/wix/shortcut.html", + "*manual-wix3/wix_xsd_shortcutproperty.htm": "/documentation/manual/v3/xsd/wix/shortcutproperty.html", + "*manual-wix3/wix_xsd_show.htm": "/documentation/manual/v3/xsd/wix/show.html", + "*manual-wix3/wix_xsd_simple_type_autogenguid.htm": "/documentation/manual/v3/xsd/wix/simple_type_autogenguid.html", + "*manual-wix3/wix_xsd_simple_type_burncontainertype.htm": "/documentation/manual/v3/xsd/wix/simple_type_burncontainertype.html", + "*manual-wix3/wix_xsd_simple_type_burnexeprotocoltype.htm": "/documentation/manual/v3/xsd/wix/simple_type_burnexeprotocoltype.html", + "*manual-wix3/wix_xsd_simple_type_componentguid.htm": "/documentation/manual/v3/xsd/wix/simple_type_componentguid.html", + "*manual-wix3/wix_xsd_simple_type_compressionleveltype.htm": "/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html", + "*manual-wix3/wix_xsd_simple_type_compressionleveltypeunion.htm": "/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html", + "*manual-wix3/wix_xsd_simple_type_diskidtype.htm": "/documentation/manual/v3/xsd/wix/simple_type_diskidtype.html", + "*manual-wix3/wix_xsd_simple_type_exittype.htm": "/documentation/manual/v3/xsd/wix/simple_type_exittype.html", + "*manual-wix3/wix_xsd_simple_type_guid.htm": "/documentation/manual/v3/xsd/wix/simple_type_guid.html", + "*manual-wix3/wix_xsd_simple_type_hextype.htm": "/documentation/manual/v3/xsd/wix/simple_type_hextype.html", + "*manual-wix3/wix_xsd_simple_type_installuninstalltype.htm": "/documentation/manual/v3/xsd/wix/simple_type_installuninstalltype.html", + "*manual-wix3/wix_xsd_simple_type_localizableinteger.htm": "/documentation/manual/v3/xsd/wix/simple_type_localizableinteger.html", + "*manual-wix3/wix_xsd_simple_type_longfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_longfilenametype.html", + "*manual-wix3/wix_xsd_simple_type_patchclassificationtype.htm": "/documentation/manual/v3/xsd/wix/", + "*manual-wix3/wix_xsd_simple_type_preprocessorvariables.htm": "/documentation/manual/v3/xsd/wix/simple_type_preprocessorvariables.html", + "*manual-wix3/wix_xsd_simple_type_registryroottype.htm": "/documentation/manual/v3/xsd/wix/simple_type_registryroottype.html", + "*manual-wix3/wix_xsd_simple_type_sequencetype.htm": "/documentation/manual/v3/xsd/wix/simple_type_sequencetype.html", + "*manual-wix3/wix_xsd_simple_type_shortfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_shortfilenametype.html", + "*manual-wix3/wix_xsd_simple_type_versiontype.htm": "/documentation/manual/v3/xsd/wix/simple_type_versiontype.html", + "*manual-wix3/wix_xsd_simple_type_wildcardlongfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_wildcardlongfilenametype.html", + "*manual-wix3/wix_xsd_simple_type_wildcardshortfilenametype.htm": "/documentation/manual/v3/xsd/wix/simple_type_wildcardshortfilenametype.html", + "*manual-wix3/wix_xsd_simple_type_yesnobuttontype.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html", + "*manual-wix3/wix_xsd_simple_type_yesnobuttontypeunion.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnobuttontype.html", + "*manual-wix3/wix_xsd_simple_type_yesnodefaulttype.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html", + "*manual-wix3/wix_xsd_simple_type_yesnodefaulttypeunion.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnodefaulttype.html", + "*manual-wix3/wix_xsd_simple_type_yesnotype.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html", + "*manual-wix3/wix_xsd_simple_type_yesnotypeunion.htm": "/documentation/manual/v3/xsd/wix/simple_type_yesnotype.html", + "*manual-wix3/wix_xsd_slipstreammsp.htm": "/documentation/manual/v3/xsd/wix/slipstreammsp.html", + "*manual-wix3/wix_xsd_startservices.htm": "/documentation/manual/v3/xsd/wix/startservices.html", + "*manual-wix3/wix_xsd_stopservices.htm": "/documentation/manual/v3/xsd/wix/stopservices.html", + "*manual-wix3/wix_xsd_subscribe.htm": "/documentation/manual/v3/xsd/wix/subscribe.html", + "*manual-wix3/wix_xsd_substitution.htm": "/documentation/manual/v3/xsd/wix/substitution.html", + "*manual-wix3/wix_xsd_symbolpath.htm": "/documentation/manual/v3/xsd/wix/symbolpath.html", + "*manual-wix3/wix_xsd_targetfile.htm": "/documentation/manual/v3/xsd/wix/targetfile.html", + "*manual-wix3/wix_xsd_targetimage.htm": "/documentation/manual/v3/xsd/wix/targetimage.html", + "*manual-wix3/wix_xsd_targetproductcode.htm": "/documentation/manual/v3/xsd/wix/targetproductcode.html", + "*manual-wix3/wix_xsd_targetproductcodes.htm": "/documentation/manual/v3/xsd/wix/targetproductcodes.html", + "*manual-wix3/wix_xsd_text.htm": "/documentation/manual/v3/xsd/wix/text.html", + "*manual-wix3/wix_xsd_textstyle.htm": "/documentation/manual/v3/xsd/wix/textstyle.html", + "*manual-wix3/wix_xsd_typelib.htm": "/documentation/manual/v3/xsd/wix/typelib.html", + "*manual-wix3/wix_xsd_ui.htm": "/documentation/manual/v3/xsd/wix/ui.html", + "*manual-wix3/wix_xsd_uiref.htm": "/documentation/manual/v3/xsd/wix/uiref.html", + "*manual-wix3/wix_xsd_uitext.htm": "/documentation/manual/v3/xsd/wix/uitext.html", + "*manual-wix3/wix_xsd_unpublishcomponents.htm": "/documentation/manual/v3/xsd/wix/unpublishcomponents.html", + "*manual-wix3/wix_xsd_unpublishfeatures.htm": "/documentation/manual/v3/xsd/wix/unpublishfeatures.html", + "*manual-wix3/wix_xsd_unregisterclassinfo.htm": "/documentation/manual/v3/xsd/wix/unregisterclassinfo.html", + "*manual-wix3/wix_xsd_unregistercomplus.htm": "/documentation/manual/v3/xsd/wix/unregistercomplus.html", + "*manual-wix3/wix_xsd_unregisterextensioninfo.htm": "/documentation/manual/v3/xsd/wix/unregisterextensioninfo.html", + "*manual-wix3/wix_xsd_unregisterfonts.htm": "/documentation/manual/v3/xsd/wix/unregisterfonts.html", + "*manual-wix3/wix_xsd_unregistermimeinfo.htm": "/documentation/manual/v3/xsd/wix/unregistermimeinfo.html", + "*manual-wix3/wix_xsd_unregisterprogidinfo.htm": "/documentation/manual/v3/xsd/wix/unregisterprogidinfo.html", + "*manual-wix3/wix_xsd_unregistertypelibraries.htm": "/documentation/manual/v3/xsd/wix/unregistertypelibraries.html", + "*manual-wix3/wix_xsd_upgrade.htm": "/documentation/manual/v3/xsd/wix/upgrade.html", + "*manual-wix3/wix_xsd_upgradefile.htm": "/documentation/manual/v3/xsd/wix/upgradefile.html", + "*manual-wix3/wix_xsd_upgradeimage.htm": "/documentation/manual/v3/xsd/wix/upgradeimage.html", + "*manual-wix3/wix_xsd_upgradeversion.htm": "/documentation/manual/v3/xsd/wix/upgradeversion.html", + "*manual-wix3/wix_xsd_ux.htm": "/documentation/manual/v3/xsd/wix/ux.html", + "*manual-wix3/wix_xsd_validate.htm": "/documentation/manual/v3/xsd/wix/validate.html", + "*manual-wix3/wix_xsd_validateproductid.htm": "/documentation/manual/v3/xsd/wix/validateproductid.html", + "*manual-wix3/wix_xsd_variable.htm": "/documentation/manual/v3/xsd/wix/variable.html", + "*manual-wix3/wix_xsd_verb.htm": "/documentation/manual/v3/xsd/wix/verb.html", + "*manual-wix3/wix_xsd_wix.htm": "/documentation/manual/v3/xsd/wix/wix.html", + "*manual-wix3/wix_xsd_wixvariable.htm": "/documentation/manual/v3/xsd/wix/wixvariable.html", + "*manual-wix3/wix_xsd_writeenvironmentstrings.htm": "/documentation/manual/v3/xsd/wix/writeenvironmentstrings.html", + "*manual-wix3/wix_xsd_writeinivalues.htm": "/documentation/manual/v3/xsd/wix/writeinivalues.html", + "*manual-wix3/wix_xsd_writeregistryvalues.htm": "/documentation/manual/v3/xsd/wix/writeregistryvalues.html", + "*manual-wix3/write_a_registry_entry.htm": "/documentation/manual/v3/howtos/files_and_registry/write_a_registry_entry.html" + } +} diff --git a/src/Web/web.config b/src/Web/web.config new file mode 100644 index 00000000..d783dc0a --- /dev/null +++ b/src/Web/web.config @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/version.json b/version.json new file mode 100644 index 00000000..61579062 --- /dev/null +++ b/version.json @@ -0,0 +1,9 @@ +{ + "version": "0.9", + "cloudBuild": { + "setVersionVariables": true, + "buildNumber": { + "enabled": true + } + } +} diff --git a/web.proj b/web.proj deleted file mode 100644 index 2dcdf5ad..00000000 --- a/web.proj +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - $(MSBuildThisFileDirectory) - Release - - $(ProjectFolder)tools\tinysite\tinysite.exe - $(ProjectFolder)packages\ - - $(OutputFolder) - $(ProjectFolder)build\ - $(BuildFolder)\ - - $(BuildFolder)dl\ - $(BuildFolder)publish\ - - $(ProjectFolder)root\ - $(PublishFolder) - - - - - - - - - - - - - - - - - - - - - - - - bin\ - - - bin\ - - - - App_Data\ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(WebRootSourceFolder)documents\documentation\manual\v3 - - - $(WebRootSourceFolder)documents\documentation\manual\v4 - - - - $(WebRootSourceFolder)\documents\releases\ - - - - - - - - - - - - - - - - - - - - - - -