Download WiX Toolset

Description

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.

Icons

WiX Toolset

Source Files

The download file wix.zip has the following entries.


.gitignore//  ww w . j  a v  a 2  s.c o  m
History.md
LICENSE.TXT
nuget.config
src/DTF.sln
src/DTF.testrunconfig
src/DTF.vsmdi
src/DTF/Documents/Guide/Content/about.htm
src/DTF/Documents/Guide/Content/buildingcas.htm
src/DTF/Documents/Guide/Content/cabpack.htm
src/DTF/Documents/Guide/Content/cabs.htm
src/DTF/Documents/Guide/Content/cabwrapper.htm
src/DTF/Documents/Guide/Content/caconfig.htm
src/DTF/Documents/Guide/Content/caproxy.htm
src/DTF/Documents/Guide/Content/databases.htm
src/DTF/Documents/Guide/Content/debuggingcas.htm
src/DTF/Documents/Guide/Content/dependencies.htm
src/DTF/Documents/Guide/Content/filepatchwrapper.htm
src/DTF/Documents/Guide/Content/history.htm
src/DTF/Documents/Guide/Content/installutil.htm
src/DTF/Documents/Guide/Content/inventory.htm
src/DTF/Documents/Guide/Content/managedcas.htm
src/DTF/Documents/Guide/Content/msihelper.htm
src/DTF/Documents/Guide/Content/msiwrapper.htm
src/DTF/Documents/Guide/Content/packages.htm
src/DTF/Documents/Guide/Content/powerdiff.htm
src/DTF/Documents/Guide/Content/samplecas.htm
src/DTF/Documents/Guide/Content/samples.htm
src/DTF/Documents/Guide/Content/support.htm
src/DTF/Documents/Guide/Content/using.htm
src/DTF/Documents/Guide/Content/whatsnew.htm
src/DTF/Documents/Guide/Content/wifile.htm
src/DTF/Documents/Guide/Content/writingcas.htm
src/DTF/Documents/Guide/DTF.hhc
src/DTF/Documents/Guide/DTF.hhk
src/DTF/Documents/Guide/DTF.hhp
src/DTF/Documents/Guide/dtfguide.helpproj
src/DTF/Documents/Guide/styles/presentation.css
src/DTF/Documents/Reference/Compression.htm
src/DTF/Documents/Reference/Compression1.png
src/DTF/Documents/Reference/Compression2.png
src/DTF/Documents/Reference/WindowsInstaller.htm
src/DTF/Documents/Reference/WindowsInstaller1.png
src/DTF/Documents/Reference/WindowsInstaller2.png
src/DTF/Documents/Reference/WindowsInstaller3.png
src/DTF/Documents/Reference/dtfref.shfbproj
src/DTF/Documents/Reference/helplink.js
src/DTF/Libraries/Compression.Cab/AssemblyInfo.cs
src/DTF/Libraries/Compression.Cab/CabEngine.cs
src/DTF/Libraries/Compression.Cab/CabException.cs
src/DTF/Libraries/Compression.Cab/CabFileInfo.cs
src/DTF/Libraries/Compression.Cab/CabInfo.cs
src/DTF/Libraries/Compression.Cab/CabPacker.cs
src/DTF/Libraries/Compression.Cab/CabUnpacker.cs
src/DTF/Libraries/Compression.Cab/CabWorker.cs
src/DTF/Libraries/Compression.Cab/Compression.Cab.csproj
src/DTF/Libraries/Compression.Cab/Errors.resources
src/DTF/Libraries/Compression.Cab/Errors.txt
src/DTF/Libraries/Compression.Cab/HandleManager.cs
src/DTF/Libraries/Compression.Cab/NativeMethods.cs
src/DTF/Libraries/Compression.Zip/AssemblyInfo.cs
src/DTF/Libraries/Compression.Zip/Compression.Zip.csproj
src/DTF/Libraries/Compression.Zip/ConcatStream.cs
src/DTF/Libraries/Compression.Zip/CrcStream.cs
src/DTF/Libraries/Compression.Zip/ZipCompressionMethod.cs
src/DTF/Libraries/Compression.Zip/ZipEngine.cs
src/DTF/Libraries/Compression.Zip/ZipException.cs
src/DTF/Libraries/Compression.Zip/ZipFileInfo.cs
src/DTF/Libraries/Compression.Zip/ZipFormat.cs
src/DTF/Libraries/Compression.Zip/ZipInfo.cs
src/DTF/Libraries/Compression.Zip/ZipPacker.cs
src/DTF/Libraries/Compression.Zip/ZipUnpacker.cs
src/DTF/Libraries/Compression/ArchiveException.cs
src/DTF/Libraries/Compression/ArchiveFileInfo.cs
src/DTF/Libraries/Compression/ArchiveFileStreamContext.cs
src/DTF/Libraries/Compression/ArchiveInfo.cs
src/DTF/Libraries/Compression/ArchiveProgressEventArgs.cs
src/DTF/Libraries/Compression/ArchiveProgressType.cs
src/DTF/Libraries/Compression/AssemblyInfo.cs
src/DTF/Libraries/Compression/BasicUnpackStreamContext.cs
src/DTF/Libraries/Compression/CargoStream.cs
src/DTF/Libraries/Compression/Compression.cd
src/DTF/Libraries/Compression/Compression.csproj
src/DTF/Libraries/Compression/CompressionEngine.cs
src/DTF/Libraries/Compression/CompressionLevel.cs
src/DTF/Libraries/Compression/DuplicateStream.cs
src/DTF/Libraries/Compression/IPackStreamContext.cs
src/DTF/Libraries/Compression/IUnpackStreamContext.cs
src/DTF/Libraries/Compression/OffsetStream.cs
src/DTF/Libraries/Compression/SafeNativeMethods.cs
src/DTF/Libraries/Resources/AssemblyInfo.cs
src/DTF/Libraries/Resources/BitmapResource.cs
src/DTF/Libraries/Resources/FixedFileVersionInfo.cs
src/DTF/Libraries/Resources/GroupIconInfo.cs
src/DTF/Libraries/Resources/GroupIconResource.cs
src/DTF/Libraries/Resources/NativeMethods.cs
src/DTF/Libraries/Resources/Resource.cs
src/DTF/Libraries/Resources/ResourceCollection.cs
src/DTF/Libraries/Resources/ResourceType.cs
src/DTF/Libraries/Resources/Resources.csproj
src/DTF/Libraries/Resources/VersionEnums.cs
src/DTF/Libraries/Resources/VersionInfo.cs
src/DTF/Libraries/Resources/VersionResource.cs
src/DTF/Libraries/Resources/VersionStringTable.cs
src/DTF/Libraries/WindowsInstaller.Linq/AssemblyInfo.cs
src/DTF/Libraries/WindowsInstaller.Linq/Attributes.cs
src/DTF/Libraries/WindowsInstaller.Linq/Entities.cs
src/DTF/Libraries/WindowsInstaller.Linq/QDatabase.cs
src/DTF/Libraries/WindowsInstaller.Linq/QRecord.cs
src/DTF/Libraries/WindowsInstaller.Linq/QTable.cs
src/DTF/Libraries/WindowsInstaller.Linq/Query.cs
src/DTF/Libraries/WindowsInstaller.Linq/WindowsInstaller.Linq.csproj
src/DTF/Libraries/WindowsInstaller.Package/AssemblyInfo.cs
src/DTF/Libraries/WindowsInstaller.Package/InstallPackage.cs
src/DTF/Libraries/WindowsInstaller.Package/InstallPath.cs
src/DTF/Libraries/WindowsInstaller.Package/PatchPackage.cs
src/DTF/Libraries/WindowsInstaller.Package/TransformInfo.cs
src/DTF/Libraries/WindowsInstaller.Package/WindowsInstaller.Package.csproj
src/DTF/Libraries/WindowsInstaller/AssemblyInfo.cs
src/DTF/Libraries/WindowsInstaller/ColumnCollection.cs
src/DTF/Libraries/WindowsInstaller/ColumnEnums.cs
src/DTF/Libraries/WindowsInstaller/ColumnInfo.cs
src/DTF/Libraries/WindowsInstaller/ComponentInfo.cs
src/DTF/Libraries/WindowsInstaller/ComponentInstallation.cs
src/DTF/Libraries/WindowsInstaller/CustomActionAttribute.cs
src/DTF/Libraries/WindowsInstaller/CustomActionProxy.cs
src/DTF/Libraries/WindowsInstaller/Database.cs
src/DTF/Libraries/WindowsInstaller/DatabaseQuery.cs
src/DTF/Libraries/WindowsInstaller/DatabaseTransform.cs
src/DTF/Libraries/WindowsInstaller/EmbeddedUIProxy.cs
src/DTF/Libraries/WindowsInstaller/Enums.cs
src/DTF/Libraries/WindowsInstaller/Errors.resources
src/DTF/Libraries/WindowsInstaller/Errors.txt
src/DTF/Libraries/WindowsInstaller/Exceptions.cs
src/DTF/Libraries/WindowsInstaller/ExternalUIHandler.cs
src/DTF/Libraries/WindowsInstaller/FeatureInfo.cs
src/DTF/Libraries/WindowsInstaller/FeatureInstallation.cs
src/DTF/Libraries/WindowsInstaller/Handle.cs
src/DTF/Libraries/WindowsInstaller/IEmbeddedUI.cs
src/DTF/Libraries/WindowsInstaller/InstallCost.cs
src/DTF/Libraries/WindowsInstaller/Installation.cs
src/DTF/Libraries/WindowsInstaller/InstallationPart.cs
src/DTF/Libraries/WindowsInstaller/Installer.cs
src/DTF/Libraries/WindowsInstaller/InstallerAdvertise.cs
src/DTF/Libraries/WindowsInstaller/InstallerUtils.cs
src/DTF/Libraries/WindowsInstaller/MediaDisk.cs
src/DTF/Libraries/WindowsInstaller/NativeMethods.cs
src/DTF/Libraries/WindowsInstaller/PatchInstallation.cs
src/DTF/Libraries/WindowsInstaller/ProductInstallation.cs
src/DTF/Libraries/WindowsInstaller/Record.cs
src/DTF/Libraries/WindowsInstaller/RecordStream.cs
src/DTF/Libraries/WindowsInstaller/RemotableNativeMethods.cs
src/DTF/Libraries/WindowsInstaller/Session.cs
src/DTF/Libraries/WindowsInstaller/ShortcutTarget.cs
src/DTF/Libraries/WindowsInstaller/SourceList.cs
src/DTF/Libraries/WindowsInstaller/SourceMediaList.cs
src/DTF/Libraries/WindowsInstaller/SummaryInfo.cs
src/DTF/Libraries/WindowsInstaller/TableCollection.cs
src/DTF/Libraries/WindowsInstaller/TableInfo.cs
src/DTF/Libraries/WindowsInstaller/Transaction.cs
src/DTF/Libraries/WindowsInstaller/ValidationErrorInfo.cs
src/DTF/Libraries/WindowsInstaller/View.cs
src/DTF/Libraries/WindowsInstaller/WindowsInstaller.cd
src/DTF/Libraries/WindowsInstaller/WindowsInstaller.csproj
src/DTF/Libraries/WindowsInstaller/customactiondata.cs
src/DTF/Samples/DDiff/CabDiffEngine.cs
src/DTF/Samples/DDiff/DDiff.cs
src/DTF/Samples/DDiff/DDiff.csproj
src/DTF/Samples/DDiff/DirectoryDiffEngine.cs
src/DTF/Samples/DDiff/FileDiffEngine.cs
src/DTF/Samples/DDiff/IDiffEngine.cs
src/DTF/Samples/DDiff/MsiDiffEngine.cs
src/DTF/Samples/DDiff/MspDiffEngine.cs
src/DTF/Samples/DDiff/TextFileDiffEngine.cs
src/DTF/Samples/DDiff/VersionedFileDiffEngine.cs
src/DTF/Samples/EmbeddedUI/AssemblyInfo.cs
src/DTF/Samples/EmbeddedUI/EmbeddedUI.csproj
src/DTF/Samples/EmbeddedUI/InstallProgressCounter.cs
src/DTF/Samples/EmbeddedUI/SampleEmbeddedUI.cs
src/DTF/Samples/EmbeddedUI/SetupWizard.xaml
src/DTF/Samples/EmbeddedUI/SetupWizard.xaml.cs
src/DTF/Samples/Inventory/Columns.resx
src/DTF/Samples/Inventory/Features.cs
src/DTF/Samples/Inventory/IInventoryDataProvider.cs
src/DTF/Samples/Inventory/Inventory.cs
src/DTF/Samples/Inventory/Inventory.csproj
src/DTF/Samples/Inventory/Inventory.ico
src/DTF/Samples/Inventory/Inventory.resx
src/DTF/Samples/Inventory/components.cs
src/DTF/Samples/Inventory/msiutils.cs
src/DTF/Samples/Inventory/patches.cs
src/DTF/Samples/Inventory/products.cs
src/DTF/Samples/Inventory/xp.manifest
src/DTF/Samples/ManagedCA/AssemblyInfo.cs
src/DTF/Samples/ManagedCA/ManagedCA.csproj
src/DTF/Samples/ManagedCA/SampleCAs.cs
src/DTF/Samples/Samples.proj
src/DTF/Samples/WiFile/WiFile.cs
src/DTF/Samples/WiFile/WiFile.csproj
src/DTF/Samples/XPack/AssemblyInfo.cs
src/DTF/Samples/XPack/XPack.cs
src/DTF/Samples/XPack/XPack.csproj
src/DTF/Tests/Compression.Cab/CabTest.cs
src/DTF/Tests/Compression.Cab/CabTest.csproj
src/DTF/Tests/Compression.Zip/ZipTest.cs
src/DTF/Tests/Compression.Zip/ZipTest.csproj
src/DTF/Tests/Compression/CompressionTest.csproj
src/DTF/Tests/Compression/CompressionTestUtil.cs
src/DTF/Tests/Compression/MisbehavingStreamContext.cs
src/DTF/Tests/Compression/OptionStreamContext.cs
src/DTF/Tests/Tests.proj
src/DTF/Tests/WindowsInstaller.CustomActions/CustomActionTest.cs
src/DTF/Tests/WindowsInstaller.CustomActions/CustomActionTest.csproj
src/DTF/Tests/WindowsInstaller.Linq/LinqTest.cs
src/DTF/Tests/WindowsInstaller.Linq/LinqTest.csproj
src/DTF/Tests/WindowsInstaller/EmbeddedExternalUI.cs
src/DTF/Tests/WindowsInstaller/Schema.cs
src/DTF/Tests/WindowsInstaller/WindowsInstallerTest.cs
src/DTF/Tests/WindowsInstaller/WindowsInstallerTest.csproj
src/DTF/Tests/WindowsInstaller/WindowsInstallerTransactions.cs
src/DTF/Tests/WindowsInstaller/WindowsInstallerUtils.cs
src/DTF/Tools/MakeSfxCA/AssemblyInfo.cs
src/DTF/Tools/MakeSfxCA/MakeSfxCA.cs
src/DTF/Tools/MakeSfxCA/MakeSfxCA.csproj
src/DTF/Tools/MakeSfxCA/app.config
src/DTF/Tools/SfxCA/ClrHost.cpp
src/DTF/Tools/SfxCA/EmbeddedUI.cpp
src/DTF/Tools/SfxCA/EntryPoints.def
src/DTF/Tools/SfxCA/EntryPoints.h
src/DTF/Tools/SfxCA/Extract.cpp
src/DTF/Tools/SfxCA/RemoteMsi.cpp
src/DTF/Tools/SfxCA/RemoteMsiSession.h
src/DTF/Tools/SfxCA/SfxCA.cpp
src/DTF/Tools/SfxCA/SfxCA.rc
src/DTF/Tools/SfxCA/SfxCA.vcxproj
src/DTF/Tools/SfxCA/SfxUtil.cpp
src/DTF/Tools/SfxCA/SfxUtil.h
src/DTF/Tools/SfxCA/precomp.h
src/DTF/Tools/Tools.proj
src/DTF/dtf.proj
src/SettingsEngine/browse/browse.cpp
src/SettingsEngine/browse/browse.manifest
src/SettingsEngine/browse/browse.rc
src/SettingsEngine/browse/browse.vcxproj
src/SettingsEngine/browse/en-us.wxl
src/SettingsEngine/browse/images/GreenCheck.pdn
src/SettingsEngine/browse/images/GreenCheckLarge.png
src/SettingsEngine/browse/images/GreenCheckMed.png
src/SettingsEngine/browse/images/GreenCheckSmall.png
src/SettingsEngine/browse/images/GreenCheckTiny.bmp
src/SettingsEngine/browse/images/GreenCheckTiny.png
src/SettingsEngine/browse/images/RedX.pdn
src/SettingsEngine/browse/images/RedXLarge.png
src/SettingsEngine/browse/images/RedXMed.png
src/SettingsEngine/browse/images/RedXSmall.png
src/SettingsEngine/browse/images/RedXTiny.bmp
src/SettingsEngine/browse/images/RedXTiny.png
src/SettingsEngine/browse/message.cpp
src/SettingsEngine/browse/message.h
src/SettingsEngine/browse/precomp.h
src/SettingsEngine/browse/resource.h
src/SettingsEngine/browse/sqlceca40.dll
src/SettingsEngine/browse/sqlcecompact40.dll
src/SettingsEngine/browse/sqlceer40EN.dll
src/SettingsEngine/browse/sqlceoledb40.dll
src/SettingsEngine/browse/sqlceqp40.dll
src/SettingsEngine/browse/sqlcese40.dll
src/SettingsEngine/browse/thm.xml
src/SettingsEngine/browse/tray.cpp
src/SettingsEngine/browse/tray.h
src/SettingsEngine/browse/ui.cpp
src/SettingsEngine/browse/ui.h
src/SettingsEngine/browse/utils.cpp
src/SettingsEngine/browse/utils.h
src/SettingsEngine/browse/window.cpp
src/SettingsEngine/browse/window.h
src/SettingsEngine/cfg.proj
src/SettingsEngine/dll/cfg.def
src/SettingsEngine/dll/cfgdll.vcxproj
src/SettingsEngine/dll/precomp.h
src/SettingsEngine/doc/TODO.txt
src/SettingsEngine/lib/backgrnd.cpp
src/SettingsEngine/lib/backgrnd.h
src/SettingsEngine/lib/cfgadmin.cpp
src/SettingsEngine/lib/cfgapi.cpp
src/SettingsEngine/lib/cfgleg.cpp
src/SettingsEngine/lib/cfglib.vcxproj
src/SettingsEngine/lib/cfgrmote.cpp
src/SettingsEngine/lib/compress.cpp
src/SettingsEngine/lib/compress.h
src/SettingsEngine/lib/conflict.cpp
src/SettingsEngine/lib/conflict.h
src/SettingsEngine/lib/database.cpp
src/SettingsEngine/lib/database.h
src/SettingsEngine/lib/dblist.cpp
src/SettingsEngine/lib/dblist.h
src/SettingsEngine/lib/detect.cpp
src/SettingsEngine/lib/detect.h
src/SettingsEngine/lib/drdfault.cpp
src/SettingsEngine/lib/drdfault.h
src/SettingsEngine/lib/drspcial.cpp
src/SettingsEngine/lib/drspcial.h
src/SettingsEngine/lib/enum.cpp
src/SettingsEngine/lib/enum.h
src/SettingsEngine/lib/filter.cpp
src/SettingsEngine/lib/filter.h
src/SettingsEngine/lib/handle.cpp
src/SettingsEngine/lib/handle.h
src/SettingsEngine/lib/inc/cfgadmin.h
src/SettingsEngine/lib/inc/cfgapi.h
src/SettingsEngine/lib/inc/cfgleg.h
src/SettingsEngine/lib/inc/cfgrmote.h
src/SettingsEngine/lib/inifile.cpp
src/SettingsEngine/lib/inifile.h
src/SettingsEngine/lib/legsync.cpp
src/SettingsEngine/lib/legsync.h
src/SettingsEngine/lib/manifest.cpp
src/SettingsEngine/lib/manifest.h
src/SettingsEngine/lib/mapdata.cpp
src/SettingsEngine/lib/mapdata.h
src/SettingsEngine/lib/parse.cpp
src/SettingsEngine/lib/parse.h
src/SettingsEngine/lib/precomp.h
src/SettingsEngine/lib/product.cpp
src/SettingsEngine/lib/product.h
src/SettingsEngine/lib/rgdfault.cpp
src/SettingsEngine/lib/rgdfault.h
src/SettingsEngine/lib/rgspcial.cpp
src/SettingsEngine/lib/rgspcial.h
src/SettingsEngine/lib/stream.cpp
src/SettingsEngine/lib/stream.h
src/SettingsEngine/lib/testhook.cpp
src/SettingsEngine/lib/testhook.h
src/SettingsEngine/lib/util.cpp
src/SettingsEngine/lib/util.h
src/SettingsEngine/lib/value.cpp
src/SettingsEngine/lib/value.h
src/SettingsEngine/lib/variant.cpp
src/SettingsEngine/lib/variant.h
src/SettingsEngine/manifests/7_Grand_Steps_Step_1_What_Ancients_Begat.udm
src/SettingsEngine/manifests/AI_War_Fleet_Command.udm
src/SettingsEngine/manifests/A_Valley_Without_Wind.udm
src/SettingsEngine/manifests/A_Valley_Without_Wind_2.udm
src/SettingsEngine/manifests/Baldurs_Gate.udm
src/SettingsEngine/manifests/Baldurs_Gate_2.udm
src/SettingsEngine/manifests/Brutal_Legend.udm
src/SettingsEngine/manifests/Caesar_3.udm
src/SettingsEngine/manifests/Capitalism.udm
src/SettingsEngine/manifests/Capitalism_2.udm
src/SettingsEngine/manifests/Castles.udm
src/SettingsEngine/manifests/Castles_2.udm
src/SettingsEngine/manifests/Cities_in_Motion.udm
src/SettingsEngine/manifests/Company_of_Heroes.udm
src/SettingsEngine/manifests/Conquest_of_Elysium_3.udm
src/SettingsEngine/manifests/Conquest_of_the_New_World.udm
src/SettingsEngine/manifests/Crusader_Kings_2.udm
src/SettingsEngine/manifests/Dark_Reign_The_Future_of_War.udm
src/SettingsEngine/manifests/Darklands.udm
src/SettingsEngine/manifests/Depths_of_Peril.udm
src/SettingsEngine/manifests/Dins_Curse.udm
src/SettingsEngine/manifests/Disciples_Sacred_Lands.udm
src/SettingsEngine/manifests/Distant_Worlds.udm
src/SettingsEngine/manifests/Dominions_3.udm
src/SettingsEngine/manifests/Dragon_Age_Origins.udm
src/SettingsEngine/manifests/Drox_Operative.udm
src/SettingsEngine/manifests/Eador_Genesis.udm
src/SettingsEngine/manifests/Elder_Scrolls_3_Morrowind.udm
src/SettingsEngine/manifests/Elder_Scrolls_4_Oblivion.udm
src/SettingsEngine/manifests/Elder_Scrolls_5_Skyrim.udm
src/SettingsEngine/manifests/Elven_Legacy.udm
src/SettingsEngine/manifests/Empire_Earth.udm
src/SettingsEngine/manifests/Empire_Earth_The_Art_of_Conquest.udm
src/SettingsEngine/manifests/Endless_Space.udm
src/SettingsEngine/manifests/Faster_Than_Light.udm
src/SettingsEngine/manifests/Hearts_of_Iron_3.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic_2.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic_3.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic_4.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic_5.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic_5_Hammers_of_Fate.udm
src/SettingsEngine/manifests/Heroes_of_Might_and_Magic_5_Tribes_of_the_East.udm
src/SettingsEngine/manifests/Hinterland.udm
src/SettingsEngine/manifests/Icewind_Dale.udm
src/SettingsEngine/manifests/Icewind_Dale_2.udm
src/SettingsEngine/manifests/Imperialism.udm
src/SettingsEngine/manifests/Imperialism_2.udm
src/SettingsEngine/manifests/King_of_Dragon_Pass.udm
src/SettingsEngine/manifests/Kings_Bounty_Armored_Princess.udm
src/SettingsEngine/manifests/Kings_Bounty_Crossworlds.udm
src/SettingsEngine/manifests/Kings_Bounty_The_Legend.udm
src/SettingsEngine/manifests/Kings_Bounty_Warriors_of_the_North.udm
src/SettingsEngine/manifests/Lands_of_Lore.udm
src/SettingsEngine/manifests/Lands_of_Lore_2.udm
src/SettingsEngine/manifests/Lords_of_Magic.udm
src/SettingsEngine/manifests/Lords_of_the_Realm.udm
src/SettingsEngine/manifests/Lords_of_the_Realm_2.udm
src/SettingsEngine/manifests/Magic_Carpet.udm
src/SettingsEngine/manifests/Magicka.udm
src/SettingsEngine/manifests/Master_of_Magic.udm
src/SettingsEngine/manifests/Master_of_Orion.udm
src/SettingsEngine/manifests/Master_of_Orion_2_Battle_at_Antares.udm
src/SettingsEngine/manifests/Master_of_Orion_3.udm
src/SettingsEngine/manifests/Medieval_2_Total_War.udm
src/SettingsEngine/manifests/Minecraft.udm
src/SettingsEngine/manifests/Mount_And_Blade.udm
src/SettingsEngine/manifests/Mount_And_Blade_Warband.udm
src/SettingsEngine/manifests/Mount_And_Blade_With_Fire_And_Sword.udm
src/SettingsEngine/manifests/Notepad.udm
src/SettingsEngine/manifests/Pharaoh.udm
src/SettingsEngine/manifests/Planescape_Torment.udm
src/SettingsEngine/manifests/Populous_2.udm
src/SettingsEngine/manifests/Recettear_An_Item_Shops_Tale.udm
src/SettingsEngine/manifests/Rome_Total_War.udm
src/SettingsEngine/manifests/Shattered_Haven.udm
src/SettingsEngine/manifests/Sid_Meiers_Alpha_Centauri.udm
src/SettingsEngine/manifests/Skyward_Collapse.udm
src/SettingsEngine/manifests/SpaceChem.udm
src/SettingsEngine/manifests/Space_Pirates_and_Zombies.udm
src/SettingsEngine/manifests/Stronghold.udm
src/SettingsEngine/manifests/Syndicate.udm
src/SettingsEngine/manifests/Theme_Hospital.udm
src/SettingsEngine/manifests/Tidalis.udm
src/SettingsEngine/manifests/Titan_Quest.udm
src/SettingsEngine/manifests/Torchlight.udm
src/SettingsEngine/manifests/Total_Annihilation.udm
src/SettingsEngine/manifests/Total_War_Shogun_2.udm
src/SettingsEngine/manifests/Tyrian_2000.udm
src/SettingsEngine/manifests/World_In_Conflict.udm
src/SettingsEngine/manifests/X3_Terran_Conflict.udm
src/SettingsEngine/manifests/Zeus_Master_of_Olympus.udm
src/SettingsEngine/setup/Bundled/Bundled.wixproj
src/SettingsEngine/setup/Bundled/Bundled.wxs
src/SettingsEngine/setup/Msi/Msi.wixproj
src/SettingsEngine/setup/Msi/Msi.wxs
src/SettingsEngine/setup/Zip/udms.zipproj
src/SettingsEngine/setup/setup.proj
src/Setup/Bundle/Bundle.wixproj
src/Setup/Bundle/Bundle.wxs
src/Setup/Bundle/NetfxLicense.rtf
src/Setup/Bundle/SplashScreen.bmp
src/Setup/Bundle/license.htm
src/Setup/CommonLib/CommonLib.wixproj
src/Setup/CommonLib/Folders.wxs
src/Setup/CoreMsi/ClickThrough.wxs
src/Setup/CoreMsi/CoreMsi.wixproj
src/Setup/CoreMsi/CoreMsi.wxs
src/Setup/CoreMsi/Doc.wxs
src/Setup/CoreMsi/Extensions.wxs
src/Setup/CoreMsi/Lux.wxs
src/Setup/CoreMsi/MSBuild.wxs
src/Setup/CoreMsi/Nant.wxs
src/Setup/CoreMsi/Swix.wxs
src/Setup/CoreMsi/Toolset.wxs
src/Setup/Icons/help.ico
src/Setup/Icons/setupicons.rc
src/Setup/Icons/setupicons.vcxproj
src/Setup/ManagedSdkMsi/BurnSdk.wxs
src/Setup/ManagedSdkMsi/Dtf.wxs
src/Setup/ManagedSdkMsi/ExtensionSdk.wxs
src/Setup/ManagedSdkMsi/ManagedSdkMsi.wixproj
src/Setup/ManagedSdkMsi/ManagedSdkMsi.wxs
src/Setup/ManagedSdkMsi/ProjectTemplates.wxs
src/Setup/NativeSdkMsi/Headers.wxs
src/Setup/NativeSdkMsi/Libs.wxs
src/Setup/NativeSdkMsi/NativeSdkMsi.targets
src/Setup/NativeSdkMsi/NativeSdkMsi.wxs
src/Setup/NativeSdkMsi/NativeSdkMsi2008.wixproj
src/Setup/NativeSdkMsi/NativeSdkMsi2010.wixproj
src/Setup/NativeSdkMsi/NativeSdkMsi2012.wixproj
src/Setup/NativeSdkMsi/NativeSdkMsi2013.wixproj
src/Setup/NativeSdkMsi/ProjectTemplates.wxs
src/Setup/VotiveMsi/2010.wxs
src/Setup/VotiveMsi/2012.wxs
src/Setup/VotiveMsi/2013.wxs
src/Setup/VotiveMsi/FileAssociations.wxs
src/Setup/VotiveMsi/VotiveMsi.wixproj
src/Setup/VotiveMsi/VotiveMsi.wxs
src/Setup/WixBA/Hresult.cs
src/Setup/WixBA/InstallationViewModel.cs
src/Setup/WixBA/Model.cs
src/Setup/WixBA/NewsItem.cs
src/Setup/WixBA/ProgressViewModel.cs
src/Setup/WixBA/Properties/AssemblyInfo.cs
src/Setup/WixBA/PropertyNotifyBase.cs
src/Setup/WixBA/RelayCommand.cs
src/Setup/WixBA/Resources/exit.png
src/Setup/WixBA/Resources/gear.png
src/Setup/WixBA/Resources/legal.png
src/Setup/WixBA/Resources/news.png
src/Setup/WixBA/Resources/wrench.png
src/Setup/WixBA/RootView.xaml
src/Setup/WixBA/RootView.xaml.cs
src/Setup/WixBA/RootViewModel.cs
src/Setup/WixBA/Styles.xaml
src/Setup/WixBA/UpdateViewModel.cs
src/Setup/WixBA/WixBA.BootstrapperCore.config
src/Setup/WixBA/WixBA.cs
src/Setup/WixBA/WixBA.csproj
src/Setup/X64Msi/X64Msi.wixproj
src/Setup/X64Msi/X64Msi.wxs
src/Setup/Zip/binaries.zipproj
src/Setup/Zip/debug.zipproj
src/Setup/rebuildAll.cmd
src/Setup/setup.proj
src/Tools.sln
src/Votive/Icons/IncludeFile.ico
src/Votive/Icons/LocalizationFile.ico
src/Votive/Icons/ProductFile.ico
src/Votive/Icons/ProjectFile.ico
src/Votive/Icons/WixLibraryFile.ico
src/Votive/sconce/ProjectBase/Diagrams/IntentionallyEmpty.txt
src/Votive/sconce/ProjectBase/IntentionallyEmpty.txt
src/Votive/sconce/ProjectBase/LangProj/IntentionallyEmpty.txt
src/Votive/sconce/ProjectBase/misc/IntentionallyEmpty.txt
src/Votive/sconce/Properties/AssemblyInfo.cs
src/Votive/sconce/Resources/IntentionallyEmpty.txt
src/Votive/sconce/sconce.common.targets
src/Votive/sconce/sconce2008.csproj
src/Votive/sconce/sconce2010.common.targets
src/Votive/sconce/sconce2010.csproj
src/Votive/sdk_vs2008/common/source/csharp/project/AggregatableProjectInterops.cs
src/Votive/sdk_vs2008/common/source/csharp/project/FlavoredProjectFactoryBase.cs
src/Votive/sdk_vs2008/common/source/csharp/project/ProjectAggregator2Interops.cs
src/Votive/sdk_vs2008/common/source/csharp/project/assemblyreferencenode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/attributes.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oafileitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oafolderitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oanavigableprojectitems.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oanestedprojectitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oanullproperty.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oaproject.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oaprojectitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oaprojectitems.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oaproperties.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oaproperty.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oareferencefolderitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oareferenceitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/oasolutionfolder.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oaassemblyreference.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oabuildmanager.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oacomreference.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oaprojectreference.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oareferencebase.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oareferences.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oavsproject.cs
src/Votive/sdk_vs2008/common/source/csharp/project/automation/vsproject/oavsprojectitem.cs
src/Votive/sdk_vs2008/common/source/csharp/project/builddependency.cs
src/Votive/sdk_vs2008/common/source/csharp/project/buildpropertypage.cs
src/Votive/sdk_vs2008/common/source/csharp/project/comreferencenode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/configprovider.cs
src/Votive/sdk_vs2008/common/source/csharp/project/configurationproperties.cs
src/Votive/sdk_vs2008/common/source/csharp/project/dataobject.cs
src/Votive/sdk_vs2008/common/source/csharp/project/dependentfilenode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/designpropertydescriptor.cs
src/Votive/sdk_vs2008/common/source/csharp/project/diagrams/automationclasses.cd
src/Votive/sdk_vs2008/common/source/csharp/project/diagrams/configurationclasses.cd
src/Votive/sdk_vs2008/common/source/csharp/project/diagrams/documentmanagerclasses.cd
src/Votive/sdk_vs2008/common/source/csharp/project/diagrams/hierarchyclasses.cd
src/Votive/sdk_vs2008/common/source/csharp/project/diagrams/propertiesclasses.cd
src/Votive/sdk_vs2008/common/source/csharp/project/diagrams/referenceclasses.cd
src/Votive/sdk_vs2008/common/source/csharp/project/documentmanager.cs
src/Votive/sdk_vs2008/common/source/csharp/project/dontshowagaindialog.cs
src/Votive/sdk_vs2008/common/source/csharp/project/dontshowagaindialog.designer.cs
src/Votive/sdk_vs2008/common/source/csharp/project/dontshowagaindialog.resx
src/Votive/sdk_vs2008/common/source/csharp/project/enumdependencies.cs
src/Votive/sdk_vs2008/common/source/csharp/project/filechangemanager.cs
src/Votive/sdk_vs2008/common/source/csharp/project/filedocumentmanager.cs
src/Votive/sdk_vs2008/common/source/csharp/project/filenode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/fileoverwritedialog.cs
src/Votive/sdk_vs2008/common/source/csharp/project/fileoverwritedialog.designer.cs
src/Votive/sdk_vs2008/common/source/csharp/project/fileoverwritedialog.resx
src/Votive/sdk_vs2008/common/source/csharp/project/foldernode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/globalpropertyhandler.cs
src/Votive/sdk_vs2008/common/source/csharp/project/globalsuppressions.cs
src/Votive/sdk_vs2008/common/source/csharp/project/hierarchynode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/idebuildlogger.cs
src/Votive/sdk_vs2008/common/source/csharp/project/imagehandler.cs
src/Votive/sdk_vs2008/common/source/csharp/project/interfaces.cs
src/Votive/sdk_vs2008/common/source/csharp/project/localizableproperties.cs
src/Votive/sdk_vs2008/common/source/csharp/project/microsoft.visualstudio.package.project.cs
src/Votive/sdk_vs2008/common/source/csharp/project/microsoft.visualstudio.package.project.resx
src/Votive/sdk_vs2008/common/source/csharp/project/misc/SafeNativeMethods.cs
src/Votive/sdk_vs2008/common/source/csharp/project/misc/connectionpointcontainer.cs
src/Votive/sdk_vs2008/common/source/csharp/project/misc/externdll.cs
src/Votive/sdk_vs2008/common/source/csharp/project/misc/nativemethods.cs
src/Votive/sdk_vs2008/common/source/csharp/project/misc/unsafenativemethods.cs
src/Votive/sdk_vs2008/common/source/csharp/project/nestedprojectbuilddependency.cs
src/Votive/sdk_vs2008/common/source/csharp/project/nestedprojectnode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/nodeproperties.cs
src/Votive/sdk_vs2008/common/source/csharp/project/oleserviceprovider.cs
src/Votive/sdk_vs2008/common/source/csharp/project/output.cs
src/Votive/sdk_vs2008/common/source/csharp/project/outputgroup.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectconfig.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectcontainernode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectdesignerdocumentmanager.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectdocumentslistener.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectelement.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectfactory.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectfileconstants.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectnode.copypaste.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectnode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectnode.events.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectoptions.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectpackage.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectreferencenode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/projectsecuritychecker.cs
src/Votive/sdk_vs2008/common/source/csharp/project/propertieseditorlauncher.cs
src/Votive/sdk_vs2008/common/source/csharp/project/referencecontainernode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/referencenode.cs
src/Votive/sdk_vs2008/common/source/csharp/project/registeredprojecttype.cs
src/Votive/sdk_vs2008/common/source/csharp/project/resources/imagelis.bmp
src/Votive/sdk_vs2008/common/source/csharp/project/securitywarningdialog.cs
src/Votive/sdk_vs2008/common/source/csharp/project/securitywarningdialog.designer.cs
src/Votive/sdk_vs2008/common/source/csharp/project/securitywarningdialog.resx
src/Votive/sdk_vs2008/common/source/csharp/project/selectionlistener.cs
src/Votive/sdk_vs2008/common/source/csharp/project/settingspage.cs
src/Votive/sdk_vs2008/common/source/csharp/project/singlefilegenerator.cs
src/Votive/sdk_vs2008/common/source/csharp/project/singlefilegeneratorfactory.cs
src/Votive/sdk_vs2008/common/source/csharp/project/solutionlistener.cs
src/Votive/sdk_vs2008/common/source/csharp/project/solutionlistenerforbuilddependencyupdate.cs
src/Votive/sdk_vs2008/common/source/csharp/project/solutionlistenerforprojectevents.cs
src/Votive/sdk_vs2008/common/source/csharp/project/solutionlistenerforprojectopen.cs
src/Votive/sdk_vs2008/common/source/csharp/project/solutionlistenerforprojectreferenceupdate.cs
src/Votive/sdk_vs2008/common/source/csharp/project/structuresenums.cs
src/Votive/sdk_vs2008/common/source/csharp/project/suspendfilechanges.cs
src/Votive/sdk_vs2008/common/source/csharp/project/tokenprocessor.cs
src/Votive/sdk_vs2008/common/source/csharp/project/tracing.cs
src/Votive/sdk_vs2008/common/source/csharp/project/trackdocumentshelper.cs
src/Votive/sdk_vs2008/common/source/csharp/project/typeconverters.cs
src/Votive/sdk_vs2008/common/source/csharp/project/updatesolutioneventslistener.cs
src/Votive/sdk_vs2008/common/source/csharp/project/url.cs
src/Votive/sdk_vs2008/common/source/csharp/project/userprojectsecuritychecker.cs
src/Votive/sdk_vs2008/common/source/csharp/project/utilities.cs
src/Votive/sdk_vs2008/common/source/csharp/project/vscommands.cs
src/Votive/sdk_vs2008/common/source/csharp/project/vsmdcodedomprovider.cs
src/Votive/sdk_vs2008/common/source/csharp/project/vsshellutilities.cs
src/Votive/sdk_vs2008/readme.txt
src/Votive/sdk_vs2008/tools/build/microsoft.vssdk.build.tasks.dll
src/Votive/sdk_vs2008/tools/build/microsoft.vssdk.targets
src/Votive/sdk_vs2010/common/source/csharp/project/AssemblyInfo.cs
src/Votive/sdk_vs2010/common/source/csharp/project/ProjectReferenceNode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/assemblyreferencenode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/attributes.cs
src/Votive/sdk_vs2010/common/source/csharp/project/builddependency.cs
src/Votive/sdk_vs2010/common/source/csharp/project/buildmanageradapter.cs
src/Votive/sdk_vs2010/common/source/csharp/project/buildpropertypage.cs
src/Votive/sdk_vs2010/common/source/csharp/project/comreferencenode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/configprovider.cs
src/Votive/sdk_vs2010/common/source/csharp/project/configurationproperties.cs
src/Votive/sdk_vs2010/common/source/csharp/project/connectionpointcontainer.cs
src/Votive/sdk_vs2010/common/source/csharp/project/dataobject.cs
src/Votive/sdk_vs2010/common/source/csharp/project/dependentfilenode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/designpropertydescriptor.cs
src/Votive/sdk_vs2010/common/source/csharp/project/documentmanager.cs
src/Votive/sdk_vs2010/common/source/csharp/project/dontshowagaindialog.cs
src/Votive/sdk_vs2010/common/source/csharp/project/dontshowagaindialog.designer.cs
src/Votive/sdk_vs2010/common/source/csharp/project/dontshowagaindialog.resx
src/Votive/sdk_vs2010/common/source/csharp/project/enumdependencies.cs
src/Votive/sdk_vs2010/common/source/csharp/project/externdll.cs
src/Votive/sdk_vs2010/common/source/csharp/project/filechangemanager.cs
src/Votive/sdk_vs2010/common/source/csharp/project/filedocumentmanager.cs
src/Votive/sdk_vs2010/common/source/csharp/project/filenode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/fileoverwritedialog.cs
src/Votive/sdk_vs2010/common/source/csharp/project/fileoverwritedialog.designer.cs
src/Votive/sdk_vs2010/common/source/csharp/project/fileoverwritedialog.resx
src/Votive/sdk_vs2010/common/source/csharp/project/foldernode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/globalpropertyhandler.cs
src/Votive/sdk_vs2010/common/source/csharp/project/globalsuppressions.cs
src/Votive/sdk_vs2010/common/source/csharp/project/hierarchynode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/idebuildlogger.cs
src/Votive/sdk_vs2010/common/source/csharp/project/imagehandler.cs
src/Votive/sdk_vs2010/common/source/csharp/project/imagelis.bmp
src/Votive/sdk_vs2010/common/source/csharp/project/interfaces.cs
src/Votive/sdk_vs2010/common/source/csharp/project/localizableproperties.cs
src/Votive/sdk_vs2010/common/source/csharp/project/microsoft.visualstudio.package.project.cs
src/Votive/sdk_vs2010/common/source/csharp/project/microsoft.visualstudio.package.project.resx
src/Votive/sdk_vs2010/common/source/csharp/project/nativemethods.cs
src/Votive/sdk_vs2010/common/source/csharp/project/nestedprojectbuilddependency.cs
src/Votive/sdk_vs2010/common/source/csharp/project/nestedprojectnode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/nodeproperties.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaassemblyreference.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oabuildmanager.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oacomreference.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oafileitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oafolderitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oanavigableprojectitems.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oanestedprojectitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oanullproperty.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaproject.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaprojectitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaprojectitems.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaprojectreference.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaproperties.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oaproperty.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oareferencebase.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oareferencefolderitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oareferenceitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oareferences.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oasolutionfolder.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oavsproject.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oavsprojectitem.cs
src/Votive/sdk_vs2010/common/source/csharp/project/oleserviceprovider.cs
src/Votive/sdk_vs2010/common/source/csharp/project/output.cs
src/Votive/sdk_vs2010/common/source/csharp/project/outputgroup.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectconfig.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectcontainernode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectdesignerdocumentmanager.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectdocumentslistener.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectelement.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectfactory.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectfileconstants.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectnode.copypaste.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectnode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectnode.events.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectoptions.cs
src/Votive/sdk_vs2010/common/source/csharp/project/projectpackage.cs
src/Votive/sdk_vs2010/common/source/csharp/project/propertieseditorlauncher.cs
src/Votive/sdk_vs2010/common/source/csharp/project/referencecontainernode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/referencenode.cs
src/Votive/sdk_vs2010/common/source/csharp/project/registeredprojecttype.cs
src/Votive/sdk_vs2010/common/source/csharp/project/sconce.common.targets
src/Votive/sdk_vs2010/common/source/csharp/project/selectionlistener.cs
src/Votive/sdk_vs2010/common/source/csharp/project/settingspage.cs
src/Votive/sdk_vs2010/common/source/csharp/project/singlefilegenerator.cs
src/Votive/sdk_vs2010/common/source/csharp/project/singlefilegeneratorfactory.cs
src/Votive/sdk_vs2010/common/source/csharp/project/solutionlistener.cs
src/Votive/sdk_vs2010/common/source/csharp/project/solutionlistenerforbuilddependencyupdate.cs
src/Votive/sdk_vs2010/common/source/csharp/project/solutionlistenerforprojectevents.cs
src/Votive/sdk_vs2010/common/source/csharp/project/solutionlistenerforprojectopen.cs
src/Votive/sdk_vs2010/common/source/csharp/project/solutionlistenerforprojectreferenceupdate.cs
src/Votive/sdk_vs2010/common/source/csharp/project/structuresenums.cs
src/Votive/sdk_vs2010/common/source/csharp/project/suspendfilechanges.cs
src/Votive/sdk_vs2010/common/source/csharp/project/tokenprocessor.cs
src/Votive/sdk_vs2010/common/source/csharp/project/tracing.cs
src/Votive/sdk_vs2010/common/source/csharp/project/trackdocumentshelper.cs
src/Votive/sdk_vs2010/common/source/csharp/project/typeconverters.cs
src/Votive/sdk_vs2010/common/source/csharp/project/unsafenativemethods.cs
src/Votive/sdk_vs2010/common/source/csharp/project/updatesolutioneventslistener.cs
src/Votive/sdk_vs2010/common/source/csharp/project/url.cs
src/Votive/sdk_vs2010/common/source/csharp/project/utilities.cs
src/Votive/sdk_vs2010/common/source/csharp/project/vscommands.cs
src/Votive/sdk_vs2010/common/source/csharp/project/vsmdcodedomprovider.cs
src/Votive/sdk_vs2010/common/source/csharp/project/vsshellutilities.cs
src/Votive/sdk_vs2010/tools/build/Microsoft.VsSDK.Build.Tasks.dll
src/Votive/sdk_vs2010/tools/build/Microsoft.VsSDK.Common.targets
src/Votive/sdk_vs2010/tools/build/Microsoft.VsSDK.Cpp.targets
src/Votive/sdk_vs2010/tools/build/Microsoft.VsSDK.targets
src/Votive/sdk_vs2010/tools/build/ProjectItemsSchema.xml
src/Votive/votive.proj
src/Votive/votive/Controls/FolderBrowserTextBox.Designer.cs
src/Votive/votive/Controls/FolderBrowserTextBox.cs
src/Votive/votive/Controls/FolderBrowserTextBox.resx
src/Votive/votive/Controls/WixBuildEventEditor.Designer.cs
src/Votive/votive/Controls/WixBuildEventEditor.cs
src/Votive/votive/Controls/WixBuildEventEditor.resx
src/Votive/votive/Controls/WixBuildEventTextBox.cs
src/Votive/votive/Controls/WixBuildEventTextBox.resx
src/Votive/votive/Controls/WixFoldersSelector.Designer.cs
src/Votive/votive/Controls/WixFoldersSelector.cs
src/Votive/votive/Controls/WixFoldersSelector.resx
src/Votive/votive/Controls/WixGroupBox.cs
src/Votive/votive/Controls/WixGroupBox.resx
src/Votive/votive/Controls/WixGroupLabel.cs
src/Votive/votive/Controls/WixGroupLabel.resx
src/Votive/votive/CustomDictionary.xml
src/Votive/votive/FileSearchHelperMethods.cs
src/Votive/votive/Forms/WixBuildEventEditorForm.Designer.cs
src/Votive/votive/Forms/WixBuildEventEditorForm.cs
src/Votive/votive/Forms/WixBuildEventEditorForm.resx
src/Votive/votive/GlobalSuppressions.cs
src/Votive/votive/IProjectSourceNode.cs
src/Votive/votive/IsolatedDomain.cs
src/Votive/votive/Properties/AssemblyInfo.cs
src/Votive/votive/PropertyPages/WixBuildEventsPropertyPage.cs
src/Votive/votive/PropertyPages/WixBuildEventsPropertyPagePanel.Designer.cs
src/Votive/votive/PropertyPages/WixBuildEventsPropertyPagePanel.cs
src/Votive/votive/PropertyPages/WixBuildEventsPropertyPagePanel.resx
src/Votive/votive/PropertyPages/WixBuildPropertyPage.cs
src/Votive/votive/PropertyPages/WixBuildPropertyPagePanel.Designer.cs
src/Votive/votive/PropertyPages/WixBuildPropertyPagePanel.cs
src/Votive/votive/PropertyPages/WixBuildPropertyPagePanel.resx
src/Votive/votive/PropertyPages/WixInstallerPropertyPage.cs
src/Votive/votive/PropertyPages/WixInstallerPropertyPagePanel.Designer.cs
src/Votive/votive/PropertyPages/WixInstallerPropertyPagePanel.cs
src/Votive/votive/PropertyPages/WixInstallerPropertyPagePanel.resx
src/Votive/votive/PropertyPages/WixPathsPropertyPage.cs
src/Votive/votive/PropertyPages/WixPathsPropertyPagePanel.Designer.cs
src/Votive/votive/PropertyPages/WixPathsPropertyPagePanel.cs
src/Votive/votive/PropertyPages/WixPathsPropertyPagePanel.resx
src/Votive/votive/PropertyPages/WixPropertyPage.cs
src/Votive/votive/PropertyPages/WixPropertyPagePanel.Designer.cs
src/Votive/votive/PropertyPages/WixPropertyPagePanel.cs
src/Votive/votive/PropertyPages/WixPropertyPagePanel.resx
src/Votive/votive/PropertyPages/WixToolsSettingsPropertyPage.cs
src/Votive/votive/PropertyPages/WixToolsSettingsPropertyPagePanel.Designer.cs
src/Votive/votive/PropertyPages/WixToolsSettingsPropertyPagePanel.cs
src/Votive/votive/PropertyPages/WixToolsSettingsPropertyPagePanel.resx
src/Votive/votive/PropertyValidator.cs
src/Votive/votive/Resources/Delete.png
src/Votive/votive/Resources/DownArrow.png
src/Votive/votive/Resources/Splash.bmp
src/Votive/votive/Resources/UpArrow.png
src/Votive/votive/RunPostBuildEvent.cs
src/Votive/votive/Templates/ProjectItems/BlankFile/BlankFile.ico
src/Votive/votive/Templates/ProjectItems/BlankFile/BlankFile.vstemplate
src/Votive/votive/Templates/ProjectItems/BlankFile/BlankFile.wxs
src/Votive/votive/Templates/ProjectItems/IncludeFile/IncludeFile.ico
src/Votive/votive/Templates/ProjectItems/IncludeFile/IncludeFile.vstemplate
src/Votive/votive/Templates/ProjectItems/IncludeFile/IncludeFile.wxi
src/Votive/votive/Templates/ProjectItems/LocalizationFile/LocalizationFile.ico
src/Votive/votive/Templates/ProjectItems/LocalizationFile/LocalizationFile.vstemplate
src/Votive/votive/Templates/ProjectItems/LocalizationFile/LocalizationFile.wxl
src/Votive/votive/Templates/ProjectItems/TextFile/TextFile.ico
src/Votive/votive/Templates/ProjectItems/TextFile/TextFile.txt
src/Votive/votive/Templates/ProjectItems/TextFile/TextFile.vstemplate
src/Votive/votive/Templates/Projects/CustomActionCPP/CustomAction.cpp
src/Votive/votive/Templates/Projects/CustomActionCPP/CustomAction.def
src/Votive/votive/Templates/Projects/CustomActionCPP/CustomAction.vcproj
src/Votive/votive/Templates/Projects/CustomActionCPP/CustomActionCPP.ico
src/Votive/votive/Templates/Projects/CustomActionCPP/CustomActionCPP.vstemplate
src/Votive/votive/Templates/Projects/CustomActionCPP/stdafx.cpp
src/Votive/votive/Templates/Projects/CustomActionCPP/stdafx.h
src/Votive/votive/Templates/Projects/CustomActionCPP/targetver.h
src/Votive/votive/Templates/Projects/CustomActionCS/AssemblyInfo.cs
src/Votive/votive/Templates/Projects/CustomActionCS/CustomAction.config
src/Votive/votive/Templates/Projects/CustomActionCS/CustomAction.cs
src/Votive/votive/Templates/Projects/CustomActionCS/CustomAction.csproj
src/Votive/votive/Templates/Projects/CustomActionCS/CustomActionCS.vstemplate
src/Votive/votive/Templates/Projects/CustomActionVB/AssemblyInfo.vb
src/Votive/votive/Templates/Projects/CustomActionVB/CustomAction.config
src/Votive/votive/Templates/Projects/CustomActionVB/CustomAction.vb
src/Votive/votive/Templates/Projects/CustomActionVB/CustomAction.vbproj
src/Votive/votive/Templates/Projects/CustomActionVB/CustomActionVB.vstemplate
src/Votive/votive/Templates/Projects/WixBundleProject/Bundle.Generated.wxs
src/Votive/votive/Templates/Projects/WixBundleProject/Bundle.wxs
src/Votive/votive/Templates/Projects/WixBundleProject/BundleProject.wixproj
src/Votive/votive/Templates/Projects/WixBundleProject/WixBundle.ico
src/Votive/votive/Templates/Projects/WixBundleProject/WixBundle.vstemplate
src/Votive/votive/Templates/Projects/WixLibrary/Library.wxs
src/Votive/votive/Templates/Projects/WixLibrary/WixLibrary.ico
src/Votive/votive/Templates/Projects/WixLibrary/WixLibrary.vstemplate
src/Votive/votive/Templates/Projects/WixLibrary/setuplibrary.wixproj
src/Votive/votive/Templates/Projects/WixMergeModule/MergeModule.wixproj
src/Votive/votive/Templates/Projects/WixMergeModule/MergeModule.wxs
src/Votive/votive/Templates/Projects/WixMergeModule/WixMergeModule.ico
src/Votive/votive/Templates/Projects/WixMergeModule/WixMergeModule.vstemplate
src/Votive/votive/Templates/Projects/WixProject/Product.wxs
src/Votive/votive/Templates/Projects/WixProject/SetupProject.wixproj
src/Votive/votive/Templates/Projects/WixProject/WixProject.ico
src/Votive/votive/Templates/Projects/WixProject/WixProject.vstemplate
src/Votive/votive/WixBuildMacroCollection.cs
src/Votive/votive/WixConfigProvider.cs
src/Votive/votive/WixDesignPropertyDescriptor.cs
src/Votive/votive/WixExtensionReferenceNode.cs
src/Votive/votive/WixExtensionReferenceNodeProperties.cs
src/Votive/votive/WixFileNode.cs
src/Votive/votive/WixFileNodeNonMemberProperties.cs
src/Votive/votive/WixFileNodeProperties.cs
src/Votive/votive/WixFolderNode.cs
src/Votive/votive/WixFolderNodeNonMemberProperties.cs
src/Votive/votive/WixFolderNodeProperties.cs
src/Votive/votive/WixHelperMethods.cs
src/Votive/votive/WixLibraryReferenceNode.cs
src/Votive/votive/WixLibraryReferenceNodeProperties.cs
src/Votive/votive/WixLinkedFileNodeProperties.cs
src/Votive/votive/WixLocalizedCategoryAttribute.cs
src/Votive/votive/WixLocalizedControlTextAttribute.cs
src/Votive/votive/WixLocalizedDescriptionAttribute.cs
src/Votive/votive/WixLocalizedDisplayNameAttribute.cs
src/Votive/votive/WixNonMemberDesignPropertyDescriptor.cs
src/Votive/votive/WixOutputType.cs
src/Votive/votive/WixPackage.cs
src/Votive/votive/WixPackageSettings.cs
src/Votive/votive/WixProjectConfig.cs
src/Votive/votive/WixProjectFactory.cs
src/Votive/votive/WixProjectFileConstants.cs
src/Votive/votive/WixProjectMembers.cs
src/Votive/votive/WixProjectNode.cs
src/Votive/votive/WixProjectNodeProperties.cs
src/Votive/votive/WixProjectReferenceNode.cs
src/Votive/votive/WixProjectReferenceNodeProperties.cs
src/Votive/votive/WixReferenceContainerNode.cs
src/Votive/votive/WixReferenceNode.cs
src/Votive/votive/WixReferenceNodeProperties.cs
src/Votive/votive/WixReferenceValidator.cs
src/Votive/votive/WixStrings.Designer.cs
src/Votive/votive/WixStrings.resx
src/Votive/votive/WixVsConstants.cs
src/Votive/votive/WixWarningLevel.cs
src/Votive/votive/oawixproject.cs
src/Votive/votive/projectproperty.cs
src/Votive/votive/projectpropertyargumentexception.cs
src/Votive/votive/votive.common.targets
src/Votive/votive/votive2008.csproj
src/Votive/votive/votive2008.rc
src/Votive/votive2010/Controls/FolderBrowserTextBox.cs
src/Votive/votive2010/Controls/FolderBrowserTextBox.resx
src/Votive/votive2010/Controls/WixBuildEventEditor.Designer.cs
src/Votive/votive2010/Controls/WixBuildEventEditor.cs
src/Votive/votive2010/Controls/WixBuildEventEditor.resx
src/Votive/votive2010/Controls/WixBuildEventTextBox.cs
src/Votive/votive2010/Controls/WixBuildEventTextBox.resx
src/Votive/votive2010/Controls/WixColorUserControl.Designer.cs
src/Votive/votive2010/Controls/WixColorUserControl.cs
src/Votive/votive2010/Controls/WixColorUserControl.resx
src/Votive/votive2010/Controls/WixFoldersSelector.cs
src/Votive/votive2010/Controls/WixFoldersSelector.resx
src/Votive/votive2010/Controls/WixGroupBox.cs
src/Votive/votive2010/Controls/WixGroupBox.resx
src/Votive/votive2010/Controls/WixGroupLabel.cs
src/Votive/votive2010/Controls/WixGroupLabel.resx
src/Votive/votive2010/FileSearchHelperMethods.cs
src/Votive/votive2010/Forms/WixBuildEventEditorForm.cs
src/Votive/votive2010/Forms/WixBuildEventEditorForm.resx
src/Votive/votive2010/Icons/IncludeFile.ico
src/Votive/votive2010/Icons/LocalizationFile.ico
src/Votive/votive2010/Icons/ProductFile.ico
src/Votive/votive2010/Icons/ProjectFile.ico
src/Votive/votive2010/Icons/WixLibraryFile.ico
src/Votive/votive2010/PropertyPages/WixBuildEventsPropertyPagePanel.Designer.cs
src/Votive/votive2010/PropertyPages/WixBuildEventsPropertyPagePanel.cs
src/Votive/votive2010/PropertyPages/WixBuildEventsPropertyPagePanel.resx
src/Votive/votive2010/PropertyPages/WixBuildPropertyPagePanel.Designer.cs
src/Votive/votive2010/PropertyPages/WixBuildPropertyPagePanel.cs
src/Votive/votive2010/PropertyPages/WixBuildPropertyPagePanel.resx
src/Votive/votive2010/PropertyPages/WixInstallerPropertyPagePanel.Designer.cs
src/Votive/votive2010/PropertyPages/WixInstallerPropertyPagePanel.cs
src/Votive/votive2010/PropertyPages/WixInstallerPropertyPagePanel.resx
src/Votive/votive2010/PropertyPages/WixPathsPropertyPagePanel.cs
src/Votive/votive2010/PropertyPages/WixPathsPropertyPagePanel.resx
src/Votive/votive2010/PropertyPages/WixPropertyPagePanel.cs
src/Votive/votive2010/PropertyPages/WixPropertyPagePanel.resx
src/Votive/votive2010/PropertyPages/WixToolsSettingsPropertyPagePanel.cs
src/Votive/votive2010/PropertyPages/WixToolsSettingsPropertyPagePanel.resx
src/Votive/votive2010/Resources/Delete.png
src/Votive/votive2010/Resources/DownArrow.png
src/Votive/votive2010/Resources/Splash.bmp
src/Votive/votive2010/Resources/UpArrow.png
src/Votive/votive2010/Templates/ProjectItems/BlankFile/BlankFile.ico
src/Votive/votive2010/Templates/ProjectItems/BlankFile/BlankFile.vstemplate
src/Votive/votive2010/Templates/ProjectItems/BlankFile/BlankFile.wxs
src/Votive/votive2010/Templates/ProjectItems/IncludeFile/IncludeFile.ico
src/Votive/votive2010/Templates/ProjectItems/IncludeFile/IncludeFile.vstemplate
src/Votive/votive2010/Templates/ProjectItems/IncludeFile/IncludeFile.wxi
src/Votive/votive2010/Templates/ProjectItems/LocalizationFile/LocalizationFile.ico
src/Votive/votive2010/Templates/ProjectItems/LocalizationFile/LocalizationFile.vstemplate
src/Votive/votive2010/Templates/ProjectItems/LocalizationFile/LocalizationFile.wxl
src/Votive/votive2010/Templates/ProjectItems/TextFile/TextFile.ico
src/Votive/votive2010/Templates/ProjectItems/TextFile/TextFile.txt
src/Votive/votive2010/Templates/ProjectItems/TextFile/TextFile.vstemplate
src/Votive/votive2010/Templates/Projects/CustomActionCPP/CustomAction.cpp
src/Votive/votive2010/Templates/Projects/CustomActionCPP/CustomAction.def
src/Votive/votive2010/Templates/Projects/CustomActionCPP/CustomAction.vcproj
src/Votive/votive2010/Templates/Projects/CustomActionCPP/CustomActionCPP.ico
src/Votive/votive2010/Templates/Projects/CustomActionCPP/CustomActionCPP.vstemplate
src/Votive/votive2010/Templates/Projects/CustomActionCPP/stdafx.cpp
src/Votive/votive2010/Templates/Projects/CustomActionCPP/stdafx.h
src/Votive/votive2010/Templates/Projects/CustomActionCPP/targetver.h
src/Votive/votive2010/Templates/Projects/CustomActionCS/AssemblyInfo.cs
src/Votive/votive2010/Templates/Projects/CustomActionCS/CustomAction.config
src/Votive/votive2010/Templates/Projects/CustomActionCS/CustomAction.cs
src/Votive/votive2010/Templates/Projects/CustomActionCS/CustomAction.csproj
src/Votive/votive2010/Templates/Projects/CustomActionCS/CustomActionCS.vstemplate
src/Votive/votive2010/Templates/Projects/CustomActionVB/AssemblyInfo.vb
src/Votive/votive2010/Templates/Projects/CustomActionVB/CustomAction.config
src/Votive/votive2010/Templates/Projects/CustomActionVB/CustomAction.vb
src/Votive/votive2010/Templates/Projects/CustomActionVB/CustomAction.vbproj
src/Votive/votive2010/Templates/Projects/CustomActionVB/CustomActionVB.vstemplate
src/Votive/votive2010/Templates/Projects/WixBundleProject/Bundle.Generated.wxs
src/Votive/votive2010/Templates/Projects/WixBundleProject/Bundle.wxs
src/Votive/votive2010/Templates/Projects/WixBundleProject/BundleProject.wixproj
src/Votive/votive2010/Templates/Projects/WixBundleProject/WixBundle.ico
src/Votive/votive2010/Templates/Projects/WixBundleProject/WixBundle.vstemplate
src/Votive/votive2010/Templates/Projects/WixLibrary/Library.wxs
src/Votive/votive2010/Templates/Projects/WixLibrary/SetupLibrary.wixproj
src/Votive/votive2010/Templates/Projects/WixLibrary/WixLibrary.ico
src/Votive/votive2010/Templates/Projects/WixLibrary/WixLibrary.vstemplate
src/Votive/votive2010/Templates/Projects/WixMergeModule/MergeModule.wixproj
src/Votive/votive2010/Templates/Projects/WixMergeModule/MergeModule.wxs
src/Votive/votive2010/Templates/Projects/WixMergeModule/WixMergeModule.ico
src/Votive/votive2010/Templates/Projects/WixMergeModule/WixMergeModule.vstemplate
src/Votive/votive2010/Templates/Projects/WixProject/Product.wxs
src/Votive/votive2010/Templates/Projects/WixProject/SetupProject.wixproj
src/Votive/votive2010/Templates/Projects/WixProject/WixProject.ico
src/Votive/votive2010/Templates/Projects/WixProject/WixProject.vstemplate
src/Votive/votive2010/Templates/Projects/customaction.config
src/Votive/votive2010/Votive2010.pkgdef
src/Votive/votive2010/WixBuildMacroCollection.cs
src/Votive/votive2010/WixConfigProvider.cs
src/Votive/votive2010/WixExtensionReferenceNode.cs
src/Votive/votive2010/WixExtensionReferenceNodeProperties.cs
src/Votive/votive2010/WixFileNodeNonMemberProperties.cs
src/Votive/votive2010/WixHelperMethods.cs
src/Votive/votive2010/WixPackage.cs
src/Votive/votive2010/WixProjectConfig.cs
src/Votive/votive2010/WixProjectFactory.cs
src/Votive/votive2010/WixProjectFileConstants.cs
src/Votive/votive2010/WixProjectMembers.cs
src/Votive/votive2010/WixProjectNode.cs
src/Votive/votive2010/WixProjectReferenceNode.cs
src/Votive/votive2010/WixReferenceNode.cs
src/Votive/votive2010/WixStrings.Designer.cs
src/Votive/votive2010/WixStrings.resx
src/Votive/votive2010/extension.vsixmanifest
src/Votive/votive2010/projectproperty.cs
src/Votive/votive2010/votive2010.common.targets
src/Votive/votive2010/votive2010.csproj
src/Votive/votive2010/votive2010.rc
src/Votive/votive2012/Templates/Projects/CustomActionCPP/CustomAction.cpp
src/Votive/votive2012/Templates/Projects/CustomActionCPP/CustomAction.def
src/Votive/votive2012/Templates/Projects/CustomActionCPP/CustomAction.vcproj
src/Votive/votive2012/Templates/Projects/CustomActionCPP/CustomActionCPP.ico
src/Votive/votive2012/Templates/Projects/CustomActionCPP/CustomActionCPP.vstemplate
src/Votive/votive2012/Templates/Projects/CustomActionCPP/stdafx.cpp
src/Votive/votive2012/Templates/Projects/CustomActionCPP/stdafx.h
src/Votive/votive2012/Templates/Projects/CustomActionCPP/targetver.h
src/Votive/votive2012/votive2012.proj
src/Votive/votive2013/Templates/Projects/CustomActionCPP/CustomAction.cpp
src/Votive/votive2013/Templates/Projects/CustomActionCPP/CustomAction.def
src/Votive/votive2013/Templates/Projects/CustomActionCPP/CustomAction.vcproj
src/Votive/votive2013/Templates/Projects/CustomActionCPP/CustomActionCPP.ico
src/Votive/votive2013/Templates/Projects/CustomActionCPP/CustomActionCPP.vstemplate
src/Votive/votive2013/Templates/Projects/CustomActionCPP/stdafx.cpp
src/Votive/votive2013/Templates/Projects/CustomActionCPP/stdafx.h
src/Votive/votive2013/Templates/Projects/CustomActionCPP/targetver.h
src/Votive/votive2013/votive2013.proj
src/Wix.sln
src/burn.sln
src/burn.testrunconfig
src/burn.vsmdi
src/burn/Samples/ManagedBundleRunner/AssemblyInfo.cs
src/burn/Samples/ManagedBundleRunner/BundleErrorEventArgs.cs
src/burn/Samples/ManagedBundleRunner/BundleProgressEventArgs.cs
src/burn/Samples/ManagedBundleRunner/BundleResult.cs
src/burn/Samples/ManagedBundleRunner/BundleRunner.cs
src/burn/Samples/ManagedBundleRunner/ManagedBundleRunner.csproj
src/burn/Samples/bafunctions/Readme.txt
src/burn/Samples/bafunctions/WixBootstrapperBAFunction.cpp
src/burn/Samples/bafunctions/bafunctions.cpp
src/burn/Samples/bafunctions/bafunctions.def
src/burn/Samples/bafunctions/bafunctions.rc
src/burn/Samples/bafunctions/bafunctions.vcxproj
src/burn/Samples/bafunctions/bafunctions.vcxproj.filters
src/burn/Samples/bafunctions/bafunctionsver.h
src/burn/Samples/bafunctions/precomp.h
src/burn/Samples/bafunctions/resource.h
src/burn/Samples/runbundle/AssemblyInfo.cs
src/burn/Samples/runbundle/Program.cs
src/burn/Samples/runbundle/runbundle.csproj
src/burn/burn.proj
src/burn/engine/EngineForApplication.cpp
src/burn/engine/EngineForApplication.h
src/burn/engine/apply.cpp
src/burn/engine/apply.h
src/burn/engine/bitsengine.cpp
src/burn/engine/bitsengine.h
src/burn/engine/cabextract.cpp
src/burn/engine/cabextract.h
src/burn/engine/cache.cpp
src/burn/engine/cache.h
src/burn/engine/catalog.cpp
src/burn/engine/catalog.h
src/burn/engine/condition.cpp
src/burn/engine/condition.h
src/burn/engine/container.cpp
src/burn/engine/container.h
src/burn/engine/core.cpp
src/burn/engine/core.h
src/burn/engine/dependency.cpp
src/burn/engine/dependency.h
src/burn/engine/detect.cpp
src/burn/engine/detect.h
src/burn/engine/downloadengine.cpp
src/burn/engine/downloadengine.h
src/burn/engine/elevation.cpp
src/burn/engine/elevation.h
src/burn/engine/embedded.cpp
src/burn/engine/embedded.h
src/burn/engine/engine.cpp
src/burn/engine/engine.mc
src/burn/engine/engine.vcxproj
src/burn/engine/engine.vcxproj.filters
src/burn/engine/exeengine.cpp
src/burn/engine/exeengine.h
src/burn/engine/inc/engine.h
src/burn/engine/logging.cpp
src/burn/engine/logging.h
src/burn/engine/manifest.cpp
src/burn/engine/manifest.h
src/burn/engine/msiengine.cpp
src/burn/engine/msiengine.h
src/burn/engine/mspengine.cpp
src/burn/engine/mspengine.h
src/burn/engine/msuengine.cpp
src/burn/engine/msuengine.h
src/burn/engine/netfxchainer.cpp
src/burn/engine/netfxchainer.h
src/burn/engine/package.cpp
src/burn/engine/package.h
src/burn/engine/payload.cpp
src/burn/engine/payload.h
src/burn/engine/pipe.cpp
src/burn/engine/pipe.h
src/burn/engine/plan.cpp
src/burn/engine/plan.h
src/burn/engine/platform.cpp
src/burn/engine/platform.h
src/burn/engine/precomp.h
src/burn/engine/property.h
src/burn/engine/pseudobundle.cpp
src/burn/engine/pseudobundle.h
src/burn/engine/registration.cpp
src/burn/engine/registration.h
src/burn/engine/relatedbundle.cpp
src/burn/engine/relatedbundle.h
src/burn/engine/search.cpp
src/burn/engine/search.h
src/burn/engine/section.cpp
src/burn/engine/section.h
src/burn/engine/splashscreen.cpp
src/burn/engine/splashscreen.h
src/burn/engine/uithread.cpp
src/burn/engine/uithread.h
src/burn/engine/update.cpp
src/burn/engine/update.h
src/burn/engine/userexperience.cpp
src/burn/engine/userexperience.h
src/burn/engine/variable.cpp
src/burn/engine/variable.h
src/burn/engine/variant.cpp
src/burn/engine/variant.h
src/burn/inc/IBootstrapperApplication.h
src/burn/inc/IBootstrapperEngine.h
src/burn/stub/Stub.vcxproj
src/burn/stub/StubSection.cpp
src/burn/stub/precomp.h
src/burn/stub/stub.cpp
src/burn/stub/stub.ico
src/burn/stub/stub.manifest
src/burn/stub/stub.rc
src/burn/stub/stub_arm.manifest
src/chm/chm.helpproj
src/chm/documents/bundle/authoring_bundle_application.html.md
src/chm/documents/bundle/authoring_bundle_package_manifest.html.md
src/chm/documents/bundle/authoring_bundle_skeleton.html.md
src/chm/documents/bundle/ba/bootstrapper_application_interface.html.md
src/chm/documents/bundle/ba/index.html.md
src/chm/documents/bundle/bundle_author_chain.html.md
src/chm/documents/bundle/bundle_built_in_variables.html.md
src/chm/documents/bundle/bundle_define_searches.html.md
src/chm/documents/bundle/index.html.md
src/chm/documents/bundle/wixstdba/index.html.md
src/chm/documents/bundle/wixstdba/wixstdba_branding.html.md
src/chm/documents/bundle/wixstdba/wixstdba_customize.html.md
src/chm/documents/bundle/wixstdba/wixstdba_license.html.md
src/chm/documents/customactions/index.html.md
src/chm/documents/customactions/osinfo.html.md
src/chm/documents/customactions/perfmon.html.md
src/chm/documents/customactions/qtexec.html.md
src/chm/documents/customactions/shellexec.html.md
src/chm/documents/customactions/using_standard_customactions.html.md
src/chm/documents/customactions/wixdirectxextension.html.md
src/chm/documents/customactions/wixexitearlywithsuccess.html.md
src/chm/documents/customactions/wixfailwhendeferred.html.md
src/chm/documents/customactions/wixgamingextension.html.md
src/chm/documents/customactions/wixnetfxextension.html.md
src/chm/documents/customactions/wixvsextension.html.md
src/chm/documents/customactions/wixwaitforevent.html.md
src/chm/documents/howtos/author_product_dependencies.html.md
src/chm/documents/howtos/files_and_registry/add_a_file.html.md
src/chm/documents/howtos/files_and_registry/check_the_version_number.html.md
src/chm/documents/howtos/files_and_registry/create_internet_shortcut.html.md
src/chm/documents/howtos/files_and_registry/create_start_menu_shortcut.html.md
src/chm/documents/howtos/files_and_registry/create_uninstall_shortcut.html.md
src/chm/documents/howtos/files_and_registry/directorysearchref.html.md
src/chm/documents/howtos/files_and_registry/index.html.md
src/chm/documents/howtos/files_and_registry/ngen_managed_assemblies.html.md
src/chm/documents/howtos/files_and_registry/parentdirectorysearch.html.md
src/chm/documents/howtos/files_and_registry/read_a_registry_entry.html.md
src/chm/documents/howtos/files_and_registry/write_a_registry_entry.html.md
src/chm/documents/howtos/general/extension_usage_introduction.html.md
src/chm/documents/howtos/general/generate_guids.html.md
src/chm/documents/howtos/general/get_a_log.html.md
src/chm/documents/howtos/general/index.html.md
src/chm/documents/howtos/general/look_inside_msi.html.md
src/chm/documents/howtos/general/optimizing_builds.html.md
src/chm/documents/howtos/general/specifying_source_files.html.md
src/chm/documents/howtos/index.html.md
src/chm/documents/howtos/redistributables_and_install_checks/block_install_on_os.html.md
src/chm/documents/howtos/redistributables_and_install_checks/block_stdba_install_on_reg.html.md
src/chm/documents/howtos/redistributables_and_install_checks/check_for_dotnet.html.md
src/chm/documents/howtos/redistributables_and_install_checks/index.html.md
src/chm/documents/howtos/redistributables_and_install_checks/install_directx9.html.md
src/chm/documents/howtos/redistributables_and_install_checks/install_dotnet.html.md
src/chm/documents/howtos/redistributables_and_install_checks/install_vcredist.html.md
src/chm/documents/howtos/ui_and_localization/build_a_localized_version.html.md
src/chm/documents/howtos/ui_and_localization/configure_arp_appearance.html.md
src/chm/documents/howtos/ui_and_localization/index.html.md
src/chm/documents/howtos/ui_and_localization/make_installer_localizable.html.md
src/chm/documents/howtos/ui_and_localization/run_program_after_install.html.md
src/chm/documents/howtos/ui_and_localization/specifying_cultures_to_build.html.md
src/chm/documents/howtos/updates/index.html.md
src/chm/documents/howtos/updates/major_upgrade.html.md
src/chm/documents/index.html.md
src/chm/documents/license.html.md
src/chm/documents/main/help.html.md
src/chm/documents/main/index.html.md
src/chm/documents/main/wix_learning.html.md
src/chm/documents/msbuild/authoring_first_msbuild_project.html.md
src/chm/documents/msbuild/daily_builds.html.md
src/chm/documents/msbuild/index.html.md
src/chm/documents/msbuild/target_reference/harvestdirectory.html.md
src/chm/documents/msbuild/target_reference/harvestfile.html.md
src/chm/documents/msbuild/target_reference/harvestprojects.html.md
src/chm/documents/msbuild/target_reference/index.html.md
src/chm/documents/msbuild/task_reference/candle.html.md
src/chm/documents/msbuild/task_reference/heatdirectory.html.md
src/chm/documents/msbuild/task_reference/heatfile.html.md
src/chm/documents/msbuild/task_reference/heatproject.html.md
src/chm/documents/msbuild/task_reference/index.html.md
src/chm/documents/msbuild/task_reference/light.html.md
src/chm/documents/msbuild/task_reference/lit.html.md
src/chm/documents/msbuild/wix_with_team_build.html.md
src/chm/documents/overview/alltools.html.md
src/chm/documents/overview/candle.html.md
src/chm/documents/overview/codepage.html.md
src/chm/documents/overview/files.html.md
src/chm/documents/overview/heat.html.md
src/chm/documents/overview/index.html.md
src/chm/documents/overview/insignia.html.md
src/chm/documents/overview/light.html.md
src/chm/documents/overview/lit.html.md
src/chm/documents/overview/lux.html.md
src/chm/documents/overview/msi_useful_links.html.md
src/chm/documents/overview/msitowix.html.md
src/chm/documents/overview/preprocessor.html.md
src/chm/documents/overview/tools.html.md
src/chm/documents/overview/wixcop.html.md
src/chm/documents/patching/index.html.md
src/chm/documents/patching/patch_building.html.md
src/chm/documents/patching/patch_restrictions.html.md
src/chm/documents/patching/wix_patching.html.md
src/chm/documents/votive/authoring_first_votive_project.html.md
src/chm/documents/votive/index.html.md
src/chm/documents/votive/votive_item_templates.html.md
src/chm/documents/votive/votive_project_references.html.md
src/chm/documents/votive/votive_project_template_default.html.md
src/chm/documents/votive/votive_project_templates.html.md
src/chm/documents/votive/votive_property_pages.html.md
src/chm/documents/wixdev/building_wix.html.md
src/chm/documents/wixdev/extensions/authoring_custom_actions.html.md
src/chm/documents/wixdev/extensions/extension_development_intro.html.md
src/chm/documents/wixdev/extensions/extension_development_preprocessor.html.md
src/chm/documents/wixdev/extensions/extension_development_simple_example.html.md
src/chm/documents/wixdev/extensions/extensions.html.md
src/chm/documents/wixdev/extensions/index.html.md
src/chm/documents/wixdev/extensions/localized_extensions.html.md
src/chm/documents/wixdev/help_development.html.md
src/chm/documents/wixdev/index.html.md
src/chm/documents/wixdev/tests/index.html.md
src/chm/documents/wixdev/tests/tests_runningtests.html.md
src/chm/documents/wixdev/tests/tests_writingtests.html.md
src/chm/documents/wixdev/votive_development.html.md
src/chm/documents/wixdev/wixdev_getting_started.html.md
src/chm/documents/wixui/WixUI_customizations.html.md
src/chm/documents/wixui/WixUI_dialog_library.html.md
src/chm/documents/wixui/WixUI_localization.html.md
src/chm/documents/wixui/dialog_reference/WixUI_advanced.html.md
src/chm/documents/wixui/dialog_reference/WixUI_dialogs.html.md
src/chm/documents/wixui/dialog_reference/WixUI_featuretree.html.md
src/chm/documents/wixui/dialog_reference/WixUI_installdir.html.md
src/chm/documents/wixui/dialog_reference/WixUI_minimal.html.md
src/chm/documents/wixui/dialog_reference/WixUI_mondo.html.md
src/chm/documents/wixui/dialog_reference/index.html.md
src/chm/documents/wixui/index.html.md
src/chm/documents/xsd/index.html.md
src/chm/files/content/WiX_Toolset_Diagram.png
src/chm/files/content/build_a_localized_version_votive_culture_fallback.jpg
src/chm/files/content/style.css
src/chm/files/content/tests_writingtests_directorytree1.jpg
src/chm/files/content/tests_writingtests_directorytree2.jpg
src/chm/layouts/documentation.html
src/chm/layouts/documentation_xsd_extension.html
src/chm/layouts/documentation_xsd_main.html
src/chm/layouts/documentation_xsd_simpletype.html
src/chm/msi.chm
src/common/WixDistribution.cs
src/common/WixDistribution.h
src/common/WixDistribution.wxl
src/common/precomp.cpp
src/common/wix.rc
src/common/wixstrsafe.h
src/ext/BalExtension/bal.proj
src/ext/BalExtension/mba/core/BootstrapperApplication.cs
src/ext/BalExtension/mba/core/BootstrapperApplicationAttribute.cs
src/ext/BalExtension/mba/core/BootstrapperApplicationFactory.cs
src/ext/BalExtension/mba/core/BootstrapperCore.config
src/ext/BalExtension/mba/core/BootstrapperSectionGroup.cs
src/ext/BalExtension/mba/core/Engine.cs
src/ext/BalExtension/mba/core/EventArgs.cs
src/ext/BalExtension/mba/core/Exceptions.cs
src/ext/BalExtension/mba/core/GlobalSuppressions.cs
src/ext/BalExtension/mba/core/HostSection.cs
src/ext/BalExtension/mba/core/IBootstrapperApplication.cs
src/ext/BalExtension/mba/core/IBootstrapperApplicationFactory.cs
src/ext/BalExtension/mba/core/IBootstrapperEngine.cs
src/ext/BalExtension/mba/core/NativeMethods.cs
src/ext/BalExtension/mba/core/Properties/AssemblyInfo.cs
src/ext/BalExtension/mba/core/SupportedFrameworkElement.cs
src/ext/BalExtension/mba/core/SupportedFrameworkElementCollection.cs
src/ext/BalExtension/mba/core/core.csproj
src/ext/BalExtension/mba/host/IBootstrapperApplicationFactory.h
src/ext/BalExtension/mba/host/host.cpp
src/ext/BalExtension/mba/host/host.def
src/ext/BalExtension/mba/host/host.rc
src/ext/BalExtension/mba/host/host.vcxproj
src/ext/BalExtension/mba/host/host.vcxproj.filters
src/ext/BalExtension/mba/host/precomp.h
src/ext/BalExtension/wixext/AssemblyInfo.cs
src/ext/BalExtension/wixext/BalCompiler.cs
src/ext/BalExtension/wixext/BalExtensionData.cs
src/ext/BalExtension/wixext/WixBalExtension.csproj
src/ext/BalExtension/wixext/Xsd/bal.xsd
src/ext/BalExtension/wixext/data/messages.xml
src/ext/BalExtension/wixext/data/tables.xml
src/ext/BalExtension/wixlib/BalExtension.wixproj
src/ext/BalExtension/wixlib/BalExtension.wxs
src/ext/BalExtension/wixlib/Mba.wxs
src/ext/BalExtension/wixlib/wixstdba.wxs
src/ext/BalExtension/wixlib/wixstdba_platform.wxi
src/ext/BalExtension/wixlib/wixstdba_x86.wxs
src/ext/BalExtension/wixlib_arm/BalExtension_ARM.wixproj
src/ext/BalExtension/wixlib_arm/wixstdba_arm.wxs
src/ext/BalExtension/wixstdba/Resources/1028/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1029/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1030/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1031/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1032/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1035/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1036/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1038/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1040/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1041/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1042/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1043/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1044/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1045/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1046/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1049/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1051/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1053/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1055/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/1060/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/2052/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/2070/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/3082/mbapreq.wxl
src/ext/BalExtension/wixstdba/Resources/HyperlinkLargeTheme.xml
src/ext/BalExtension/wixstdba/Resources/HyperlinkSidebarTheme.xml
src/ext/BalExtension/wixstdba/Resources/HyperlinkTheme.wxl
src/ext/BalExtension/wixstdba/Resources/HyperlinkTheme.xml
src/ext/BalExtension/wixstdba/Resources/LoremIpsumLicense.rtf
src/ext/BalExtension/wixstdba/Resources/RtfLargeTheme.xml
src/ext/BalExtension/wixstdba/Resources/RtfTheme.wxl
src/ext/BalExtension/wixstdba/Resources/RtfTheme.xml
src/ext/BalExtension/wixstdba/Resources/logo.png
src/ext/BalExtension/wixstdba/Resources/logoSide.png
src/ext/BalExtension/wixstdba/Resources/mbapreq.png
src/ext/BalExtension/wixstdba/Resources/mbapreq.thm
src/ext/BalExtension/wixstdba/Resources/mbapreq.wxl
src/ext/BalExtension/wixstdba/WixStandardBootstrapperApplication.cpp
src/ext/BalExtension/wixstdba/precomp.h
src/ext/BalExtension/wixstdba/resource.h
src/ext/BalExtension/wixstdba/wixstdba.cpp
src/ext/BalExtension/wixstdba/wixstdba.def
src/ext/BalExtension/wixstdba/wixstdba.rc
src/ext/BalExtension/wixstdba/wixstdba.vcxproj
src/ext/BalExtension/wixstdba/wixstdba.vcxproj.filters
src/ext/ComPlusExtension/ca/complusca.proj
src/ext/ComPlusExtension/ca/cpexec/cpappexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cpappexec.h
src/ext/ComPlusExtension/ca/cpexec/cpapproleexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cpapproleexec.h
src/ext/ComPlusExtension/ca/cpexec/cpasmexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cpasmexec.h
src/ext/ComPlusExtension/ca/cpexec/cpexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cpexec.def
src/ext/ComPlusExtension/ca/cpexec/cpexec.rc
src/ext/ComPlusExtension/ca/cpexec/cpexec.vcxproj
src/ext/ComPlusExtension/ca/cpexec/cppartexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cppartexec.h
src/ext/ComPlusExtension/ca/cpexec/cppartroleexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cppartroleexec.h
src/ext/ComPlusExtension/ca/cpexec/cpsubsexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cpsubsexec.h
src/ext/ComPlusExtension/ca/cpexec/cputilexec.cpp
src/ext/ComPlusExtension/ca/cpexec/cputilexec.h
src/ext/ComPlusExtension/ca/cpexec/precomp.h
src/ext/ComPlusExtension/ca/cpsched/cpapprolesched.cpp
src/ext/ComPlusExtension/ca/cpsched/cpapprolesched.h
src/ext/ComPlusExtension/ca/cpsched/cpappsched.cpp
src/ext/ComPlusExtension/ca/cpsched/cpappsched.h
src/ext/ComPlusExtension/ca/cpsched/cpasmsched.cpp
src/ext/ComPlusExtension/ca/cpsched/cpasmsched.h
src/ext/ComPlusExtension/ca/cpsched/cppartrolesched.cpp
src/ext/ComPlusExtension/ca/cpsched/cppartrolesched.h
src/ext/ComPlusExtension/ca/cpsched/cppartsched.cpp
src/ext/ComPlusExtension/ca/cpsched/cppartsched.h
src/ext/ComPlusExtension/ca/cpsched/cpsched.cpp
src/ext/ComPlusExtension/ca/cpsched/cpsched.def
src/ext/ComPlusExtension/ca/cpsched/cpsched.rc
src/ext/ComPlusExtension/ca/cpsched/cpsched.vcxproj
src/ext/ComPlusExtension/ca/cpsched/cpsubssched.cpp
src/ext/ComPlusExtension/ca/cpsched/cpsubssched.h
src/ext/ComPlusExtension/ca/cpsched/cputilsched.cpp
src/ext/ComPlusExtension/ca/cpsched/cputilsched.h
src/ext/ComPlusExtension/ca/cpsched/precomp.h
src/ext/ComPlusExtension/ca/inc/cpcost.h
src/ext/ComPlusExtension/complus.proj
src/ext/ComPlusExtension/wixext/AssemblyInfo.cs
src/ext/ComPlusExtension/wixext/ComPlusCompiler.cs
src/ext/ComPlusExtension/wixext/ComPlusDecompiler.cs
src/ext/ComPlusExtension/wixext/ComPlusExtensionData.cs
src/ext/ComPlusExtension/wixext/WixComPlusExtension.csproj
src/ext/ComPlusExtension/wixext/data/messages.xml
src/ext/ComPlusExtension/wixext/data/tables.xml
src/ext/ComPlusExtension/wixext/xsd/complus.xsd
src/ext/ComPlusExtension/wixlib/ComPlusExtension.wixproj
src/ext/ComPlusExtension/wixlib/ComPlusExtension.wxs
src/ext/ComPlusExtension/wixlib/en-us.wxl
src/ext/ComPlusExtension/wixlib/es-es.wxl
src/ext/ComPlusExtension/wixlib/ja-jp.wxl
src/ext/DependencyExtension/ca/dllmain.cpp
src/ext/DependencyExtension/ca/precomp.h
src/ext/DependencyExtension/ca/wixdepca.cpp
src/ext/DependencyExtension/ca/wixdepca.def
src/ext/DependencyExtension/ca/wixdepca.rc
src/ext/DependencyExtension/ca/wixdepca.vcxproj
src/ext/DependencyExtension/ca/wixdepca.vcxproj.filters
src/ext/DependencyExtension/dependency.proj
src/ext/DependencyExtension/wixext/AssemblyInfo.cs
src/ext/DependencyExtension/wixext/Data/messages.xml
src/ext/DependencyExtension/wixext/Data/tables.xml
src/ext/DependencyExtension/wixext/DependencyBinder.cs
src/ext/DependencyExtension/wixext/DependencyCommon.cs
src/ext/DependencyExtension/wixext/DependencyCompiler.cs
src/ext/DependencyExtension/wixext/DependencyDecompiler.cs
src/ext/DependencyExtension/wixext/DependencyExtension.csproj
src/ext/DependencyExtension/wixext/DependencyExtensionData.cs
src/ext/DependencyExtension/wixext/Xsd/Dependency.xsd
src/ext/DependencyExtension/wixlib/DependencyExtension.wixproj
src/ext/DependencyExtension/wixlib/DependencyExtension.wxs
src/ext/DependencyExtension/wixlib/DependencyExtension_Platform.wxi
src/ext/DependencyExtension/wixlib/DependencyExtension_x86.wxs
src/ext/DependencyExtension/wixlib/en-us.wxl
src/ext/DependencyExtension/wixlib_arm/DependencyExtension_ARM.wixproj
src/ext/DependencyExtension/wixlib_arm/DependencyExtension_arm.wxs
src/ext/DifxAppExtension/difxapp.proj
src/ext/DifxAppExtension/wixext/AssemblyInfo.cs
src/ext/DifxAppExtension/wixext/Data/tables.xml
src/ext/DifxAppExtension/wixext/DifxAppCompiler.cs
src/ext/DifxAppExtension/wixext/DifxAppDecompiler.cs
src/ext/DifxAppExtension/wixext/DifxAppExtensionData.cs
src/ext/DifxAppExtension/wixext/WixDifxAppExtension.csproj
src/ext/DifxAppExtension/wixext/Xsd/difxapp.xsd
src/ext/DifxAppExtension/wixlib/DIFxAppExtension.wixproj
src/ext/DifxAppExtension/wixlib/DIFxAppExtension.wxs
src/ext/DifxAppExtension/wixlib/ia64/DIFxApp.dll
src/ext/DifxAppExtension/wixlib/ia64/DIFxAppA.dll
src/ext/DifxAppExtension/wixlib/x64/DIFxApp.dll
src/ext/DifxAppExtension/wixlib/x64/DIFxAppA.dll
src/ext/DifxAppExtension/wixlib/x86/DIFxApp.dll
src/ext/DifxAppExtension/wixlib/x86/DIFxAppA.dll
src/ext/DirectXExtension/ca/directx.cpp
src/ext/DirectXExtension/ca/directx.def
src/ext/DirectXExtension/ca/directx.rc
src/ext/DirectXExtension/ca/directx.vcxproj
src/ext/DirectXExtension/ca/dllmain.cpp
src/ext/DirectXExtension/ca/precomp.h
src/ext/DirectXExtension/directx.proj
src/ext/DirectXExtension/wixext/AssemblyInfo.cs
src/ext/DirectXExtension/wixext/DirectXDecompiler.cs
src/ext/DirectXExtension/wixext/DirectXExtensionData.cs
src/ext/DirectXExtension/wixext/WixDirectXExtension.csproj
src/ext/DirectXExtension/wixlib/DirectXExtension.wixproj
src/ext/DirectXExtension/wixlib/DirectXExtension.wxs
src/ext/FirewallExtension/ca/cost.h
src/ext/FirewallExtension/ca/dllmain.cpp
src/ext/FirewallExtension/ca/firewall.cpp
src/ext/FirewallExtension/ca/firewall.def
src/ext/FirewallExtension/ca/firewall.rc
src/ext/FirewallExtension/ca/firewall.vcxproj
src/ext/FirewallExtension/ca/precomp.h
src/ext/FirewallExtension/firewall.proj
src/ext/FirewallExtension/wixext/AssemblyInfo.cs
src/ext/FirewallExtension/wixext/FirewallCompiler.cs
src/ext/FirewallExtension/wixext/FirewallConstants.cs
src/ext/FirewallExtension/wixext/FirewallDecompiler.cs
src/ext/FirewallExtension/wixext/FirewallExtensionData.cs
src/ext/FirewallExtension/wixext/WixFirewallExtension.csproj
src/ext/FirewallExtension/wixext/Xsd/firewall.xsd
src/ext/FirewallExtension/wixext/data/messages.xml
src/ext/FirewallExtension/wixext/data/tables.xml
src/ext/FirewallExtension/wixlib/FirewallExtension.wixproj
src/ext/FirewallExtension/wixlib/FirewallExtension.wxs
src/ext/FirewallExtension/wixlib/FirewallExtension_Platform.wxi
src/ext/FirewallExtension/wixlib/FirewallExtension_x86.wxs
src/ext/FirewallExtension/wixlib/en-us.wxl
src/ext/FirewallExtension/wixlib/ja-jp.wxl
src/ext/FirewallExtension/wixlib_arm/FirewallExtension_ARM.wixproj
src/ext/FirewallExtension/wixlib_arm/FirewallExtension_arm.wxs
src/ext/GamingExtension/ca/cost.h
src/ext/GamingExtension/ca/dllmain.cpp
src/ext/GamingExtension/ca/gaming.cpp
src/ext/GamingExtension/ca/gaming.def
src/ext/GamingExtension/ca/gaming.rc
src/ext/GamingExtension/ca/gaming.vcxproj
src/ext/GamingExtension/ca/precomp.h
src/ext/GamingExtension/gaming.proj
src/ext/GamingExtension/wixext/AssemblyInfo.cs
src/ext/GamingExtension/wixext/GamingCompiler.cs
src/ext/GamingExtension/wixext/GamingDecompiler.cs
src/ext/GamingExtension/wixext/GamingExtensionData.cs
src/ext/GamingExtension/wixext/WixGamingExtension.csproj
src/ext/GamingExtension/wixext/Xsd/gaming.xsd
src/ext/GamingExtension/wixext/data/messages.xml
src/ext/GamingExtension/wixext/data/tables.xml
src/ext/GamingExtension/wixlib/GamingExtension.wixproj
src/ext/GamingExtension/wixlib/GamingExtension.wxs
src/ext/GamingExtension/wixlib/GamingExtension_Platform.wxi
src/ext/GamingExtension/wixlib/GamingExtension_x86.wxs
src/ext/IIsExtension/iis.proj
src/ext/IIsExtension/wixext/AssemblyInfo.cs
src/ext/IIsExtension/wixext/IIsCompiler.cs
src/ext/IIsExtension/wixext/IIsDecompiler.cs
src/ext/IIsExtension/wixext/IIsExtensionData.cs
src/ext/IIsExtension/wixext/IIsFinalizeHarvesterMutator.cs
src/ext/IIsExtension/wixext/IIsHarvesterMutator.cs
src/ext/IIsExtension/wixext/IIsHeatExtension.cs
src/ext/IIsExtension/wixext/IIsWebSiteHarvester.cs
src/ext/IIsExtension/wixext/WixIIsExtension.csproj
src/ext/IIsExtension/wixext/data/messages.xml
src/ext/IIsExtension/wixext/data/tables.xml
src/ext/IIsExtension/wixext/xsd/iis.xsd
src/ext/IIsExtension/wixlib/IIsExtension.wixproj
src/ext/IIsExtension/wixlib/IIsExtension.wxs
src/ext/IIsExtension/wixlib/IIsExtension_Platform.wxi
src/ext/IIsExtension/wixlib/IIsExtension_x86.wxs
src/ext/IIsExtension/wixlib/en-us.wxl
src/ext/IIsExtension/wixlib/ja-jp.wxl
src/ext/IIsExtension/wixlib/pt-br.wxl
src/ext/IsolatedAppExtension/iso.proj
src/ext/IsolatedAppExtension/wixext/AssemblyInfo.cs
src/ext/IsolatedAppExtension/wixext/Data/Messages.xml
src/ext/IsolatedAppExtension/wixext/IsolatedAppClickThroughConsole.cs
src/ext/IsolatedAppExtension/wixext/IsolatedAppClickThroughUI.cs
src/ext/IsolatedAppExtension/wixext/IsolatedAppFabricator.cs
src/ext/IsolatedAppExtension/wixext/IsolatedMsiBuilder.cs
src/ext/IsolatedAppExtension/wixext/WixIsolatedAppExtension.csproj
src/ext/IsolatedAppExtension/wixext/Xsd/IsolatedApp.xsd
src/ext/IsolatedAppExtension/wixlib/IsolatedApp.wxs
src/ext/IsolatedAppExtension/wixlib/IsolatedAppExtension.wixproj
src/ext/MsmqExtension/ca/inc/mqcost.h
src/ext/MsmqExtension/ca/mqexec/mqexec.cpp
src/ext/MsmqExtension/ca/mqexec/mqexec.def
src/ext/MsmqExtension/ca/mqexec/mqexec.rc
src/ext/MsmqExtension/ca/mqexec/mqexec.vcxproj
src/ext/MsmqExtension/ca/mqexec/mqqueueexec.cpp
src/ext/MsmqExtension/ca/mqexec/mqqueueexec.h
src/ext/MsmqExtension/ca/mqexec/mqutilexec.cpp
src/ext/MsmqExtension/ca/mqexec/mqutilexec.h
src/ext/MsmqExtension/ca/mqexec/precomp.h
src/ext/MsmqExtension/ca/mqsched/mqqueuesched.cpp
src/ext/MsmqExtension/ca/mqsched/mqqueuesched.h
src/ext/MsmqExtension/ca/mqsched/mqsched.cpp
src/ext/MsmqExtension/ca/mqsched/mqsched.def
src/ext/MsmqExtension/ca/mqsched/mqsched.rc
src/ext/MsmqExtension/ca/mqsched/mqsched.vcxproj
src/ext/MsmqExtension/ca/mqsched/mqutilsched.cpp
src/ext/MsmqExtension/ca/mqsched/mqutilsched.h
src/ext/MsmqExtension/ca/mqsched/precomp.h
src/ext/MsmqExtension/ca/msmqca.proj
src/ext/MsmqExtension/msmq.proj
src/ext/MsmqExtension/wixext/AssemblyInfo.cs
src/ext/MsmqExtension/wixext/MsmqCompiler.cs
src/ext/MsmqExtension/wixext/MsmqDecompiler.cs
src/ext/MsmqExtension/wixext/MsmqExtensionData.cs
src/ext/MsmqExtension/wixext/WixMsmqExtension.csproj
src/ext/MsmqExtension/wixext/data/messages.xml
src/ext/MsmqExtension/wixext/data/tables.xml
src/ext/MsmqExtension/wixext/xsd/msmq.xsd
src/ext/MsmqExtension/wixlib/MsmqExtension.wixproj
src/ext/MsmqExtension/wixlib/MsmqExtension.wxs
src/ext/MsmqExtension/wixlib/en-us.wxl
src/ext/MsmqExtension/wixlib/ja-jp.wxl
src/ext/NetFxExtension/ca/cost.h
src/ext/NetFxExtension/ca/dllmain.cpp
src/ext/NetFxExtension/ca/netfxca.cpp
src/ext/NetFxExtension/ca/netfxca.def
src/ext/NetFxExtension/ca/netfxca.rc
src/ext/NetFxExtension/ca/netfxca.vcxproj
src/ext/NetFxExtension/ca/precomp.h
src/ext/NetFxExtension/netfx.proj
src/ext/NetFxExtension/wixext/AssemblyInfo.cs
src/ext/NetFxExtension/wixext/NetFxCompiler.cs
src/ext/NetFxExtension/wixext/NetFxDecompiler.cs
src/ext/NetFxExtension/wixext/NetFxExtensionData.cs
src/ext/NetFxExtension/wixext/WixNetFxExtension.csproj
src/ext/NetFxExtension/wixext/Xsd/netfx.xsd
src/ext/NetFxExtension/wixext/data/tables.xml
src/ext/NetFxExtension/wixlib/NetFx1.1.wxs
src/ext/NetFxExtension/wixlib/NetFx1.wxs
src/ext/NetFxExtension/wixlib/NetFx2.wxs
src/ext/NetFxExtension/wixlib/NetFx3.5.wxs
src/ext/NetFxExtension/wixlib/NetFx3.wxs
src/ext/NetFxExtension/wixlib/NetFx4.5.wxs
src/ext/NetFxExtension/wixlib/NetFx4.wxs
src/ext/NetFxExtension/wixlib/NetFxExtension.wixproj
src/ext/NetFxExtension/wixlib/NetFxExtension.wxs
src/ext/NetFxExtension/wixlib/NetFxExtension_Platform.wxi
src/ext/NetFxExtension/wixlib/NetFxExtension_x86.wxs
src/ext/OfficeExtension/inc/resource.h
src/ext/OfficeExtension/officeextension.build
src/ext/OfficeExtension/shim/ClassFactory.cpp
src/ext/OfficeExtension/shim/ClassFactory.h
src/ext/OfficeExtension/shim/ClrLoader.cpp
src/ext/OfficeExtension/shim/ClrLoader.h
src/ext/OfficeExtension/shim/ConnectProxy.cpp
src/ext/OfficeExtension/shim/ConnectProxy.h
src/ext/OfficeExtension/shim/ConnectProxy.rgs
src/ext/OfficeExtension/shim/UnknownImpl.h
src/ext/OfficeExtension/shim/UpdateThread.cpp
src/ext/OfficeExtension/shim/UpdateThread.h
src/ext/OfficeExtension/shim/precomp.h
src/ext/OfficeExtension/shim/shim.build
src/ext/OfficeExtension/shim/shim.cpp
src/ext/OfficeExtension/shim/shim.def
src/ext/OfficeExtension/shim/shim.rc
src/ext/OfficeExtension/shimbld/precomp.h
src/ext/OfficeExtension/shimbld/shimbld.build
src/ext/OfficeExtension/shimbld/shimbld.cpp
src/ext/OfficeExtension/shimbld/shimbld.def
src/ext/OfficeExtension/shimbld/shimbld.rc
src/ext/OfficeExtension/wixext/AssemblyInfo.cs
src/ext/OfficeExtension/wixext/BrowsePathStep.Designer.cs
src/ext/OfficeExtension/wixext/BrowsePathStep.cs
src/ext/OfficeExtension/wixext/BrowsePathStep.resx
src/ext/OfficeExtension/wixext/BuildStep.Designer.cs
src/ext/OfficeExtension/wixext/BuildStep.cs
src/ext/OfficeExtension/wixext/BuildStep.resx
src/ext/OfficeExtension/wixext/Data/Messages.xml
src/ext/OfficeExtension/wixext/FeedStep.Designer.cs
src/ext/OfficeExtension/wixext/FeedStep.cs
src/ext/OfficeExtension/wixext/FeedStep.resx
src/ext/OfficeExtension/wixext/NativeMethods.cs
src/ext/OfficeExtension/wixext/OfficeAddinClickThroughConsole.cs
src/ext/OfficeExtension/wixext/OfficeAddinClickThroughUI.cs
src/ext/OfficeExtension/wixext/OfficeAddinFabricator.cs
src/ext/OfficeExtension/wixext/OfficeAddinMsiBuilder.cs
src/ext/OfficeExtension/wixext/OfficeExtensionDll.build
src/ext/OfficeExtension/wixext/OfficeShimBuilder.cs
src/ext/OfficeExtension/wixext/PackageInfoStep.Designer.cs
src/ext/OfficeExtension/wixext/PackageInfoStep.cs
src/ext/OfficeExtension/wixext/PackageInfoStep.resx
src/ext/OfficeExtension/wixext/PickEntryStep.Designer.cs
src/ext/OfficeExtension/wixext/PickEntryStep.cs
src/ext/OfficeExtension/wixext/PickEntryStep.resx
src/ext/OfficeExtension/wixext/PickOfficeAppsStep.Designer.cs
src/ext/OfficeExtension/wixext/PickOfficeAppsStep.cs
src/ext/OfficeExtension/wixext/PickOfficeAppsStep.resx
src/ext/OfficeExtension/wixext/UpdateInfoStep.Designer.cs
src/ext/OfficeExtension/wixext/UpdateInfoStep.cs
src/ext/OfficeExtension/wixext/UpdateInfoStep.resx
src/ext/OfficeExtension/wixext/WixOfficeExtension.csproj
src/ext/OfficeExtension/wixext/Xsd/OfficeAddin.xsd
src/ext/OfficeExtension/wixlib/OfficeAddin.wxs
src/ext/OfficeExtension/wixlib/OfficeExtension.wixproj
src/ext/PSExtension/ps.proj
src/ext/PSExtension/wixext/AssemblyInfo.cs
src/ext/PSExtension/wixext/Data/messages.xml
src/ext/PSExtension/wixext/PSCompiler.cs
src/ext/PSExtension/wixext/PSExtensionData.cs
src/ext/PSExtension/wixext/WixPSExtension.csproj
src/ext/PSExtension/wixext/xsd/ps.xsd
src/ext/PSExtension/wixlib/PSExtension.wixproj
src/ext/PSExtension/wixlib/PSExtension.wxs
src/ext/PreProcExampleExtension/wixext/AssemblyInfo.cs
src/ext/PreProcExampleExtension/wixext/PreProcExampleExtension.csproj
src/ext/PreProcExampleExtension/wixext/PreProcExtension.cs
src/ext/SettingsEngineExtension/ca/SettingsEngineCa.vcxproj
src/ext/SettingsEngineExtension/ca/cfg.cpp
src/ext/SettingsEngineExtension/ca/cfg.def
src/ext/SettingsEngineExtension/ca/cfg.rc
src/ext/SettingsEngineExtension/ca/cost.h
src/ext/SettingsEngineExtension/ca/dllmain.cpp
src/ext/SettingsEngineExtension/ca/precomp.h
src/ext/SettingsEngineExtension/settingsengine.proj
src/ext/SettingsEngineExtension/wixext/AssemblyInfo.cs
src/ext/SettingsEngineExtension/wixext/CfgCompiler.cs
src/ext/SettingsEngineExtension/wixext/CfgConstants.cs
src/ext/SettingsEngineExtension/wixext/CfgDecompiler.cs
src/ext/SettingsEngineExtension/wixext/CfgExtensionData.cs
src/ext/SettingsEngineExtension/wixext/SettingsEngineExtension.csproj
src/ext/SettingsEngineExtension/wixext/Xsd/cfg.xsd
src/ext/SettingsEngineExtension/wixext/data/messages.xml
src/ext/SettingsEngineExtension/wixext/data/tables.xml
src/ext/SettingsEngineExtension/wixlib/CfgExtension.wxs
src/ext/SettingsEngineExtension/wixlib/SettingsEngineWixLib.wixproj
src/ext/SettingsEngineExtension/wixlib/en-us.wxl
src/ext/SqlExtension/sql.proj
src/ext/SqlExtension/wixext/AssemblyInfo.cs
src/ext/SqlExtension/wixext/Data/messages.xml
src/ext/SqlExtension/wixext/Data/tables.xml
src/ext/SqlExtension/wixext/SqlCompiler.cs
src/ext/SqlExtension/wixext/SqlDecompiler.cs
src/ext/SqlExtension/wixext/SqlExtensionData.cs
src/ext/SqlExtension/wixext/WixSqlExtension.csproj
src/ext/SqlExtension/wixext/Xsd/sql.xsd
src/ext/SqlExtension/wixlib/SqlExtension.wixproj
src/ext/SqlExtension/wixlib/SqlExtension.wxs
src/ext/SqlExtension/wixlib/en-us.wxl
src/ext/SqlExtension/wixlib/es-es.wxl
src/ext/SqlExtension/wixlib/ja-jp.wxl
src/ext/TagExtension/tag.proj
src/ext/TagExtension/wixext/AssemblyInfo.cs
src/ext/TagExtension/wixext/TagBinder.cs
src/ext/TagExtension/wixext/TagCompiler.cs
src/ext/TagExtension/wixext/TagDecompiler.cs
src/ext/TagExtension/wixext/TagExtensionData.cs
src/ext/TagExtension/wixext/WixTagExtension.csproj
src/ext/TagExtension/wixext/Xsd/tag.xsd
src/ext/TagExtension/wixext/data/messages.xml
src/ext/TagExtension/wixext/data/tables.xml
src/ext/TagExtension/wixlib/TagExtension.wixproj
src/ext/TagExtension/wixlib/TagFeature.wxs
src/ext/TagExtension/wixlib/TagFolder.wxs
src/ext/UIExtension/ca/DriveCheck.cpp
src/ext/UIExtension/ca/PrintEula.cpp
src/ext/UIExtension/ca/cost.h
src/ext/UIExtension/ca/dllmain.cpp
src/ext/UIExtension/ca/precomp.h
src/ext/UIExtension/ca/uica.def
src/ext/UIExtension/ca/uica.rc
src/ext/UIExtension/ca/uica.vcxproj
src/ext/UIExtension/ui.proj
src/ext/UIExtension/wixext/AssemblyInfo.cs
src/ext/UIExtension/wixext/UIDecompiler.cs
src/ext/UIExtension/wixext/UIExtensionData.cs
src/ext/UIExtension/wixext/WixUIExtension.csproj
src/ext/UIExtension/wixlib/AdvancedWelcomeEulaDlg.wxs
src/ext/UIExtension/wixlib/Bitmaps/New.ico
src/ext/UIExtension/wixlib/Bitmaps/Up.ico
src/ext/UIExtension/wixlib/Bitmaps/bannrbmp.bmp
src/ext/UIExtension/wixlib/Bitmaps/dlgbmp.bmp
src/ext/UIExtension/wixlib/Bitmaps/exclamic.ico
src/ext/UIExtension/wixlib/Bitmaps/info.ico
src/ext/UIExtension/wixlib/BrowseDlg.wxs
src/ext/UIExtension/wixlib/CancelDlg.wxs
src/ext/UIExtension/wixlib/Common.wxs
src/ext/UIExtension/wixlib/Common_Platform.wxi
src/ext/UIExtension/wixlib/Common_x86.wxs
src/ext/UIExtension/wixlib/CustomizeDlg.wxs
src/ext/UIExtension/wixlib/DiskCostDlg.wxs
src/ext/UIExtension/wixlib/ErrorDlg.wxs
src/ext/UIExtension/wixlib/ErrorProgressText.wxs
src/ext/UIExtension/wixlib/ExitDialog.wxs
src/ext/UIExtension/wixlib/FatalError.wxs
src/ext/UIExtension/wixlib/FeaturesDlg.wxs
src/ext/UIExtension/wixlib/FilesInUse.wxs
src/ext/UIExtension/wixlib/InstallDirDlg.wxs
src/ext/UIExtension/wixlib/InstallScopeDlg.wxs
src/ext/UIExtension/wixlib/InvalidDirDlg.wxs
src/ext/UIExtension/wixlib/License.rtf
src/ext/UIExtension/wixlib/LicenseAgreementDlg.wxs
src/ext/UIExtension/wixlib/MaintenanceTypeDlg.wxs
src/ext/UIExtension/wixlib/MaintenanceWelcomeDlg.wxs
src/ext/UIExtension/wixlib/MsiRMFilesInUse.wxs
src/ext/UIExtension/wixlib/OutOfDiskDlg.wxs
src/ext/UIExtension/wixlib/OutOfRbDiskDlg.wxs
src/ext/UIExtension/wixlib/PrepareDlg.wxs
src/ext/UIExtension/wixlib/ProgressDlg.wxs
src/ext/UIExtension/wixlib/ResumeDlg.wxs
src/ext/UIExtension/wixlib/SetupTypeDlg.wxs
src/ext/UIExtension/wixlib/UIExtension.wixproj
src/ext/UIExtension/wixlib/UserExit.wxs
src/ext/UIExtension/wixlib/VerifyReadyDlg.wxs
src/ext/UIExtension/wixlib/WaitForCostingDlg.wxs
src/ext/UIExtension/wixlib/WelcomeDlg.wxs
src/ext/UIExtension/wixlib/WelcomeEulaDlg.wxs
src/ext/UIExtension/wixlib/WixExt_de-de.wxl
src/ext/UIExtension/wixlib/WixUI_Advanced.wxs
src/ext/UIExtension/wixlib/WixUI_FeatureTree.wxs
src/ext/UIExtension/wixlib/WixUI_InstallDir.wxs
src/ext/UIExtension/wixlib/WixUI_Minimal.wxs
src/ext/UIExtension/wixlib/WixUI_Mondo.wxs
src/ext/UIExtension/wixlib/WixUI_ar-SA.wxl
src/ext/UIExtension/wixlib/WixUI_bg-BG.wxl
src/ext/UIExtension/wixlib/WixUI_ca-ES.wxl
src/ext/UIExtension/wixlib/WixUI_cs-CZ.wxl
src/ext/UIExtension/wixlib/WixUI_da-DK.wxl
src/ext/UIExtension/wixlib/WixUI_de-de.wxl
src/ext/UIExtension/wixlib/WixUI_el-GR.wxl
src/ext/UIExtension/wixlib/WixUI_en-us.wxl
src/ext/UIExtension/wixlib/WixUI_es-es.wxl
src/ext/UIExtension/wixlib/WixUI_et-EE.wxl
src/ext/UIExtension/wixlib/WixUI_fi-FI.wxl
src/ext/UIExtension/wixlib/WixUI_fr-fr.wxl
src/ext/UIExtension/wixlib/WixUI_he-IL.wxl
src/ext/UIExtension/wixlib/WixUI_hi-IN.wxl
src/ext/UIExtension/wixlib/WixUI_hr-HR.wxl
src/ext/UIExtension/wixlib/WixUI_hu-HU.wxl
src/ext/UIExtension/wixlib/WixUI_it-it.wxl
src/ext/UIExtension/wixlib/WixUI_ja-jp.wxl
src/ext/UIExtension/wixlib/WixUI_kk-KZ.wxl
src/ext/UIExtension/wixlib/WixUI_ko-KR.wxl
src/ext/UIExtension/wixlib/WixUI_lt-LT.wxl
src/ext/UIExtension/wixlib/WixUI_lv-LV.wxl
src/ext/UIExtension/wixlib/WixUI_nb-NO.wxl
src/ext/UIExtension/wixlib/WixUI_nl-NL.wxl
src/ext/UIExtension/wixlib/WixUI_pl-pl.wxl
src/ext/UIExtension/wixlib/WixUI_pt-BR.wxl
src/ext/UIExtension/wixlib/WixUI_pt-PT.wxl
src/ext/UIExtension/wixlib/WixUI_ro-RO.wxl
src/ext/UIExtension/wixlib/WixUI_ru-ru.wxl
src/ext/UIExtension/wixlib/WixUI_sk-SK.wxl
src/ext/UIExtension/wixlib/WixUI_sl-SI.wxl
src/ext/UIExtension/wixlib/WixUI_sr-Latn-CS.wxl
src/ext/UIExtension/wixlib/WixUI_sv-SE.wxl
src/ext/UIExtension/wixlib/WixUI_th-TH.wxl
src/ext/UIExtension/wixlib/WixUI_tr-TR.wxl
src/ext/UIExtension/wixlib/WixUI_uk-UA.wxl
src/ext/UIExtension/wixlib/WixUI_zh-CN.wxl
src/ext/UIExtension/wixlib/WixUI_zh-HK.wxl
src/ext/UIExtension/wixlib/WixUI_zh-TW.wxl
src/ext/UIExtension/wixlib_arm/UIExtension_ARM.wixproj
src/ext/UIExtension/wixlib_arm/UIExtension_arm.wxs
src/ext/UtilExtension/util.proj
src/ext/UtilExtension/wixext/AssemblyHarvester.cs
src/ext/UtilExtension/wixext/AssemblyInfo.cs
src/ext/UtilExtension/wixext/Data/messages.xml
src/ext/UtilExtension/wixext/Data/tables.xml
src/ext/UtilExtension/wixext/DirectoryHarvester.cs
src/ext/UtilExtension/wixext/DllHarvester.cs
src/ext/UtilExtension/wixext/FeedBuilder.cs
src/ext/UtilExtension/wixext/FileHarvester.cs
src/ext/UtilExtension/wixext/NativeMethods.cs
src/ext/UtilExtension/wixext/PayloadHarvester.cs
src/ext/UtilExtension/wixext/PerformanceCategoryHarvester.cs
src/ext/UtilExtension/wixext/RegFileHarvester.cs
src/ext/UtilExtension/wixext/RegistryHarvester.cs
src/ext/UtilExtension/wixext/SetupExeBuilder.cs
src/ext/UtilExtension/wixext/TypeLibraryHarvester.cs
src/ext/UtilExtension/wixext/UtilBinder.cs
src/ext/UtilExtension/wixext/UtilCompiler.cs
src/ext/UtilExtension/wixext/UtilConstants.cs
src/ext/UtilExtension/wixext/UtilDecompiler.cs
src/ext/UtilExtension/wixext/UtilExtensionData.cs
src/ext/UtilExtension/wixext/UtilFinalizeHarvesterMutator.cs
src/ext/UtilExtension/wixext/UtilHarvesterMutator.cs
src/ext/UtilExtension/wixext/UtilHeatExtension.cs
src/ext/UtilExtension/wixext/UtilMutator.cs
src/ext/UtilExtension/wixext/UtilTransformMutator.cs
src/ext/UtilExtension/wixext/WixUtilExtension.csproj
src/ext/UtilExtension/wixext/Xsd/util.xsd
src/ext/UtilExtension/wixlib/UtilExtension.wixproj
src/ext/UtilExtension/wixlib/UtilExtension.wxs
src/ext/UtilExtension/wixlib/UtilExtension_Platform.wxi
src/ext/UtilExtension/wixlib/UtilExtension_x64.wxs
src/ext/UtilExtension/wixlib/UtilExtension_x86.wxs
src/ext/UtilExtension/wixlib/de-de.wxl
src/ext/UtilExtension/wixlib/en-us.wxl
src/ext/UtilExtension/wixlib/ja-jp.wxl
src/ext/UtilExtension/wixlib/pt-br.wxl
src/ext/UtilExtension/wixlib_arm/UtilExtension_ARM.wixproj
src/ext/UtilExtension/wixlib_arm/UtilExtension_arm.wxs
src/ext/VSExtension/vs.proj
src/ext/VSExtension/wixext/AssemblyInfo.cs
src/ext/VSExtension/wixext/Data/messages.xml
src/ext/VSExtension/wixext/Data/tables.xml
src/ext/VSExtension/wixext/VSCompiler.cs
src/ext/VSExtension/wixext/VSDecompiler.cs
src/ext/VSExtension/wixext/VSExtensionData.cs
src/ext/VSExtension/wixext/VSHeatExtension.cs
src/ext/VSExtension/wixext/VSProjectHarvester.cs
src/ext/VSExtension/wixext/WixVSExtension.csproj
src/ext/VSExtension/wixext/xsd/vs.xsd
src/ext/VSExtension/wixlib/HTML_Help_Registration__RTL_X86.wxs
src/ext/VSExtension/wixlib/Redist/BIN_File_107602
src/ext/VSExtension/wixlib/Redist/BIN_File_46001
src/ext/VSExtension/wixlib/Redist/BIN_File_46002
src/ext/VSExtension/wixlib/VS11.wxs
src/ext/VSExtension/wixlib/VS2003.wxs
src/ext/VSExtension/wixlib/VS2005.wxs
src/ext/VSExtension/wixlib/VS2008.wxs
src/ext/VSExtension/wixlib/VS2010.wxs
src/ext/VSExtension/wixlib/VS2012.wxs
src/ext/VSExtension/wixlib/VS2013.wxs
src/ext/VSExtension/wixlib/VSExtension.wixproj
src/ext/VSExtension/wixlib/VsixPackage.wxs
src/ext/VSExtension/wixlib/vs2005/VS2005_VSIPCC_Collection_Files_RTL.wxs
src/ext/VSExtension/wixlib/vs2005/redist/BIN_File_60377
src/ext/VSExtension/wixlib/vs2005/redist/vsipCCSamples.HxK
src/ext/VSExtension/wixlib/vs2005/redist/vsipcc.hxc
src/ext/VSExtension/wixlib/vs2005/redist/vsipcc.hxt
src/ext/VSExtension/wixlib/vs2005/redist/vsipccALinks.hxk
src/ext/VSExtension/wixlib/vs2005/redist/vsipccBLinks.hxk
src/ext/VSExtension/wixlib/vs2005/redist/vsipccFLinks.hxk
src/ext/VSExtension/wixlib/vs2005/redist/vsipccKLinks.hxk
src/ext/VSExtension/wixlib/vs2005/redist/vsipccNamedURLs.hxk
src/ext/VSExtension/wixlib/vs2005/redist/vsipccSlinks.hxk
src/ext/VSExtension/wixlib/vs2005/redist/vsipcc_reg.hxs
src/ext/VSExtension/wixlib/vs2008/VS2008_VSIPCC_Collection_Files_RTL.wxs
src/ext/VSExtension/wixlib/vs2008/redist/BIN_435439_x86_enu
src/ext/VSExtension/wixlib/vs2008/redist/_ALinks.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_BLinks.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_CLinks.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_FLinks.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_KLinks.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_SLinks.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_vsipcc90.hxc
src/ext/VSExtension/wixlib/vs2008/redist/_vsipcc90.hxt
src/ext/VSExtension/wixlib/vs2008/redist/_vsipcc_namedUrls.hxk
src/ext/VSExtension/wixlib/vs2008/redist/_vsipcc_samples.HxK
src/ext/VSExtension/wixlib/vs2008/redist/vsipcc_reg.hxs
src/ext/ValidatorExampleExtension/wixext/AssemblyInfo.cs
src/ext/ValidatorExampleExtension/wixext/ExampleInspectorExtension.cs
src/ext/ValidatorExampleExtension/wixext/ValidatorExampleExtension.cs
src/ext/ValidatorExampleExtension/wixext/ValidatorExampleExtension.csproj
src/ext/ValidatorExampleExtension/wixext/ValidatorXmlExtension.cs
src/ext/ValidatorExampleExtension/wixext/data/messages.xml
src/ext/ca/ca.proj
src/ext/ca/inc/caSuffix.h
src/ext/ca/inc/caSuffix.wxi
src/ext/ca/serverca/inc/sca.h
src/ext/ca/serverca/inc/scacost.h
src/ext/ca/serverca/scaexec/precomp.h
src/ext/ca/serverca/scaexec/scacertexec.cpp
src/ext/ca/serverca/scaexec/scaexec.cpp
src/ext/ca/serverca/scaexec/scaexec.def
src/ext/ca/serverca/scaexec/scaexec.rc
src/ext/ca/serverca/scaexec/scaexec.vcxproj
src/ext/ca/serverca/scaexec/scaexecIIS7.cpp
src/ext/ca/serverca/scaexec/scaexecIIS7.h
src/ext/ca/serverca/scaexec/scaperfexec.cpp
src/ext/ca/serverca/scaexec/scasmbexec.cpp
src/ext/ca/serverca/scaexec/scasmbexec.h
src/ext/ca/serverca/scasched/precomp.h
src/ext/ca/serverca/scasched/scaapppool.cpp
src/ext/ca/serverca/scasched/scaapppool.h
src/ext/ca/serverca/scasched/scaapppool7.cpp
src/ext/ca/serverca/scasched/scaapppool7.h
src/ext/ca/serverca/scasched/scacert.cpp
src/ext/ca/serverca/scasched/scacert.h
src/ext/ca/serverca/scasched/scadb.cpp
src/ext/ca/serverca/scasched/scadb.h
src/ext/ca/serverca/scasched/scafilter.cpp
src/ext/ca/serverca/scasched/scafilter.h
src/ext/ca/serverca/scasched/scafilter7.cpp
src/ext/ca/serverca/scasched/scafilter7.h
src/ext/ca/serverca/scasched/scahttpheader.cpp
src/ext/ca/serverca/scasched/scahttpheader.h
src/ext/ca/serverca/scasched/scahttpheader7.cpp
src/ext/ca/serverca/scasched/scahttpheader7.h
src/ext/ca/serverca/scasched/scaiis.cpp
src/ext/ca/serverca/scasched/scaiis.h
src/ext/ca/serverca/scasched/scaiis7.cpp
src/ext/ca/serverca/scasched/scaiis7.h
src/ext/ca/serverca/scasched/scaiisquery.h
src/ext/ca/serverca/scasched/scamanifest.cpp
src/ext/ca/serverca/scasched/scamimemap.cpp
src/ext/ca/serverca/scasched/scamimemap.h
src/ext/ca/serverca/scasched/scamimemap7.cpp
src/ext/ca/serverca/scasched/scamimemap7.h
src/ext/ca/serverca/scasched/scaperf.cpp
src/ext/ca/serverca/scasched/scaproperty.cpp
src/ext/ca/serverca/scasched/scaproperty.h
src/ext/ca/serverca/scasched/scaproperty7.cpp
src/ext/ca/serverca/scasched/scaproperty7.h
src/ext/ca/serverca/scasched/scasched.cpp
src/ext/ca/serverca/scasched/scasched.def
src/ext/ca/serverca/scasched/scasched.rc
src/ext/ca/serverca/scasched/scasched.vcxproj
src/ext/ca/serverca/scasched/scasmb.h
src/ext/ca/serverca/scasched/scasmbsched.cpp
src/ext/ca/serverca/scasched/scasql.cpp
src/ext/ca/serverca/scasched/scasqlstr.cpp
src/ext/ca/serverca/scasched/scasqlstr.h
src/ext/ca/serverca/scasched/scassl.cpp
src/ext/ca/serverca/scasched/scassl.h
src/ext/ca/serverca/scasched/scassl7.cpp
src/ext/ca/serverca/scasched/scassl7.h
src/ext/ca/serverca/scasched/scauser.cpp
src/ext/ca/serverca/scasched/scauser.h
src/ext/ca/serverca/scasched/scavdir.cpp
src/ext/ca/serverca/scasched/scavdir.h
src/ext/ca/serverca/scasched/scavdir7.cpp
src/ext/ca/serverca/scasched/scavdir7.h
src/ext/ca/serverca/scasched/scaweb.cpp
src/ext/ca/serverca/scasched/scaweb.h
src/ext/ca/serverca/scasched/scaweb7.cpp
src/ext/ca/serverca/scasched/scaweb7.h
src/ext/ca/serverca/scasched/scawebapp.cpp
src/ext/ca/serverca/scasched/scawebapp.h
src/ext/ca/serverca/scasched/scawebapp7.cpp
src/ext/ca/serverca/scasched/scawebapp7.h
src/ext/ca/serverca/scasched/scawebappext.cpp
src/ext/ca/serverca/scasched/scawebappext.h
src/ext/ca/serverca/scasched/scawebappext7.cpp
src/ext/ca/serverca/scasched/scawebappext7.h
src/ext/ca/serverca/scasched/scawebdir.cpp
src/ext/ca/serverca/scasched/scawebdir.h
src/ext/ca/serverca/scasched/scawebdir7.cpp
src/ext/ca/serverca/scasched/scawebdir7.h
src/ext/ca/serverca/scasched/scaweberr.cpp
src/ext/ca/serverca/scasched/scaweberr.h
src/ext/ca/serverca/scasched/scaweberr7.cpp
src/ext/ca/serverca/scasched/scaweberr7.h
src/ext/ca/serverca/scasched/scaweblog.cpp
src/ext/ca/serverca/scasched/scaweblog.h
src/ext/ca/serverca/scasched/scaweblog7.cpp
src/ext/ca/serverca/scasched/scaweblog7.h
src/ext/ca/serverca/scasched/scawebprop.cpp
src/ext/ca/serverca/scasched/scawebprop.h
src/ext/ca/serverca/scasched/scawebprop7.cpp
src/ext/ca/serverca/scasched/scawebprop7.h
src/ext/ca/serverca/scasched/scawebsvcext.cpp
src/ext/ca/serverca/scasched/scawebsvcext.h
src/ext/ca/serverca/scasched/scawebsvcext7.cpp
src/ext/ca/serverca/scasched/scawebsvcext7.h
src/ext/ca/wixca/dll/CheckReboot.cpp
src/ext/ca/wixca/dll/CloseApps.cpp
src/ext/ca/wixca/dll/OsInfo.cpp
src/ext/ca/wixca/dll/RemoveFoldersEx.cpp
src/ext/ca/wixca/dll/RestartManager.cpp
src/ext/ca/wixca/dll/XmlConfig.cpp
src/ext/ca/wixca/dll/XmlFile.cpp
src/ext/ca/wixca/dll/cacleanup.cpp
src/ext/ca/wixca/dll/cost.h
src/ext/ca/wixca/dll/exitearlywithsuccess.cpp
src/ext/ca/wixca/dll/netshortcuts.cpp
src/ext/ca/wixca/dll/precomp.h
src/ext/ca/wixca/dll/qtexecca.cpp
src/ext/ca/wixca/dll/secureobj.cpp
src/ext/ca/wixca/dll/serviceconfig.cpp
src/ext/ca/wixca/dll/shellexecca.cpp
src/ext/ca/wixca/dll/test.cpp
src/ext/ca/wixca/dll/wixca.cpp
src/ext/ca/wixca/dll/wixca.def
src/ext/ca/wixca/dll/wixca.rc
src/ext/ca/wixca/dll/wixca.vcxproj
src/ext/ca/wixca/dll/wixca_x64.def
src/ext/ext.proj
src/ext/lux/ca/CustomAction.config
src/ext/lux/ca/CustomAction.cs
src/ext/lux/ca/LuxCustomActions.csproj
src/ext/lux/ca/LuxLogger.cs
src/ext/lux/ca/LuxUnitTest.cs
src/ext/lux/ca/LuxUnitTestFactory.cs
src/ext/lux/lux.proj
src/ext/lux/lux/App.ico
src/ext/lux/lux/AssemblyInfo.cs
src/ext/lux/lux/Data/messages.xml
src/ext/lux/lux/Generator.cs
src/ext/lux/lux/LuxStrings.Designer.cs
src/ext/lux/lux/LuxStrings.resx
src/ext/lux/lux/app.config
src/ext/lux/lux/lux.cs
src/ext/lux/lux/lux.csproj
src/ext/lux/lux/lux.exe.manifest
src/ext/lux/lux/lux.rc
src/ext/lux/nit/App.ico
src/ext/lux/nit/AssemblyInfo.cs
src/ext/lux/nit/Data/messages.xml
src/ext/lux/nit/NitStrings.Designer.cs
src/ext/lux/nit/NitStrings.resx
src/ext/lux/nit/TestRunner.cs
src/ext/lux/nit/app.config
src/ext/lux/nit/nit.cs
src/ext/lux/nit/nit.csproj
src/ext/lux/nit/nit.exe.manifest
src/ext/lux/nit/nit.rc
src/ext/lux/samples/LuxSample1/CustomActions.wxs
src/ext/lux/samples/LuxSample1/LuxSample1.wixproj
src/ext/lux/samples/LuxSample1/Product.wxs
src/ext/lux/samples/MSBuildInEnlistment.cmd
src/ext/lux/samples/Mutations/CustomActions.wxs
src/ext/lux/samples/Mutations/Mutations.wixproj
src/ext/lux/samples/Mutations/Product.wxs
src/ext/lux/shared/Constants.cs
src/ext/lux/shared/operatortypes.cs
src/ext/lux/tasks/AssemblyInfo.cs
src/ext/lux/tasks/Data/messages.xml
src/ext/lux/tasks/GenerateTestConsumer.cs
src/ext/lux/tasks/LuxTasks.csproj
src/ext/lux/tasks/Nit.cs
src/ext/lux/tasks/lux.targets
src/ext/lux/wixext/AssemblyInfo.cs
src/ext/lux/wixext/LuxCompiler.cs
src/ext/lux/wixext/LuxExtensionData.cs
src/ext/lux/wixext/WixLuxExtension.csproj
src/ext/lux/wixext/Xsd/lux.xsd
src/ext/lux/wixext/data/messages.xml
src/ext/lux/wixext/data/tables.xml
src/ext/lux/wixlib/LuxLib.wixproj
src/ext/lux/wixlib/LuxLib.wxs
src/ext/lux/wixlib/en-us.wxl
src/libs/balutil/balcondition.cpp
src/libs/balutil/balinfo.cpp
src/libs/balutil/balretry.cpp
src/libs/balutil/balutil.cpp
src/libs/balutil/balutil.vcxproj
src/libs/balutil/balutil.vcxproj.filters
src/libs/balutil/inc/BalBaseBootstrapperApplication.h
src/libs/balutil/inc/IBootstrapperBAFunction.h
src/libs/balutil/inc/balcondition.h
src/libs/balutil/inc/balinfo.h
src/libs/balutil/inc/balretry.h
src/libs/balutil/inc/balutil.h
src/libs/balutil/precomp.h
src/libs/deputil/deputil.cpp
src/libs/deputil/deputil.vcxproj
src/libs/deputil/deputil.vcxproj.filters
src/libs/deputil/inc/deputil.h
src/libs/deputil/precomp.h
src/libs/dutil/aclutil.cpp
src/libs/dutil/apuputil.cpp
src/libs/dutil/atomutil.cpp
src/libs/dutil/buffutil.cpp
src/libs/dutil/cabcutil.cpp
src/libs/dutil/cabutil.cpp
src/libs/dutil/certutil.cpp
src/libs/dutil/conutil.cpp
src/libs/dutil/cryputil.cpp
src/libs/dutil/dictutil.cpp
src/libs/dutil/dirutil.cpp
src/libs/dutil/dutil.cpp
src/libs/dutil/dutil.vcxproj
src/libs/dutil/dutil.vcxproj.filters
src/libs/dutil/eseutil.cpp
src/libs/dutil/fileutil.cpp
src/libs/dutil/gdiputil.cpp
src/libs/dutil/iis7util.cpp
src/libs/dutil/inc/aclutil.h
src/libs/dutil/inc/apuputil.h
src/libs/dutil/inc/atomutil.h
src/libs/dutil/inc/buffutil.h
src/libs/dutil/inc/cabcutil.h
src/libs/dutil/inc/cabutil.h
src/libs/dutil/inc/certutil.h
src/libs/dutil/inc/conutil.h
src/libs/dutil/inc/cryputil.h
src/libs/dutil/inc/dictutil.h
src/libs/dutil/inc/dirutil.h
src/libs/dutil/inc/dutil.h
src/libs/dutil/inc/eseutil.h
src/libs/dutil/inc/fileutil.h
src/libs/dutil/inc/gdiputil.h
src/libs/dutil/inc/iis7util.h
src/libs/dutil/inc/inetutil.h
src/libs/dutil/inc/iniutil.h
src/libs/dutil/inc/jsonutil.h
src/libs/dutil/inc/locutil.h
src/libs/dutil/inc/logutil.h
src/libs/dutil/inc/memutil.h
src/libs/dutil/inc/metautil.h
src/libs/dutil/inc/monutil.h
src/libs/dutil/inc/osutil.h
src/libs/dutil/inc/pathutil.h
src/libs/dutil/inc/perfutil.h
src/libs/dutil/inc/polcutil.h
src/libs/dutil/inc/procutil.h
src/libs/dutil/inc/regutil.h
src/libs/dutil/inc/resrutil.h
src/libs/dutil/inc/reswutil.h
src/libs/dutil/inc/rexutil.h
src/libs/dutil/inc/rmutil.h
src/libs/dutil/inc/rssutil.h
src/libs/dutil/inc/sceutil.h
src/libs/dutil/inc/shelutil.h
src/libs/dutil/inc/sqlutil.h
src/libs/dutil/inc/srputil.h
src/libs/dutil/inc/strutil.h
src/libs/dutil/inc/svcutil.h
src/libs/dutil/inc/thmutil.h
src/libs/dutil/inc/timeutil.h
src/libs/dutil/inc/uriutil.h
src/libs/dutil/inc/userutil.h
src/libs/dutil/inc/wiutil.h
src/libs/dutil/inc/wuautil.h
src/libs/dutil/inc/xmlutil.h
src/libs/dutil/inetutil.cpp
src/libs/dutil/iniutil.cpp
src/libs/dutil/jsonutil.cpp
src/libs/dutil/locutil.cpp
src/libs/dutil/logutil.cpp
src/libs/dutil/memutil.cpp
src/libs/dutil/metautil.cpp
src/libs/dutil/monutil.cpp
src/libs/dutil/osutil.cpp
src/libs/dutil/pathutil.cpp
src/libs/dutil/perfutil.cpp
src/libs/dutil/polcutil.cpp
src/libs/dutil/precomp.h
src/libs/dutil/proc2utl.cpp
src/libs/dutil/proc3utl.cpp
src/libs/dutil/procutil.cpp
src/libs/dutil/regutil.cpp
src/libs/dutil/resrutil.cpp
src/libs/dutil/reswutil.cpp
src/libs/dutil/rexutil.cpp
src/libs/dutil/rmutil.cpp
src/libs/dutil/rssutil.cpp
src/libs/dutil/sceutil.cpp
src/libs/dutil/shelutil.cpp
src/libs/dutil/sqlutil.cpp
src/libs/dutil/srputil.cpp
src/libs/dutil/strutil.cpp
src/libs/dutil/svcutil.cpp
src/libs/dutil/thmutil.cpp
src/libs/dutil/timeutil.cpp
src/libs/dutil/uriutil.cpp
src/libs/dutil/userutil.cpp
src/libs/dutil/wiutil.cpp
src/libs/dutil/wuautil.cpp
src/libs/dutil/xmlutil.cpp
src/libs/dutil/xsd/thmutil.xsd
src/libs/libs.proj
src/libs/libs_multitarget.proj
src/libs/wcautil/custommsierrors.h
src/libs/wcautil/precomp.h
src/libs/wcautil/qtexec.cpp
src/libs/wcautil/wcalog.cpp
src/libs/wcautil/wcalog.h
src/libs/wcautil/wcascript.cpp
src/libs/wcautil/wcautil.cpp
src/libs/wcautil/wcautil.h
src/libs/wcautil/wcautil.vcxproj
src/libs/wcautil/wcawow64.cpp
src/libs/wcautil/wcawow64.h
src/libs/wcautil/wcawrap.cpp
src/libs/wcautil/wcawrapquery.cpp
src/libs/wcautil/wcawrapquery.h
src/lux.sln
src/tools/WixTasks/AssemblyInfo.cs
src/tools/WixTasks/Candle.cs
src/tools/WixTasks/Common.cs
src/tools/WixTasks/ConvertReferences.cs
src/tools/WixTasks/CreateItemAvoidingInference.cs
src/tools/WixTasks/CreateProjectReferenceDefineConstants.cs
src/tools/WixTasks/FileSearchHelperMethods.cs
src/tools/WixTasks/GenerateCompileWithObjectPath.cs
src/tools/WixTasks/GetCabList.cs
src/tools/WixTasks/GetLooseFileList.cs
src/tools/WixTasks/GlobalSuppressions.cs
src/tools/WixTasks/Insignia.cs
src/tools/WixTasks/Light.cs
src/tools/WixTasks/Lit.cs
src/tools/WixTasks/Pyro.cs
src/tools/WixTasks/ReadRegistry.cs
src/tools/WixTasks/RefreshBundleGeneratedFile.cs
src/tools/WixTasks/RefreshGeneratedFile.cs
src/tools/WixTasks/RegistryBase.cs
src/tools/WixTasks/ReplaceString.cs
src/tools/WixTasks/ResolveWixReferences.cs
src/tools/WixTasks/Torch.cs
src/tools/WixTasks/WixAssignCulture.cs
src/tools/WixTasks/WixCommandLineBuilder.cs
src/tools/WixTasks/WixTasks.csproj
src/tools/WixTasks/WixToolTask.cs
src/tools/WixTasks/heatdirectory.cs
src/tools/WixTasks/heatfile.cs
src/tools/WixTasks/heatproject.cs
src/tools/WixTasks/heattask.cs
src/tools/WixTasks/redirect.wix.ca.targets
src/tools/WixTasks/redirect.wix.targets
src/tools/WixTasks/wix.ca.targets
src/tools/WixTasks/wix.harvest.targets
src/tools/WixTasks/wix.signing.targets
src/tools/WixTasks/wix.targets
src/tools/WixUnit/AssemblyInfo.cs
src/tools/WixUnit/CandleUnit.cs
src/tools/WixUnit/CompareUnit.cs
src/tools/WixUnit/DarkUnit.cs
src/tools/WixUnit/HeatUnit.cs
src/tools/WixUnit/ICommandArgs.cs
src/tools/WixUnit/InsigniaUnit.cs
src/tools/WixUnit/LightUnit.cs
src/tools/WixUnit/LitUnit.cs
src/tools/WixUnit/ProcessUnit.cs
src/tools/WixUnit/PyroUnit.cs
src/tools/WixUnit/SmokeUnit.cs
src/tools/WixUnit/ToolUtility.cs
src/tools/WixUnit/TorchUnit.cs
src/tools/WixUnit/UnitResults.cs
src/tools/WixUnit/WixCop.settings.xml
src/tools/WixUnit/WixProjUnit.cs
src/tools/WixUnit/WixUnit.cs
src/tools/WixUnit/WixUnit.csproj
src/tools/WixUnit/app.config
src/tools/WixUnit/unitTests.xsd
src/tools/WixUnit/wixunit.exe.manifest
src/tools/WixUnit/wixunit.rc
src/tools/Wui/AssemblyDefaultClickThroughUIAttribute.cs
src/tools/Wui/AssemblyInfo.cs
src/tools/Wui/BrowsePathStep.Designer.cs
src/tools/Wui/BrowsePathStep.cs
src/tools/Wui/BrowsePathStep.resx
src/tools/Wui/BuildStep.Designer.cs
src/tools/Wui/BuildStep.cs
src/tools/Wui/BuildStep.resx
src/tools/Wui/ClickThroughUIExtension.cs
src/tools/Wui/FeedStep.Designer.cs
src/tools/Wui/FeedStep.cs
src/tools/Wui/FeedStep.resx
src/tools/Wui/NativeMethods.cs
src/tools/Wui/PackageInfoStep.Designer.cs
src/tools/Wui/PackageInfoStep.cs
src/tools/Wui/PackageInfoStep.resx
src/tools/Wui/PickEntryStep.Designer.cs
src/tools/Wui/PickEntryStep.cs
src/tools/Wui/PickEntryStep.resx
src/tools/Wui/UpdateInfoStep.Designer.cs
src/tools/Wui/UpdateInfoStep.cs
src/tools/Wui/UpdateInfoStep.resx
src/tools/Wui/Wui.csproj
src/tools/ambient/applib/applib.wxs
src/tools/ambient/appsynup/appsynup.build
src/tools/ambient/appsynup/appsynup.cpp
src/tools/ambient/appsynup/download.cpp
src/tools/ambient/appsynup/inc/appsynup.h
src/tools/ambient/appsynup/precomp.h
src/tools/ambient/dll/Application.cs
src/tools/ambient/dll/AssemblyInfo.cs
src/tools/ambient/dll/FileSystemScraper.cs
src/tools/ambient/dll/ambient.csproj
src/tools/candle/App.ico
src/tools/candle/AssemblyInfo.cs
src/tools/candle/CandleCommandLine.cs
src/tools/candle/CandleStrings.Designer.cs
src/tools/candle/CandleStrings.resx
src/tools/candle/CompileFile.cs
src/tools/candle/app.config
src/tools/candle/candle.cs
src/tools/candle/candle.csproj
src/tools/candle/candle.exe.manifest
src/tools/candle/candle.rc
src/tools/ct/ClickThrough/App.ico
src/tools/ct/ClickThrough/AssemblyInfo.cs
src/tools/ct/ClickThrough/ClickThrough.csproj
src/tools/ct/ClickThrough/ClickThrough.exe.config
src/tools/ct/ClickThrough/ClickThrough.exe.manifest
src/tools/ct/ClickThrough/ClickThrough.rc
src/tools/ct/ClickThrough/ClickThrough.sln
src/tools/ct/ClickThrough/ClickThroughForm.cs
src/tools/ct/ClickThrough/ClickThroughForm.resx
src/tools/ct/ClickThrough/Data/messages.xml
src/tools/ct/ClickThrough/FilesControl.cs
src/tools/ct/ClickThrough/FilesControl.resx
src/tools/ct/ClickThrough/Header.cs
src/tools/ct/ClickThrough/Header.resx
src/tools/ct/ClickThrough/NativeMethods.cs
src/tools/ct/ClickThrough/PackageBuilder.cs
src/tools/ct/ClickThrough/PickIconDialog.cs
src/tools/ct/ClickThrough/PickIconDialog.resx
src/tools/ct/ClickThrough/ProgressDialog.cs
src/tools/ct/ClickThrough/ProgressDialog.resx
src/tools/ct/ClickThrough/ProgressEventArgs.cs
src/tools/ct/ClickThrough/RegistryControl.cs
src/tools/ct/ClickThrough/RegistryControl.resx
src/tools/ct/ClickThrough/Serialize/CodeDomInterfaces.cs
src/tools/ct/ClickThrough/Serialize/CodeDomReader.cs
src/tools/ct/ClickThrough/Serialize/ElementCollection.cs
src/tools/ct/ClickThrough/StatusChangingEventArgs.cs
src/tools/ct/ClickThrough/SummaryControl.cs
src/tools/ct/ClickThrough/SummaryControl.resx
src/tools/ct/ClickThrough/WixFolderBrowserDialog.cs
src/tools/ct/ClickThrough/WixFolderBrowserDialog.resx
src/tools/ct/ClickThrough/Xsd/ClickThrough.xsd
src/tools/ct/ClickThrough/clickthrough.build
src/tools/ct/console/AssemblyInfo.cs
src/tools/ct/console/CTStrings.Designer.cs
src/tools/ct/console/CTStrings.resx
src/tools/ct/console/app.config
src/tools/ct/console/console.build
src/tools/ct/console/ct.cs
src/tools/ct/console/ct.csproj
src/tools/ct/console/ct.exe.manifest
src/tools/ct/console/ct.rc
src/tools/ct/setup/ClickThrough.wxs
src/tools/ct/setup/setup.build
src/tools/ct/ui/AssemblyInfo.cs
src/tools/ct/ui/ClickThroughForm.Designer.cs
src/tools/ct/ui/ClickThroughForm.cs
src/tools/ct/ui/ClickThroughForm.resx
src/tools/ct/ui/Program.cs
src/tools/ct/ui/Resources/Logo.png
src/tools/ct/ui/Resources/circle1.PNG
src/tools/ct/ui/Resources/circle2.PNG
src/tools/ct/ui/Resources/circle3.PNG
src/tools/ct/ui/Resources/circle4.PNG
src/tools/ct/ui/Resources/circle5.PNG
src/tools/ct/ui/Resources/circle6.PNG
src/tools/ct/ui/Resources/circle7.PNG
src/tools/ct/ui/Resources/circle8.PNG
src/tools/ct/ui/Resources/circle9.PNG
src/tools/ct/ui/StepPanel.cs
src/tools/ct/ui/StepPictures.Designer.cs
src/tools/ct/ui/StepPictures.resx
src/tools/ct/ui/WelcomePage.Designer.cs
src/tools/ct/ui/WelcomePage.cs
src/tools/ct/ui/WelcomePage.resx
src/tools/ct/ui/WixBanner.cs
src/tools/ct/ui/WorkPage.Designer.cs
src/tools/ct/ui/WorkPage.cs
src/tools/ct/ui/WorkPage.resx
src/tools/ct/ui/app.config
src/tools/ct/ui/ctui.csproj
src/tools/ct/ui/ctui.exe.manifest
src/tools/ct/ui/ctui.rc
src/tools/dark/App.ico
src/tools/dark/AssemblyInfo.cs
src/tools/dark/DarkStrings.Designer.cs
src/tools/dark/DarkStrings.resx
src/tools/dark/app.config
src/tools/dark/dark.cs
src/tools/dark/dark.csproj
src/tools/dark/dark.exe.manifest
src/tools/dark/dark.rc
src/tools/heat/AssemblyInfo.cs
src/tools/heat/HeatStrings.Designer.cs
src/tools/heat/HeatStrings.resx
src/tools/heat/app.config
src/tools/heat/heat.cs
src/tools/heat/heat.csproj
src/tools/heat/heat.exe.manifest
src/tools/heat/heat.rc
src/tools/insignia/AssemblyInfo.cs
src/tools/insignia/InsigniaStrings.Designer.cs
src/tools/insignia/InsigniaStrings.resx
src/tools/insignia/app.config
src/tools/insignia/insignia.cs
src/tools/insignia/insignia.csproj
src/tools/insignia/insignia.exe.manifest
src/tools/insignia/insignia.rc
src/tools/light/App.ico
src/tools/light/AssemblyInfo.cs
src/tools/light/LightCommandLine.cs
src/tools/light/LightStrings.Designer.cs
src/tools/light/LightStrings.resx
src/tools/light/app.config
src/tools/light/darice.cub
src/tools/light/light.cs
src/tools/light/light.csproj
src/tools/light/light.exe.manifest
src/tools/light/light.rc
src/tools/light/mergemod.cub
src/tools/light/mergemod.dll
src/tools/lit/App.ico
src/tools/lit/AssemblyInfo.cs
src/tools/lit/LitCommandLine.cs
src/tools/lit/LitStrings.Designer.cs
src/tools/lit/LitStrings.resx
src/tools/lit/app.config
src/tools/lit/lit.cs
src/tools/lit/lit.csproj
src/tools/lit/lit.exe.manifest
src/tools/lit/lit.rc
src/tools/melt/AssemblyInfo.cs
src/tools/melt/MeltStrings.Designer.cs
src/tools/melt/MeltStrings.resx
src/tools/melt/app.config
src/tools/melt/melt.cs
src/tools/melt/melt.csproj
src/tools/melt/melt.exe.manifest
src/tools/melt/melt.rc
src/tools/pyro/App.ico
src/tools/pyro/AssemblyInfo.cs
src/tools/pyro/PyroCommandLine.cs
src/tools/pyro/PyroStrings.Designer.cs
src/tools/pyro/PyroStrings.resx
src/tools/pyro/app.config
src/tools/pyro/mspatchc.dll
src/tools/pyro/pyro.cs
src/tools/pyro/pyro.csproj
src/tools/pyro/pyro.exe.manifest
src/tools/pyro/pyro.rc
src/tools/retina/AssemblyInfo.cs
src/tools/retina/RetinaStrings.Designer.cs
src/tools/retina/RetinaStrings.resx
src/tools/retina/app.config
src/tools/retina/retina.cs
src/tools/retina/retina.csproj
src/tools/retina/retina.exe.manifest
src/tools/retina/retina.rc
src/tools/shine/AssemblyInfo.cs
src/tools/shine/CommandLine.cs
src/tools/shine/ScanResult.cs
src/tools/shine/ScannedProject.cs
src/tools/shine/ScannedProjectProjectReference.cs
src/tools/shine/ScannedProjectSourceFileReference.cs
src/tools/shine/ScannedSourceFile.cs
src/tools/shine/ScannedSourceFileSymbolReference.cs
src/tools/shine/ScannedSymbol.cs
src/tools/shine/ScannedSymbolSymbolReference.cs
src/tools/shine/ScannedUnresolvedReference.cs
src/tools/shine/Scanner.cs
src/tools/shine/ScannerMessageEventArgs.cs
src/tools/shine/app.config
src/tools/shine/shine.cs
src/tools/shine/shine.csproj
src/tools/shine/shine.exe.manifest
src/tools/shine/shine.rc
src/tools/smoke/AssemblyInfo.cs
src/tools/smoke/SmokeStrings.Designer.cs
src/tools/smoke/SmokeStrings.resx
src/tools/smoke/app.config
src/tools/smoke/smoke.cs
src/tools/smoke/smoke.csproj
src/tools/smoke/smoke.exe.manifest
src/tools/smoke/smoke.rc
src/tools/swix/BlockDeflateStream/BlockDeflateStream.cpp
src/tools/swix/BlockDeflateStream/BlockDeflateStream.h
src/tools/swix/BlockDeflateStream/BlockDeflateStream.rc
src/tools/swix/BlockDeflateStream/BlockDeflateStream.vcxproj
src/tools/swix/BlockDeflateStream/BlockDeflateStream.vcxproj.filters
src/tools/swix/BlockDeflateStream/precomp.h
src/tools/swix/BlockDeflateStream/zconf.h
src/tools/swix/BlockDeflateStream/zlib.h
src/tools/swix/BlockDeflateStream/zlib.lib
src/tools/swix/LanguageService/AssemblyInfo.cs
src/tools/swix/LanguageService/Classifier.cs
src/tools/swix/LanguageService/CommandFilter.cs
src/tools/swix/LanguageService/CompilerMessageTagger.cs
src/tools/swix/LanguageService/CompletionSource.cs
src/tools/swix/LanguageService/GlobalSuppressions.cs
src/tools/swix/LanguageService/IntellisenseController.cs
src/tools/swix/LanguageService/LanguageService.csproj
src/tools/swix/LanguageService/ObjectTree.cs
src/tools/swix/LanguageService/QuickInfoSource.cs
src/tools/swix/LanguageService/Resources/Package.ico
src/tools/swix/LanguageService/SourceFileCompiler.cs
src/tools/swix/LanguageService/TypeDefinitions.cs
src/tools/swix/LanguageService/source.extension.vsixmanifest
src/tools/swix/ParserCore/Error.cs
src/tools/swix/ParserCore/Position.cs
src/tools/swix/ParserCore/Statement.cs
src/tools/swix/ParserCore/StatementBuilder.cs
src/tools/swix/ParserCore/Token.cs
src/tools/swix/ParserCore/TokenBuffer.cs
src/tools/swix/TypedMessageGenerator/AssemblyInfo.cs
src/tools/swix/TypedMessageGenerator/CodeGeneration.cs
src/tools/swix/TypedMessageGenerator/Editor/Classifier.cs
src/tools/swix/TypedMessageGenerator/Editor/CompilerMessageTagger.cs
src/tools/swix/TypedMessageGenerator/Editor/CompletionSource.cs
src/tools/swix/TypedMessageGenerator/Editor/IntellisenseController.cs
src/tools/swix/TypedMessageGenerator/Editor/QuickInfoSource.cs
src/tools/swix/TypedMessageGenerator/Editor/SignatureHelpSource.cs
src/tools/swix/TypedMessageGenerator/Editor/SourceFileCompiler.cs
src/tools/swix/TypedMessageGenerator/Editor/TypeDefinitions.cs
src/tools/swix/TypedMessageGenerator/Extensions.cs
src/tools/swix/TypedMessageGenerator/GlobalSuppressions.cs
src/tools/swix/TypedMessageGenerator/Messages.cs
src/tools/swix/TypedMessageGenerator/MultiFileGenerator.cs
src/tools/swix/TypedMessageGenerator/Parser/Lexer.cs
src/tools/swix/TypedMessageGenerator/Parser/Parser.cs
src/tools/swix/TypedMessageGenerator/Parser/StatementParser.cs
src/tools/swix/TypedMessageGenerator/Resources.Designer.cs
src/tools/swix/TypedMessageGenerator/Resources.resx
src/tools/swix/TypedMessageGenerator/Resources/Package.ico
src/tools/swix/TypedMessageGenerator/ResxGeneration.cs
src/tools/swix/TypedMessageGenerator/TypedMessageGenerator.cs
src/tools/swix/TypedMessageGenerator/TypedMessageGenerator.csproj
src/tools/swix/TypedMessageGenerator/VSPackage.resx
src/tools/swix/TypedMessageGenerator/source.extension.vsixmanifest
src/tools/swix/doc/SimplifiedWix.md
src/tools/swix/doc/doc.proj
src/tools/swix/doc/footer.html
src/tools/swix/doc/header.html
src/tools/swix/doc/images/wixlogo.jpg
src/tools/swix/swc/AssemblyInfo.cs
src/tools/swix/swc/CommandLine.cs
src/tools/swix/swc/FilePathTaskItem.cs
src/tools/swix/swc/Messaging.cs
src/tools/swix/swc/SimplifiedWiX.targets
src/tools/swix/swc/SimplifiedWixCompiler.cs
src/tools/swix/swc/swc.csproj
src/tools/swix/swcore/AssemblyInfo.cs
src/tools/swix/swcore/CompilerBackend/Appx/AppxBackendCompiler.cs
src/tools/swix/swcore/CompilerBackend/Appx/AppxManifest.cs
src/tools/swix/swcore/CompilerBackend/Appx/AppxPackage.cs
src/tools/swix/swcore/CompilerBackend/Appx/IAppxManifest.cs
src/tools/swix/swcore/CompilerBackend/Appx/ManifestApplicationItem.cs
src/tools/swix/swcore/CompilerBackend/Appx/ManifestItem.cs
src/tools/swix/swcore/CompilerBackend/Appx/ManifestPackageItem.cs
src/tools/swix/swcore/CompilerBackend/Appx/Zip.cs
src/tools/swix/swcore/CompilerBackend/Appx/ZipCompressionMethod.cs
src/tools/swix/swcore/CompilerBackend/Appx/ZipCrc.cs
src/tools/swix/swcore/CompilerBackend/Appx/ZipEndOfCentralDirectory.cs
src/tools/swix/swcore/CompilerBackend/Appx/ZipExtraFileField.cs
src/tools/swix/swcore/CompilerBackend/Appx/ZipFileHeader.cs
src/tools/swix/swcore/CompilerBackend/Appx/schema/AppxManifestSchema.xsd
src/tools/swix/swcore/CompilerBackend/BackendCompiler.cs
src/tools/swix/swcore/CompilerBackend/FileTransfer.cs
src/tools/swix/swcore/CompilerBackend/PackageFile.cs
src/tools/swix/swcore/CompilerBackend/Vsix/VsixBackendCompiler.cs
src/tools/swix/swcore/CompilerBackend/Vsix/VsixManifest.cs
src/tools/swix/swcore/CompilerBackend/Vsix/schema/VsixManifestSchema.xsd
src/tools/swix/swcore/CompilerBackend/Wix/MurmurHash3.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixBackendCompiler.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixBackendCompilerServices.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixClassId.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixFile.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixFileSearch.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixFolder.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixFolderReference.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixGroup.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixItem.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixNativeImage.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixProperty.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixReference.cs
src/tools/swix/swcore/CompilerBackend/Wix/WixSection.cs
src/tools/swix/swcore/CompilerException.cs
src/tools/swix/swcore/CompilerExtension.cs
src/tools/swix/swcore/CompilerFileManager.cs
src/tools/swix/swcore/CompilerFrontend/AttachedPropertyObjectType.cs
src/tools/swix/swcore/CompilerFrontend/AttachedPropertySetterType.cs
src/tools/swix/swcore/CompilerFrontend/DelayedItemLookup.cs
src/tools/swix/swcore/CompilerFrontend/FileSystemResourceManager.cs
src/tools/swix/swcore/CompilerFrontend/FrontendCompiler.cs
src/tools/swix/swcore/CompilerFrontend/IdTypeConverter.cs
src/tools/swix/swcore/CompilerFrontend/ObjectInstanceType.cs
src/tools/swix/swcore/CompilerFrontend/ObjectInstanceTypeCache.cs
src/tools/swix/swcore/CompilerFrontend/ObjectInstantiator.cs
src/tools/swix/swcore/CompilerFrontend/Parser/ParserLanguage.cs
src/tools/swix/swcore/CompilerFrontend/Parser/RtypeLexer.cs
src/tools/swix/swcore/CompilerFrontend/Parser/RtypeParser.cs
src/tools/swix/swcore/CompilerFrontend/Parser/RtypeStatementParser.cs
src/tools/swix/swcore/CompilerFrontend/Parser/XmlLexer.cs
src/tools/swix/swcore/CompilerFrontend/Parser/XmlParser.cs
src/tools/swix/swcore/CompilerFrontend/Parser/XmlStatementParser.cs
src/tools/swix/swcore/CompilerFrontend/PropertyInstanceType.cs
src/tools/swix/swcore/CompilerFrontend/PropertyTypeBase.cs
src/tools/swix/swcore/CompilerFrontend/QualifiedFileTypeConverter.cs
src/tools/swix/swcore/CompilerFrontend/TypeConverterContext.cs
src/tools/swix/swcore/CompilerFrontend/VersionTypeConverter.cs
src/tools/swix/swcore/CompilerMessage.Generated.cs
src/tools/swix/swcore/CompilerMessage.Generated.resx
src/tools/swix/swcore/CompilerMessage.msgs
src/tools/swix/swcore/CompilerMessageEventArgs.cs
src/tools/swix/swcore/DefaultCompilerExtensionAttribute.cs
src/tools/swix/swcore/FileLineNumber.cs
src/tools/swix/swcore/Intermediate.cs
src/tools/swix/swcore/Lexicon/Application.cs
src/tools/swix/swcore/Lexicon/Appx/AccountPictureProvider.cs
src/tools/swix/swcore/Lexicon/Appx/AdditionalTask.cs
src/tools/swix/swcore/Lexicon/Appx/Application.cs
src/tools/swix/swcore/Lexicon/Appx/ApplicationExtensionItem.cs
src/tools/swix/swcore/Lexicon/Appx/BackgroundTask.cs
src/tools/swix/swcore/Lexicon/Appx/CameraSettings.cs
src/tools/swix/swcore/Lexicon/Appx/Capability.cs
src/tools/swix/swcore/Lexicon/Appx/ContactPicker.cs
src/tools/swix/swcore/Lexicon/Appx/ContentUri.cs
src/tools/swix/swcore/Lexicon/Appx/DataFormat.cs
src/tools/swix/swcore/Lexicon/Appx/DeviceCapability.cs
src/tools/swix/swcore/Lexicon/Appx/DigitalRightsManagement.cs
src/tools/swix/swcore/Lexicon/Appx/FileExtension.cs
src/tools/swix/swcore/Lexicon/Appx/FileOpenPicker.cs
src/tools/swix/swcore/Lexicon/Appx/FileSavePicker.cs
src/tools/swix/swcore/Lexicon/Appx/InitialRotation.cs
src/tools/swix/swcore/Lexicon/Appx/LockScreen.cs
src/tools/swix/swcore/Lexicon/Appx/PrinterSettings.cs
src/tools/swix/swcore/Lexicon/Appx/Search.cs
src/tools/swix/swcore/Lexicon/Appx/ShareTarget.cs
src/tools/swix/swcore/Lexicon/Appx/SplashScreen.cs
src/tools/swix/swcore/Lexicon/Appx/SupportedDataFormat.cs
src/tools/swix/swcore/Lexicon/Appx/Tile.cs
src/tools/swix/swcore/Lexicon/Class.cs
src/tools/swix/swcore/Lexicon/ClassAttribute.cs
src/tools/swix/swcore/Lexicon/ClassAttributeType.cs
src/tools/swix/swcore/Lexicon/DefaultCollectionAttribute.cs
src/tools/swix/swcore/Lexicon/DefaultPropertyAttribute.cs
src/tools/swix/swcore/Lexicon/Dependency.cs
src/tools/swix/swcore/Lexicon/File.cs
src/tools/swix/swcore/Lexicon/FileAssociation.cs
src/tools/swix/swcore/Lexicon/FileSystemResource.cs
src/tools/swix/swcore/Lexicon/FileType.cs
src/tools/swix/swcore/Lexicon/Folder.cs
src/tools/swix/swcore/Lexicon/GameExplorer.cs
src/tools/swix/swcore/Lexicon/Group.cs
src/tools/swix/swcore/Lexicon/IFileReference.cs
src/tools/swix/swcore/Lexicon/IHarvestResource.cs
src/tools/swix/swcore/Lexicon/IPackageItem.cs
src/tools/swix/swcore/Lexicon/IParentItem.cs
src/tools/swix/swcore/Lexicon/ITargetFile.cs
src/tools/swix/swcore/Lexicon/InprocServer.cs
src/tools/swix/swcore/Lexicon/Interface.cs
src/tools/swix/swcore/Lexicon/Msi/FileSearch.cs
src/tools/swix/swcore/Lexicon/Msi/Install.cs
src/tools/swix/swcore/Lexicon/Msi/Ngen.cs
src/tools/swix/swcore/Lexicon/Msi/NgenPackageItem.cs
src/tools/swix/swcore/Lexicon/Msi/Property.cs
src/tools/swix/swcore/Lexicon/OutprocServer.cs
src/tools/swix/swcore/Lexicon/Package.cs
src/tools/swix/swcore/Lexicon/PackageItem.cs
src/tools/swix/swcore/Lexicon/PackageItemCollection.cs
src/tools/swix/swcore/Lexicon/PackageItemTargetsFile.cs
src/tools/swix/swcore/Lexicon/Prerequisite.cs
src/tools/swix/swcore/Lexicon/Protocol.cs
src/tools/swix/swcore/Lexicon/ProxyStub.cs
src/tools/swix/swcore/Lexicon/QualifiedFile.cs
src/tools/swix/swcore/Lexicon/Resource.cs
src/tools/swix/swcore/Lexicon/Swix.cs
src/tools/swix/swcore/Lexicon/ThreadingModelType.cs
src/tools/swix/swcore/Lexicon/Vsix/Product.cs
src/tools/swix/swcore/Lexicon/Vsix/Vspackage.cs
src/tools/swix/swcore/PackageArchitecture.cs
src/tools/swix/swcore/PackageType.cs
src/tools/swix/swcore/SimplifiedCompiler.cs
src/tools/swix/swcore/swcore.csproj
src/tools/swix/swix.proj
src/tools/swix/test/AppxTests.cs
src/tools/swix/test/AssemblyInfo.cs
src/tools/swix/test/Data/appx/backgroundtask/Expected-AppxManifest.xml
src/tools/swix/test/Data/appx/backgroundtask/Expected-Files.txt
src/tools/swix/test/Data/appx/backgroundtask/Test.swr
src/tools/swix/test/Data/appx/charms/Expected-AppxManifest.xml
src/tools/swix/test/Data/appx/charms/Expected-Files.txt
src/tools/swix/test/Data/appx/charms/app.swr
src/tools/swix/test/Data/appx/charms/package.swr
src/tools/swix/test/Data/appx/version_with_insignificant_zeros/Expected-AppxManifest.xml
src/tools/swix/test/Data/appx/version_with_insignificant_zeros/Expected-Files.txt
src/tools/swix/test/Data/appx/version_with_insignificant_zeros/Test.swr
src/tools/swix/test/Data/appx/wwa/Expected-AppxManifest.xml
src/tools/swix/test/Data/appx/wwa/Expected-Files.txt
src/tools/swix/test/Data/appx/wwa/Test.swr
src/tools/swix/test/Data/content/ContosoCalculator.jpg
src/tools/swix/test/Data/content/Logo.png
src/tools/swix/test/Data/content/SmallLogo.png
src/tools/swix/test/Data/content/WideLogo.png
src/tools/swix/test/Data/content/WixToolset.Simplified.LanguageService.dll
src/tools/swix/test/Data/content/WixToolset.Simplified.LanguageService.pkgdef
src/tools/swix/test/Data/content/bar.dll
src/tools/swix/test/Data/content/barLogo.png
src/tools/swix/test/Data/content/bt.exe
src/tools/swix/test/Data/content/contoso.exe
src/tools/swix/test/Data/content/example.dll
src/tools/swix/test/Data/content/foo.dll
src/tools/swix/test/Data/content/index.html
src/tools/swix/test/Data/content/lockscreenimage.png
src/tools/swix/test/Data/content/taxCalc-small.png
src/tools/swix/test/Data/content/taxCalc.png
src/tools/swix/test/Data/updateexpected.cmd
src/tools/swix/test/Data/vsix/swix/Expected-Files.txt
src/tools/swix/test/Data/vsix/swix/Expected-[Content_Types].xml
src/tools/swix/test/Data/vsix/swix/Expected-extension.vsixmanifest
src/tools/swix/test/Data/vsix/swix/Test.swr
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_file/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_file/sharedfolder_file.swr
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_file/sharedfolder_file.wxs
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_parent/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_parent/sharedfolder_parent.swr
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_parent/sharedfolder_parent.wxs
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_ref/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_ref/sharedfolder_ref.swr
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_ref/sharedfolder_ref.wxs
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_twogroups/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_twogroups/sharedfolder_twogroups.swr
src/tools/swix/test/Data/wixlib.filesystem/sharedfolder_twogroups/sharedfolder_twogroups.wxs
src/tools/swix/test/Data/wixlib/condition/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib/condition/condition.swr
src/tools/swix/test/Data/wixlib/filesearch/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib/filesearch/filesearch.swr
src/tools/swix/test/Data/wixlib/filesearch/filesearch.wxs
src/tools/swix/test/Data/wixlib/inproc/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib/inproc/inproc.swr
src/tools/swix/test/Data/wixlib/inproc/inproc.swx
src/tools/swix/test/Data/wixlib/inproc/inproc.wxs
src/tools/swix/test/Data/wixlib/ngen/Expected-Wixlib.xml
src/tools/swix/test/Data/wixlib/ngen/ngen.swr
src/tools/swix/test/Data/wixlib/ngen/ngen.swx
src/tools/swix/test/Data/wixlib/ngen/ngen.wxs
src/tools/swix/test/Data/wixlib/simple/Expected-Wixlib.xml
src/tools/swix/test/GeneralTests.cs
src/tools/swix/test/Utility/AppxVerifier.cs
src/tools/swix/test/Utility/OpcVerifier.cs
src/tools/swix/test/Utility/SwcTool.cs
src/tools/swix/test/Utility/ToolUtility.cs
src/tools/swix/test/Utility/VsixVerifier.cs
src/tools/swix/test/Utility/WixLibUtility.cs
src/tools/swix/test/Utility/XmlUtility.cs
src/tools/swix/test/VsixTests.cs
src/tools/swix/test/WixlibFilesystemTests.cs
src/tools/swix/test/WixlibTests.cs
src/tools/swix/test/test.csproj
src/tools/swix/unittests/swcoreTests/AssemblyInfo.cs
src/tools/swix/unittests/swcoreTests/RtypeLexerTests.cs
src/tools/swix/unittests/swcoreTests/RtypeStatementNodeTests.cs
src/tools/swix/unittests/swcoreTests/RtypeStatementParserTests.cs
src/tools/swix/unittests/swcoreTests/TokenComparer.cs
src/tools/swix/unittests/swcoreTests/TokenListBuilder.cs
src/tools/swix/unittests/swcoreTests/XmlLexerTests.cs
src/tools/swix/unittests/swcoreTests/XmlStatementNodeTests.cs
src/tools/swix/unittests/swcoreTests/XmlStatementParserTests.cs
src/tools/swix/unittests/swcoreTests/swcoreTests.csproj
src/tools/swix/xunitexec/xunitexec.proj
src/tools/thmviewer/Resources/LoremIpsum.rtf
src/tools/thmviewer/Resources/thm.xml
src/tools/thmviewer/display.cpp
src/tools/thmviewer/load.cpp
src/tools/thmviewer/precomp.h
src/tools/thmviewer/resource.h
src/tools/thmviewer/thmviewer.cpp
src/tools/thmviewer/thmviewer.manifest
src/tools/thmviewer/thmviewer.rc
src/tools/thmviewer/thmviewer.vcxproj
src/tools/thmviewer/thmviewer.vcxproj.filters
src/tools/tools.proj
src/tools/torch/App.ico
src/tools/torch/Properties/AssemblyInfo.cs
src/tools/torch/TorchStrings.Designer.cs
src/tools/torch/TorchStrings.resx
src/tools/torch/app.config
src/tools/torch/torch.cs
src/tools/torch/torch.csproj
src/tools/torch/torch.exe.manifest
src/tools/torch/torch.rc
src/tools/updateexe/precomp.h
src/tools/updateexe/update.exe.manifest
src/tools/updateexe/update.rc
src/tools/updateexe/updateexe.build
src/tools/updateexe/updateexe.cpp
src/tools/updateexe/updateexe.vcproj
src/tools/wconsole/AssemblyDefaultClickThroughConsoleAttribute.cs
src/tools/wconsole/AssemblyInfo.cs
src/tools/wconsole/ClickThroughConsoleExtension.cs
src/tools/wconsole/CommandLineOption.cs
src/tools/wconsole/CommandLineResponseFile.cs
src/tools/wconsole/wconsole.csproj
src/tools/winterop/precomp.h
src/tools/winterop/winterop.cpp
src/tools/winterop/winterop.def
src/tools/winterop/winterop.rc
src/tools/winterop/winterop.vcxproj
src/tools/wix/AppCommon.cs
src/tools/wix/AssemblyInfo.cs
src/tools/wix/AutoMediaAssigner.cs
src/tools/wix/Binder.cs
src/tools/wix/BinderCore.cs
src/tools/wix/BinderFileManager.cs
src/tools/wix/BinderFileManagerCore.cs
src/tools/wix/BundleChainAttributes.cs
src/tools/wix/BundlePackageAttributes.cs
src/tools/wix/BurnCommon.cs
src/tools/wix/BurnReader.cs
src/tools/wix/BurnWriter.cs
src/tools/wix/CLR/Interop/CLRInterop.cs
src/tools/wix/Cab/CabinetFileInfo.cs
src/tools/wix/Cab/Interop/CabInterop.cs
src/tools/wix/Cab/WixCreateCab.cs
src/tools/wix/Cab/WixEnumerateCab.cs
src/tools/wix/Cab/WixExtractCab.cs
src/tools/wix/CabinetBuilder.cs
src/tools/wix/CabinetWorkItem.cs
src/tools/wix/CatalogInfo.cs
src/tools/wix/ChainInfo.cs
src/tools/wix/ChainMsiPackageRow.cs
src/tools/wix/ChainPackageInfo.cs
src/tools/wix/CommandLine.cs
src/tools/wix/Common.cs
src/tools/wix/Compiler.cs
src/tools/wix/CompilerCore.cs
src/tools/wix/ConnectToFeature.cs
src/tools/wix/ConnectToFeatureCollection.cs
src/tools/wix/ConnectToModule.cs
src/tools/wix/ConnectToModuleCollection.cs
src/tools/wix/ConsoleMessageHandler.cs
src/tools/wix/ContainerInfo.cs
src/tools/wix/Data/ColumnDefinition.cs
src/tools/wix/Data/ColumnDefinitionCollection.cs
src/tools/wix/Data/ComplexReferenceChildType.cs
src/tools/wix/Data/ComplexReferenceParentType.cs
src/tools/wix/Data/Field.cs
src/tools/wix/Data/ILibraryBinaryFileResolver.cs
src/tools/wix/Data/Intermediate.cs
src/tools/wix/Data/Library.cs
src/tools/wix/Data/Localization.cs
src/tools/wix/Data/ObjectField.cs
src/tools/wix/Data/Output.cs
src/tools/wix/Data/Patch.cs
src/tools/wix/Data/Pdb.cs
src/tools/wix/Data/Platform.cs
src/tools/wix/Data/Row.cs
src/tools/wix/Data/RowCollection.cs
src/tools/wix/Data/RowDictionary.cs
src/tools/wix/Data/Rows/BBControlRow.cs
src/tools/wix/Data/Rows/ComponentRow.cs
src/tools/wix/Data/Rows/ControlRow.cs
src/tools/wix/Data/Rows/FileRow.cs
src/tools/wix/Data/Rows/FileRowCollection.cs
src/tools/wix/Data/Rows/MediaRow.cs
src/tools/wix/Data/Rows/MediaRowCollection.cs
src/tools/wix/Data/Rows/SummaryInfoRowCollection.cs
src/tools/wix/Data/Rows/UpgradeRow.cs
src/tools/wix/Data/Rows/VariableRow.cs
src/tools/wix/Data/Rows/WixActionRow.cs
src/tools/wix/Data/Rows/WixActionRowCollection.cs
src/tools/wix/Data/Rows/WixBundlePatchTargetCodeRow.cs
src/tools/wix/Data/Rows/WixBundleRow.cs
src/tools/wix/Data/Rows/WixBundleUpdateRow.cs
src/tools/wix/Data/Rows/WixComplexReferenceRow.cs
src/tools/wix/Data/Rows/WixFileRow.cs
src/tools/wix/Data/Rows/WixMediaRow.cs
src/tools/wix/Data/Rows/WixMediaTemplateRow.cs
src/tools/wix/Data/Rows/WixMergeRow.cs
src/tools/wix/Data/Rows/WixPropertyRow.cs
src/tools/wix/Data/Rows/WixSimpleReferenceRow.cs
src/tools/wix/Data/Rows/WixUpdateRegistrationRow.cs
src/tools/wix/Data/Rows/WixVariableRow.cs
src/tools/wix/Data/Section.cs
src/tools/wix/Data/SectionCollection.cs
src/tools/wix/Data/SourceLineNumber.cs
src/tools/wix/Data/SubStorage.cs
src/tools/wix/Data/Symbol.cs
src/tools/wix/Data/SymbolCollection.cs
src/tools/wix/Data/Table.cs
src/tools/wix/Data/TableCollection.cs
src/tools/wix/Data/TableDefinition.cs
src/tools/wix/Data/TableDefinitionCollection.cs
src/tools/wix/Data/YesNoDefaultType.cs
src/tools/wix/Data/YesNoType.cs
src/tools/wix/Data/actions.xml
src/tools/wix/Data/messages.xml
src/tools/wix/Data/tables.xml
src/tools/wix/Decompiler.cs
src/tools/wix/DecompilerCore.cs
src/tools/wix/Differ.cs
src/tools/wix/DisplayEventArgs.cs
src/tools/wix/Exceptions/DuplicateSymbolsException.cs
src/tools/wix/Exceptions/WixException.cs
src/tools/wix/Exceptions/WixFileNotFoundException.cs
src/tools/wix/Exceptions/WixInvalidIdtException.cs
src/tools/wix/Exceptions/WixMissingTableDefinitionException.cs
src/tools/wix/Exceptions/WixNotIntermediateException.cs
src/tools/wix/Exceptions/WixNotLibraryException.cs
src/tools/wix/Exceptions/WixNotOutputException.cs
src/tools/wix/ExitCodeInfo.cs
src/tools/wix/Extensibility/AssemblyDefaultFabricatorExtensionAttribute.cs
src/tools/wix/Extensibility/AssemblyDefaultHeatExtensionAttribute.cs
src/tools/wix/Extensibility/BindPath.cs
src/tools/wix/Extensibility/BindStage.cs
src/tools/wix/Extensibility/BinderExtension.cs
src/tools/wix/Extensibility/CabinetBuildOption.cs
src/tools/wix/Extensibility/CompilerConstants.cs
src/tools/wix/Extensibility/CompilerExtension.cs
src/tools/wix/Extensibility/ComponentKeyPath.cs
src/tools/wix/Extensibility/DecompilerConstants.cs
src/tools/wix/Extensibility/DecompilerExtension.cs
src/tools/wix/Extensibility/ExtensionData.cs
src/tools/wix/Extensibility/ExtensionHelper.cs
src/tools/wix/Extensibility/HarvesterExtension.cs
src/tools/wix/Extensibility/HeatExtension.cs
src/tools/wix/Extensibility/IBinderCore.cs
src/tools/wix/Extensibility/IBinderExtension.cs
src/tools/wix/Extensibility/IBinderFileManager.cs
src/tools/wix/Extensibility/IBinderFileManagerCore.cs
src/tools/wix/Extensibility/ICompilerCore.cs
src/tools/wix/Extensibility/ICompilerExtension.cs
src/tools/wix/Extensibility/IDecompilerCore.cs
src/tools/wix/Extensibility/IDecompilerExtension.cs
src/tools/wix/Extensibility/IExtensionCommandLine.cs
src/tools/wix/Extensibility/IExtensionData.cs
src/tools/wix/Extensibility/IHarvesterCore.cs
src/tools/wix/Extensibility/IHeatCore.cs
src/tools/wix/Extensibility/IInspectorCore.cs
src/tools/wix/Extensibility/IInspectorExtension.cs
src/tools/wix/Extensibility/IMessageHandler.cs
src/tools/wix/Extensibility/IPreprocessorCore.cs
src/tools/wix/Extensibility/IPreprocessorExtension.cs
src/tools/wix/Extensibility/IUnbinderExtension.cs
src/tools/wix/Extensibility/InspectorExtension.cs
src/tools/wix/Extensibility/MutatorExtension.cs
src/tools/wix/Extensibility/PreprocessorExtension.cs
src/tools/wix/Extensibility/ResolvedCabinet.cs
src/tools/wix/Extensibility/ValidatorExtension.cs
src/tools/wix/ExtensionManager.cs
src/tools/wix/Fabricator.cs
src/tools/wix/FabricatorCore.cs
src/tools/wix/FileTransfer.cs
src/tools/wix/GlobalSuppressions.cs
src/tools/wix/Harvester.cs
src/tools/wix/HarvesterCore.cs
src/tools/wix/HeatCore.cs
src/tools/wix/IfContext.cs
src/tools/wix/IfDefEventHandler.cs
src/tools/wix/IncludedFileEventHandler.cs
src/tools/wix/InspectorCore.cs
src/tools/wix/Librarian.cs
src/tools/wix/Linker.cs
src/tools/wix/Localizer.cs
src/tools/wix/Melter.cs
src/tools/wix/MelterCore.cs
src/tools/wix/MergeMod/NativeMethods.cs
src/tools/wix/MessageEventArgs.cs
src/tools/wix/MessageHandler.cs
src/tools/wix/Messaging.cs
src/tools/wix/Msi/Database.cs
src/tools/wix/Msi/Installer.cs
src/tools/wix/Msi/Interop/MsiInterop.cs
src/tools/wix/Msi/MsiException.cs
src/tools/wix/Msi/MsiHandle.cs
src/tools/wix/Msi/Record.cs
src/tools/wix/Msi/Session.cs
src/tools/wix/Msi/SummaryInformation.cs
src/tools/wix/Msi/View.cs
src/tools/wix/MsiFeature.cs
src/tools/wix/MsiPropertyInfo.cs
src/tools/wix/Mutator.cs
src/tools/wix/Ole32/Storage.cs
src/tools/wix/PatchAPI/PatchInterop.cs
src/tools/wix/PatchTransform.cs
src/tools/wix/PayloadInfoRow.cs
src/tools/wix/Preprocessor.cs
src/tools/wix/PreprocessorCore.cs
src/tools/wix/ProcessedStreamEventHandler.cs
src/tools/wix/ProvidesDependency.cs
src/tools/wix/ProvidesDependencyCollection.cs
src/tools/wix/RegistrationInfo.cs
src/tools/wix/RelatedBundleInfo.cs
src/tools/wix/RelatedPackage.cs
src/tools/wix/ResolvedDirectory.cs
src/tools/wix/ResolvedVariableEventHandler.cs
src/tools/wix/RollbackBoundaryInfo.cs
src/tools/wix/Serialize/CodeDomInterfaces.cs
src/tools/wix/Serialize/CodeDomReader.cs
src/tools/wix/Serialize/ElementCollection.cs
src/tools/wix/Unbinder.cs
src/tools/wix/Util.cs
src/tools/wix/Uuid.cs
src/tools/wix/Validator.cs
src/tools/wix/VariableInfo.cs
src/tools/wix/VerboseEventArgs.cs
src/tools/wix/VerifyInterop.cs
src/tools/wix/WarningEventArgs.cs
src/tools/wix/Wix.csproj
src/tools/wix/WixComponentSearchInfo.cs
src/tools/wix/WixDistributionSpecificStrings.Designer.cs
src/tools/wix/WixDistributionSpecificStrings.resx
src/tools/wix/WixFileSearchInfo.cs
src/tools/wix/WixGenericMessageEventArgs.cs
src/tools/wix/WixGroupingOrdering.cs
src/tools/wix/WixProductSearchInfo.cs
src/tools/wix/WixRegistrySearchInfo.cs
src/tools/wix/WixSearchInfo.cs
src/tools/wix/WixStrings.Designer.cs
src/tools/wix/WixStrings.resx
src/tools/wix/WixVariableResolver.cs
src/tools/wix/Xsd/actions.xsd
src/tools/wix/Xsd/libraries.xsd
src/tools/wix/Xsd/objects.xsd
src/tools/wix/Xsd/outputs.xsd
src/tools/wix/Xsd/pdbs.xsd
src/tools/wix/Xsd/tables.xsd
src/tools/wix/Xsd/wix.xsd
src/tools/wix/Xsd/wixloc.xsd
src/tools/wix/inscriber.cs
src/tools/wix/wixdll.rc
src/tools/wixcop/Inspector.cs
src/tools/wixcop/LineInfoAttribute.cs
src/tools/wixcop/LineInfoCData.cs
src/tools/wixcop/LineInfoComment.cs
src/tools/wixcop/LineInfoDeclaration.cs
src/tools/wixcop/LineInfoDocument.cs
src/tools/wixcop/LineInfoDocumentType.cs
src/tools/wixcop/LineInfoElement.cs
src/tools/wixcop/LineInfoEntityReference.cs
src/tools/wixcop/LineInfoProcessingInstruction.cs
src/tools/wixcop/LineInfoSignificantWhitespace.cs
src/tools/wixcop/LineInfoText.cs
src/tools/wixcop/LineInfoWhitespace.cs
src/tools/wixcop/WixCop.cs
src/tools/wixcop/WixCop.csproj
src/tools/wixcop/WixCop.exe.manifest
src/tools/wixcop/Wixcop.rc
src/tools/wixcop/app.config
src/wixarm.proj
test/BVTs.testlist
test/RunTimeBVTs.testlist
test/burnbvt.bat
test/data/Burn/DependencyTests/A.wxs
test/data/Burn/DependencyTests/B.wxs
test/data/Burn/DependencyTests/BundleA.wxs
test/data/Burn/DependencyTests/BundleB.wxs
test/data/Burn/DependencyTests/BundleC.wxs
test/data/Burn/DependencyTests/BundleD.wxs
test/data/Burn/DependencyTests/BundleE.wxs
test/data/Burn/DependencyTests/BundleF.wxs
test/data/Burn/DependencyTests/BundleG.wxs
test/data/Burn/DependencyTests/BundleH.wxs
test/data/Burn/DependencyTests/C.wxs
test/data/Burn/DependencyTests/D.wxs
test/data/Burn/DependencyTests/PatchA.wxs
test/data/Burn/FailureTests/A.wxs
test/data/Burn/FailureTests/B.wxs
test/data/Burn/FailureTests/BundleA.wxs
test/data/Burn/FailureTests/BundleB.wxs
test/data/Burn/FailureTests/BundleC.wxs
test/data/Burn/FeatureTests/A.wxs
test/data/Burn/FeatureTests/BundleA.wxs
test/data/Burn/ForwardCompatibleTests/A.wxs
test/data/Burn/ForwardCompatibleTests/B.wxs
test/data/Burn/ForwardCompatibleTests/BundleA.wxs
test/data/Burn/ForwardCompatibleTests/BundleB.wxs
test/data/Burn/ForwardCompatibleTests/BundleC.wxs
test/data/Burn/ForwardCompatibleTests/C.wxs
test/data/Burn/ParentTests/A.wxs
test/data/Burn/ParentTests/B.wxs
test/data/Burn/ParentTests/BundleA.wxs
test/data/Burn/ParentTests/BundleB.wxs
test/data/Burn/ParentTests/BundleD.wxs
test/data/Burn/ParentTests/D.wxs
test/data/Burn/PatchTests/A.wxs
test/data/Burn/PatchTests/B.wxs
test/data/Burn/PatchTests/BundleA.wxs
test/data/Burn/PatchTests/BundleB.wxs
test/data/Burn/PatchTests/PatchA.wxs
test/data/Burn/PatchTests/PatchA2.wxs
test/data/Burn/PatchTests/PatchBundleA.wxs
test/data/Burn/PatchTests/PatchBundleA2.wxs
test/data/Burn/PermanentTests/A.wxs
test/data/Burn/PermanentTests/B.wxs
test/data/Burn/PermanentTests/BundleA.wxs
test/data/Burn/RegistrationTests/BundleA.wxs
test/data/Burn/RegistrationTests/BundleB.wxs
test/data/Burn/RegistrationTests/BundleC.wxs
test/data/Burn/RegistrationTests/BundleD.wxs
test/data/Burn/RegistrationTests/TestExe.wxs
test/data/Burn/RelatedBundleTests/A.wxs
test/data/Burn/RelatedBundleTests/B.wxs
test/data/Burn/RelatedBundleTests/BundleA.wxs
test/data/Burn/RelatedBundleTests/BundleB.wxs
test/data/Burn/RelatedBundleTests/BundleC.wxs
test/data/Burn/RelatedBundleTests/BundleD.wxs
test/data/Burn/RelatedBundleTests/BundleE.wxs
test/data/Burn/RelatedBundleTests/C.wxs
test/data/Burn/RelatedBundleTests/D.wxs
test/data/Burn/RelatedBundleTests/PatchA.wxs
test/data/Burn/SearchTests/A.wxs
test/data/Burn/SearchTests/B.wxs
test/data/Burn/SearchTests/BundleA.wxs
test/data/Burn/SearchTests/BundleB.wxs
test/data/Burn/SlipstreamTests/A.wxs
test/data/Burn/SlipstreamTests/B.wxs
test/data/Burn/SlipstreamTests/BundleA.wxs
test/data/Burn/SlipstreamTests/BundleAReverse.wxs
test/data/Burn/SlipstreamTests/BundleB.wxs
test/data/Burn/SlipstreamTests/BundleC.wxs
test/data/Burn/SlipstreamTests/BundleOnlyA.wxs
test/data/Burn/SlipstreamTests/BundleOnlyPatchA.wxs
test/data/Burn/SlipstreamTests/PatchA.wxs
test/data/Burn/SlipstreamTests/PatchB.wxs
test/data/Burn/UpdateBundleTests/A.wxs
test/data/Burn/UpdateBundleTests/BundleA.wxs
test/data/BurnTestPayloads/Catalog/BurnTestCatalog.cat
test/data/BurnTestPayloads/Catalog/CreateCatalog.vbs
test/data/BurnTestPayloads/Catalog/testbundlecatalog.wxs
test/data/BurnTestPayloads/MSIsandMSPs/Baseliner/rtmldr.msp
test/data/BurnTestPayloads/MSIsandMSPs/GDR1/gdr1.msp
test/data/BurnTestPayloads/MSIsandMSPs/GDR1/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/GDR1/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/LDR2/ldr2.msp
test/data/BurnTestPayloads/MSIsandMSPs/LDR2/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/LDR2/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/LDR3/ldr3.msp
test/data/BurnTestPayloads/MSIsandMSPs/LDR3/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/LDR3/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/RtmProduct/product.msi
test/data/BurnTestPayloads/MSIsandMSPs/RtmProduct/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/GDR1/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/GDR1/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR1/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR1/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR2/kb2-patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR2/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR2/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR3/kb3-patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR3/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/LDR3/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/Makefile
test/data/BurnTestPayloads/MSIsandMSPs/src/RTM/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/RTMLDR/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/RTMLDR/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/SP1/patch.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/SP1/product.wxs
test/data/BurnTestPayloads/MSIsandMSPs/src/readme.txt
test/data/BurnTestPayloads/MSIsandMSPs/src/tools/Common.mak
test/data/BurnTestPayloads/MSIsandMSPs/src/tools/Scenarios.mak
test/data/BurnTestPayloads/MSIsandMSPs/src/tools/wimspxml.vbs
test/data/BurnTestPayloads/MSIsandMSPs/src/tools/wisuminfo.vbs
test/data/BurnTestPayloads/PerMachineMsisMsps/PatchABv101.msp
test/data/BurnTestPayloads/PerMachineMsisMsps/PatchAv101.msp
test/data/BurnTestPayloads/PerMachineMsisMsps/PatchBv101.msp
test/data/BurnTestPayloads/PerMachineMsisMsps/prodAv100.msi
test/data/BurnTestPayloads/PerMachineMsisMsps/prodAv101.msi
test/data/BurnTestPayloads/PerMachineMsisMsps/prodBv100.msi
test/data/BurnTestPayloads/PerMachineMsisMsps/prodBv101.msi
test/data/BurnTestPayloads/PerMachineMsisMsps/src/PatchABv101/build.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/PatchABv101/patch.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdAv100/build.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdAv100/product.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdAv101/build.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdAv101/patch.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdAv101/product.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdBv100/build.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdBv100/product.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdBv101/build.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdBv101/patch.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/ProdBv101/product.wxs
test/data/BurnTestPayloads/PerMachineMsisMsps/src/build.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/clean.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/copyBuiltPackages.cmd
test/data/BurnTestPayloads/PerMachineMsisMsps/src/notes.txt
test/data/BurnTestPayloads/PerMachineMsisMsps/src/readme.txt
test/data/BurnTestPayloads/Products/Hello_Reg_conditionalPass/hello_world.msi
test/data/BurnTestPayloads/Products/Hello_Reg_conditionalPass/hello_world2.msi
test/data/BurnTestPayloads/Products/Hello_Reg_conditionalPass/hello_world3.msi
test/data/BurnTestPayloads/Products/Hello_Reg_conditionalPass/readme.txt
test/data/BurnTestPayloads/Products/Hello_World/RTM-WixAuthoring/Build.bat
test/data/BurnTestPayloads/Products/Hello_World/RTM-WixAuthoring/hello_world-en-us.wxl
test/data/BurnTestPayloads/Products/Hello_World/RTM-WixAuthoring/hello_world.wxs
test/data/BurnTestPayloads/Products/Hello_World/RTM-WixAuthoring/readme.txt
test/data/BurnTestPayloads/Products/Hello_World/hello_world.msi
test/data/BurnTestPayloads/Products/PerUserMsi/WixAuthoring/Build.bat
test/data/BurnTestPayloads/Products/PerUserMsi/WixAuthoring/hello_world_non_admin-en-us.wxl
test/data/BurnTestPayloads/Products/PerUserMsi/WixAuthoring/hello_world_non_admin.wxs
test/data/BurnTestPayloads/Products/PerUserMsi/WixAuthoring/readme.txt
test/data/BurnTestPayloads/Products/PerUserMsi/hello_world_non_admin.msi
test/data/BurnTestPayloads/Products/PerUserMsiExtCab/HelloWorldNonAdmin_Readme_External.cab
test/data/BurnTestPayloads/Products/PerUserMsiExtCab/HelloWorldNonAdmin_Readme_External.msi
test/data/BurnTestPayloads/Products/PerUserMsiExtCab/WixAuthoring/Build.bat
test/data/BurnTestPayloads/Products/PerUserMsiExtCab/WixAuthoring/hello_world_non_admin-en-us.wxl
test/data/BurnTestPayloads/Products/PerUserMsiExtCab/WixAuthoring/hello_world_non_admin.wxs
test/data/BurnTestPayloads/Products/PerUserMsiExtCab/WixAuthoring/readme.txt
test/data/BurnTestPayloads/Products/TestExe/TestExe.exe
test/data/BurnTestPayloads/Products/TestExe/TestExe.sln
test/data/BurnTestPayloads/Products/TestExe/TestExe/Program.cs
test/data/BurnTestPayloads/Products/TestExe/TestExe/Properties/AssemblyInfo.cs
test/data/BurnTestPayloads/Products/TestExe/TestExe/Task.cs
test/data/BurnTestPayloads/Products/TestExe/TestExe/TestExe.csproj
test/data/BurnTestPayloads/TxtFiles/1000000b.txt
test/data/BurnTestPayloads/TxtFiles/10000b.txt
test/data/BurnTestPayloads/TxtFiles/1000b.txt
test/data/BurnTestPayloads/readme.txt
test/data/Examples/ExampleTest1/product.wxs
test/data/Examples/ExampleTest2/product.wxs
test/data/Examples/ExampleTest3/product.wxs
test/data/Examples/ExampleTest3/test.cub
test/data/Extensions/DependencyExtension/DependencyExtensionTests/A.wxs
test/data/Extensions/DependencyExtension/DependencyExtensionTests/B.wxs
test/data/Extensions/DependencyExtension/DependencyExtensionTests/make.bat
test/data/Extensions/IISExtension/IISCertificateTests/CertificateRef.wxs
test/data/Extensions/IISExtension/IISCertificateTests/InvalidCertificateFile.wxs
test/data/Extensions/IISExtension/IISCertificateTests/Testcertificate1.cer
test/data/Extensions/IISExtension/IISCertificateTests/Testcertificate2.cer
test/data/Extensions/IISExtension/IISCertificateTests/Testcertificate3.cer
test/data/Extensions/IISExtension/IISCertificateTests/Testcertificate4.pfx
test/data/Extensions/IISExtension/IISCertificateTests/WrongPassword.wxs
test/data/Extensions/IISExtension/IISCertificateTests/product.wxs
test/data/Extensions/IISExtension/IISFilterTests/filter.dll
test/data/Extensions/IISExtension/IISFilterTests/product.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/InvalidAliasValue.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/InvalidMimeMapExtension.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/MultipleDirectories.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/MultipleWebApplicationElements.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/WebSiteRedifinition.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/product.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/product_fail.wxs
test/data/Extensions/IISExtension/IISVirtualDirTests/test1.htm
test/data/Extensions/IISExtension/IISVirtualDirTests/test2.htm
test/data/Extensions/IISExtension/IISVirtualDirTests/test3.htm
test/data/Extensions/IISExtension/IISWebAppPoolTests/MissingComponentAncestor.wxs
test/data/Extensions/IISExtension/IISWebAppPoolTests/product.wxs
test/data/Extensions/IISExtension/IISWebAppPoolTests/product_fail.wxs
test/data/Extensions/IISExtension/IISWebDirTests/product.wxs
test/data/Extensions/IISExtension/IISWebDirTests/product_64.wxs
test/data/Extensions/IISExtension/IISWebDirTests/product_fail.wxs
test/data/Extensions/IISExtension/IISWebErrorTests/404.htm
test/data/Extensions/IISExtension/IISWebErrorTests/product.wxs
test/data/Extensions/IISExtension/IISWebPropertyTests/product_IIS5IsolationMode.wxs
test/data/Extensions/IISExtension/IISWebPropertyTests/product_LogInUTF8.wxs
test/data/Extensions/IISExtension/IISWebPropertyTests/product_MaxGlobalBandwidth.wxs
test/data/Extensions/IISExtension/IISWebPropertyTests/product_etag.wxs
test/data/Extensions/IISExtension/IISWebServiceExtensionTests/product.wxs
test/data/Extensions/IISExtension/IISWebSiteTests/AutoStartSpecified.wxs
test/data/Extensions/IISExtension/IISWebSiteTests/product.wxs
test/data/Extensions/NetFXExtension/NativeImageTests/WixTasks.dll
test/data/Extensions/NetFXExtension/NativeImageTests/product.wxs
test/data/Extensions/NetFXExtension/NativeImageTests/product_64.wxs
test/data/Extensions/NetFXExtension/NativeImageTests/product_fail.wxs
test/data/Extensions/SqlExtension/RegressionTests/CustomActions/product.wxs
test/data/Extensions/SqlExtension/SqlDatabaseTests/LongName.wxs
test/data/Extensions/SqlExtension/SqlDatabaseTests/MissingAttributes.wxs
test/data/Extensions/SqlExtension/SqlDatabaseTests/MissingParentComponent.wxs
test/data/Extensions/SqlExtension/SqlDatabaseTests/product.wxs
test/data/Extensions/SqlExtension/SqlDatabaseTests/product_fail.wxs
test/data/Extensions/SqlExtension/SqlScriptTests/DeprecatedBinaryElement.wxs
test/data/Extensions/SqlExtension/SqlScriptTests/InvaildAttribute.wxs
test/data/Extensions/SqlExtension/SqlScriptTests/InvalidSqlScript.wxs
test/data/Extensions/SqlExtension/SqlScriptTests/MissingParentComponent.wxs
test/data/Extensions/SqlExtension/SqlScriptTests/SqlScript1.sql
test/data/Extensions/SqlExtension/SqlScriptTests/SqlScript2.sql
test/data/Extensions/SqlExtension/SqlScriptTests/product.wxs
test/data/Extensions/SqlExtension/SqlScriptTests/product_fail.wxs
test/data/Extensions/SqlExtension/SqlStringTests/InvaildAttribute.wxs
test/data/Extensions/SqlExtension/SqlStringTests/product.wxs
test/data/Extensions/SqlExtension/SqlStringTests/product_fail.wxs
test/data/Extensions/UIExtension/AdvancedUITests/InstallJustForYou.wxs
test/data/Extensions/UIExtension/AdvancedUITests/InstallforAllUser.wxs
test/data/Extensions/UIExtension/FeatureTreeTests/product.wxs
test/data/Extensions/UIExtension/InstallDirTests/product.wxs
test/data/Extensions/UtilExtension/CAQuietExecTests/DeferredCommand.cmd
test/data/Extensions/UtilExtension/CAQuietExecTests/ImmediateCommand.cmd
test/data/Extensions/UtilExtension/CAQuietExecTests/product.wxs
test/data/Extensions/UtilExtension/EventManifestTests/event.man
test/data/Extensions/UtilExtension/EventManifestTests/product.wxs
test/data/Extensions/UtilExtension/EventManifestTests/product_fail.wxs
test/data/Extensions/UtilExtension/FileShareTests/product.wxs
test/data/Extensions/UtilExtension/FileShareTests/product_64.wxs
test/data/Extensions/UtilExtension/FileShareTests/product_fail.wxs
test/data/Extensions/UtilExtension/PerfCounterManifestTests/SymFile.man
test/data/Extensions/UtilExtension/PerfCounterManifestTests/product.wxs
test/data/Extensions/UtilExtension/PerfCounterManifestTests/product_fail.wxs
test/data/Extensions/UtilExtension/PerfCounterTests/ReadMe.txt
test/data/Extensions/UtilExtension/PerfCounterTests/SymFile.h
test/data/Extensions/UtilExtension/PerfCounterTests/SymFile.ini
test/data/Extensions/UtilExtension/PerfCounterTests/product.wxs
test/data/Extensions/UtilExtension/PerfCounterTests/product_fail.wxs
test/data/Extensions/UtilExtension/PerformanceCategoryTests/product.wxs
test/data/Extensions/UtilExtension/PerformanceCategoryTests/product_64.wxs
test/data/Extensions/UtilExtension/PerformanceCategoryTests/product_fail.wxs
test/data/Extensions/UtilExtension/PermissionExTests/ExistingFile.wxs
test/data/Extensions/UtilExtension/PermissionExTests/GroupRefMissingParentComponent.wxs
test/data/Extensions/UtilExtension/PermissionExTests/MyNewService.exe
test/data/Extensions/UtilExtension/PermissionExTests/UserMissingParentComponent.wxs
test/data/Extensions/UtilExtension/PermissionExTests/product.wxs
test/data/Extensions/UtilExtension/PermissionExTests/product_64.wxs
test/data/Extensions/UtilExtension/PermissionExTests/product_fail.wxs
test/data/Extensions/UtilExtension/PropertyTests/product.wxs
test/data/Extensions/UtilExtension/RegressionTests/ValidServiceConfig/product.wxs
test/data/Extensions/UtilExtension/ServiceConfigTests/MyNewService.exe
test/data/Extensions/UtilExtension/ServiceConfigTests/NonExistingService.wxs
test/data/Extensions/UtilExtension/ServiceConfigTests/product.wxs
test/data/Extensions/UtilExtension/UserTests/FailIfExists.wxs
test/data/Extensions/UtilExtension/UserTests/RestrictedDomain.wxs
test/data/Extensions/UtilExtension/UserTests/product.wxs
test/data/Extensions/UtilExtension/UserTests/product_fail.wxs
test/data/Extensions/UtilExtension/WixCloseApplicationTests/product.wxs
test/data/Extensions/UtilExtension/WixInternetShortcutTests/product.wxs
test/data/Extensions/UtilExtension/WixInternetShortcutTests/product_64.wxs
test/data/Extensions/UtilExtension/WixInternetShortcutTests/product_fail.wxs
test/data/Extensions/UtilExtension/WixShellExecBinaryTests/CreateDummyTextFile.exe
test/data/Extensions/UtilExtension/WixShellExecBinaryTests/product.wxs
test/data/Extensions/UtilExtension/WixShellExecTests/command.cmd
test/data/Extensions/UtilExtension/WixShellExecTests/product.wxs
test/data/Extensions/UtilExtension/XmlConfigTests/product.wxs
test/data/Extensions/UtilExtension/XmlConfigTests/product_64.wxs
test/data/Extensions/UtilExtension/XmlConfigTests/product_fail.wxs
test/data/Extensions/UtilExtension/XmlConfigTests/test.xml
test/data/Extensions/UtilExtension/XmlFileTests/expected.xml
test/data/Extensions/UtilExtension/XmlFileTests/product.wxs
test/data/Extensions/UtilExtension/XmlFileTests/product_64.wxs
test/data/Extensions/UtilExtension/XmlFileTests/product_fail.wxs
test/data/Extensions/UtilExtension/XmlFileTests/test.xml
test/data/Extensions/VSExtension/VSExtensionTests/VS2008ProjectTemplate.txt
test/data/Extensions/VSExtension/VSExtensionTests/VS90InstallVSTemplates.wxs
test/data/Extensions/VSExtension/VSExtensionTests/VS90Setup.wxs
test/data/HeathS/Applications/ObservableObject.cs
test/data/HeathS/Applications/RelayCommand.cs
test/data/HeathS/Applications/Setup.ico
test/data/HeathS/Applications/Signal.csproj
test/data/HeathS/Applications/Signal.exe.manifest
test/data/HeathS/Applications/Signal.rc
test/data/HeathS/Applications/Signal.xaml
test/data/HeathS/Applications/Signal.xaml.cs
test/data/HeathS/Applications/SignalView.xaml
test/data/HeathS/Applications/SignalView.xaml.cs
test/data/HeathS/Applications/SignalViewModel.cs
test/data/HeathS/Bundles/Netfx.wxs
test/data/HeathS/Bundles/NetfxLicense.rtf
test/data/HeathS/Bundles/Setup.ico
test/data/HeathS/Bundles/Shutdown.wixproj
test/data/HeathS/Bundles/Shutdown.wxs
test/data/HeathS/Bundles/Various.wixproj
test/data/HeathS/Bundles/Various.wxs
test/data/HeathS/HeathS.targets
test/data/HeathS/Packages/Directories.wxs
test/data/HeathS/Packages/Provider.wixproj
test/data/HeathS/Packages/Provider.wxs
test/data/HeathS/Packages/Wait.wixproj
test/data/HeathS/Packages/Wait.wxs
test/data/HeathS/dirs.proj
test/data/Integration/BuildingPackages/Authoring/FragmentTests/FragmentRef/product.wxs
test/data/Integration/BuildingPackages/Authoring/FragmentTests/MultipleFragments/expected.msi
test/data/Integration/BuildingPackages/Authoring/FragmentTests/MultipleFragments/product.wxs
test/data/Integration/BuildingPackages/Authoring/IdentifierTests/LongIdentifiers/product.wxs
test/data/Integration/BuildingPackages/Binaries/BinaryTests/LargeBinary/product.wxs
test/data/Integration/BuildingPackages/Binaries/BinaryTests/SimpleBinary/expected.msi
test/data/Integration/BuildingPackages/Binaries/BinaryTests/SimpleBinary/product.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/BundleDoubleUX/BundleDoubleUX.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/BundleMissingChain/BundleMissingChain.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/BundleMissingUX/BundleMissingUX.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/BundleWithPayloadChild/BundleWithPayloadChild.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/BundleWithPayloadGroupChild/BundleWithPayloadGroupChild.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/MultipleBundleElements/Product.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/MultipleBundleElements/SecondBundleElement.wxs
test/data/Integration/BuildingPackages/Bundle/BundleElementTests/ValidBundleElement/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ChainTests/ChainDuplicatePackageGroupRefs/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ChainTests/ChainDuplicatePackageInPackageGroups/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ChainTests/ChainDuplicatePackages/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ChainTests/ChainPackageChild/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ChainTests/ChainPackageGroupRefChild/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchAfterUndefinedSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchGuidMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchInvalidGuid/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchInvalidProductCode/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchInvalidResultValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchPredefinedVariable/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchRecursiveAfter/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ComponentSearchVariableMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/DuplicateComponentSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ComponentSearchTests/ValidComponentSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchAfterUndefinedSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchInvalidPath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchInvalidResultValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchPathMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchPredefinedVariable/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchRecursiveAfter/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DirectorySearchVariableMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/DuplicateDirectorySearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/DirectorySearchTests/ValidDirectorySearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/DuplicateFileSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchAfterUndefinedSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchInvalidPath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchInvalidResultValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchPathMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchPredefinedVariable/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchRecursiveAfter/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/FileSearchVariableMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/FileSearchTests/ValidFileSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/Files/Bootstrapper.exe
test/data/Integration/BuildingPackages/Bundle/Files/LayoutDirectory/InLayoutDirectoryInFragment.txt
test/data/Integration/BuildingPackages/Bundle/Files/LayoutDirectory/InSubdirectory.txt
test/data/Integration/BuildingPackages/Bundle/Files/LayoutDirectory/RootOfLayoutDirectory.txt
test/data/Integration/BuildingPackages/Bundle/Files/Packages/ExePackage.exe
test/data/Integration/BuildingPackages/Bundle/Files/Packages/MsiPackage.msi
test/data/Integration/BuildingPackages/Bundle/Files/Packages/MsiPackage2.msi
test/data/Integration/BuildingPackages/Bundle/Files/Packages/MspPackage.msp
test/data/Integration/BuildingPackages/Bundle/Files/Packages/MsuPackage.msu
test/data/Integration/BuildingPackages/Bundle/Files/UXPayload/PayloadFile1.txt
test/data/Integration/BuildingPackages/Bundle/Files/UXPayload/PayloadFile2.txt
test/data/Integration/BuildingPackages/Bundle/Files/UXPayload/PayloadFile3.txt
test/data/Integration/BuildingPackages/Bundle/Files/UXPayload/PayloadFile4.txt
test/data/Integration/BuildingPackages/Bundle/Files/UXPayload/PayloadFile5.txt
test/data/Integration/BuildingPackages/Bundle/LayoutTests/DuplicateLayoutDirectory/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/DuplicateLayoutDirectoryRef/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/DuplicateLayoutFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/EmptyLayoutDirectory/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutDirectoryInvalidName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutDirectoryNameMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutDirectoryRefIdMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutDirectoryRefNonexistingId/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutFileInvalidName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutFileInvalidSourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutFileNonexistentSourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutFileRelativeSourceFilePath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/LayoutFileSourceFileMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/NestedLayoutDirectories/Product.wxs
test/data/Integration/BuildingPackages/Bundle/LayoutTests/RecursiveLayoutDirectoryRef/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/DuplicateMsiProperty/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/MsiPackageInuse/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/MsiPackageInvalidMsi/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/MsiPropertyNameMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/MsiPropertyValueMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/MspPackageInvalidMsp/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageAfterUndefinedPackage/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageEmptySourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageInvalidCache/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageInvalidName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageInvalidSourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageInvalidVital/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageNonexistingSourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackagePayloads/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageRecursiveAfter/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/PackageSourceFileMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/ValidMsiProperty/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PackageTests/ValidPackage/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/MissingPayloadGroupRef/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/NestedPayloadGroups/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadEmptySourceFileAttribute/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupDuplicateId/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupDuplicatePayloadGroupRefs/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupDuplicatePayloadInPayloadGroups/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupDuplicatePayloads/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupMissingId/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupRecursiveRefs/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadGroupRefMissingId/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadInvalidName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadInvalidSourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadMissingSourceFileAttribute/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadNameNotSpecified/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadNameSpecified/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadNonexistentSourceFilePath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/PayloadRelativeSourceFilePath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/PayloadTests/ValidPayloadDownloadURL/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/DuplicateProductSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchAfterUndefinedSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchGuidMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchInvalidGuid/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchInvalidResultValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchPredefinedVariable/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchRecursiveAfter/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ProductSearchVariableMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/ProductSearchTests/ValidProductSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/DuplicateRegistrySearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchAfterUndefinedSearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchInvalidExpandEnvironmentVariablesValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchInvalidFormatValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchInvalidResultValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchInvalidRootValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchKeyMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchPredefinedVariable/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchRecursiveAfter/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchRootMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/RegistrySearchVariableMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/RegistrySearchTests/ValidRegistrySearch/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXDuplicatePayloadGroupRefs/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXDuplicatePayloadInPayloadGroups/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXDuplicatePayloads/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXEmptySourceFileAttribute/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXInvalidSourceFile/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXMissingSourceFileAttribute/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXNameNotSpecified/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXNameSpecified/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXNonexistentSourceFilePath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXPayloadChild/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXPayloadGroupRefChild/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UXRelativeSourceFilePath/Product.wxs
test/data/Integration/BuildingPackages/Bundle/UXTests/UxMultiplePayloadChildren/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/BuiltInVariableName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/DuplicateVariableName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/ValidVariableName/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/ValidVariableValue/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/VariableNameMissing/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/VariableValueEmpty/Product.wxs
test/data/Integration/BuildingPackages/Bundle/VariableTests/VariableValueMissing/Product.wxs
test/data/Integration/BuildingPackages/Cabinets/CabinetTests/DuplicateCabinetNames/product.wxs
test/data/Integration/BuildingPackages/Components/COMRegistrationTests/ValidUnadvertisedClass/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/CircularReferences/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/ComponentFeatureAndReferenced/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/ComponentKeyPath/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/ComponentRefsAndGroups/expected.msi
test/data/Integration/BuildingPackages/Components/ComponentTests/ComponentRefsAndGroups/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/ComponentShared/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/DisableRegistryReflection/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/DiskIdInheritance/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/FloatingComponent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/FloatingComponentKeyPath/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/InvalidComponentFeature/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/InvalidComponentGuid/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/InvalidFloatingComponent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/InvalidId/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/InvalidLocation/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/InvalidSharedDllRefCount/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/Location/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/MissingComponentGuid/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/NeverOverwrite/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/Permanent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/PermanentUnmanagedComponent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/PreMsi45UninstallWhenSuperseded/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/PutGuidHere/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/SharedDllRefCount/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/SimpleComponent/expected.msi
test/data/Integration/BuildingPackages/Components/ComponentTests/SimpleComponent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/Transitive/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/TwoKeyPaths/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/UninstallWhenSuperseded/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/UnmanagedComponent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/UnmanagedSharedComponent/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/Win64Component/product.wxs
test/data/Integration/BuildingPackages/Components/ComponentTests/Win64ComponentGeneratedGUID/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateDupicatedFolder1/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateDupicatedFolder2/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderInFloatingComponent/expected.msi
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderInFloatingComponent/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderShortcut/expected.msi
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderShortcut/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderWithMultiplePermissions/expected.msi
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderWithMultiplePermissions/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderWithPermissions/expected.msi
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateFolderWithPermissions/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/CreateUndefinedFolder/product.wxs
test/data/Integration/BuildingPackages/Components/CreateFolderTests/SimpleCreateFolder/expected.msi
test/data/Integration/BuildingPackages/Components/CreateFolderTests/SimpleCreateFolder/product.wxs
test/data/Integration/BuildingPackages/Components/EnvironmentTests/ChangeEnvironment/expected.msi
test/data/Integration/BuildingPackages/Components/EnvironmentTests/ChangeEnvironment/product.wxs
test/data/Integration/BuildingPackages/Components/EnvironmentTests/CreateEnvironment/expected.msi
test/data/Integration/BuildingPackages/Components/EnvironmentTests/CreateEnvironment/product.wxs
test/data/Integration/BuildingPackages/Components/EnvironmentTests/RemoveEnvironment/expected.msi
test/data/Integration/BuildingPackages/Components/EnvironmentTests/RemoveEnvironment/product.wxs
test/data/Integration/BuildingPackages/Components/IsolateComponentTests/InvalidSharedComponent/product.wxs
test/data/Integration/BuildingPackages/Components/IsolateComponentTests/SimpleIsolateComponent/product.wxs
test/data/Integration/BuildingPackages/Components/RefAndGroupTests/ComponentGroups/product.wxs
test/data/Integration/BuildingPackages/Components/RefAndGroupTests/ComponentRef/product.wxs
test/data/Integration/BuildingPackages/Components/RefAndGroupTests/NestedComponentGroups/product.wxs
test/data/Integration/BuildingPackages/Components/RemoveFolderTests/DirectoryAttributeWithPropertyAttribute/product.wxs
test/data/Integration/BuildingPackages/Components/RemoveFolderTests/DuplicateRemoveFolders/product.wxs
test/data/Integration/BuildingPackages/Components/RemoveFolderTests/SimpleRemoveFolder/expected.msi
test/data/Integration/BuildingPackages/Components/RemoveFolderTests/SimpleRemoveFolder/product.wxs
test/data/Integration/BuildingPackages/Components/ReserveCostTests/InvalidReserveCost/product.wxs
test/data/Integration/BuildingPackages/Components/ReserveCostTests/InvalidRunFromSourceType/product.wxs
test/data/Integration/BuildingPackages/Components/ReserveCostTests/InvalidRunLocalType/product.wxs
test/data/Integration/BuildingPackages/Components/ReserveCostTests/ReserveCostDirectory/product.wxs
test/data/Integration/BuildingPackages/Components/ReserveCostTests/SimpleReserveCost/product.wxs
test/data/Integration/BuildingPackages/Components/SFPCatalogTests/SFPCatalog/product.wxs
test/data/Integration/BuildingPackages/Components/SFPCatalogTests/SFPFile/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceControlTests/InvalidServiceControlName/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceControlTests/MultipleServiceArguments/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceControlTests/RemoveBoth/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceControlTests/ServiceArgument/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceControlTests/ServiceControl/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceControlTests/Wait/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/Arguments/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/EraseDescription1/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/EraseDescription2/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/Interactive/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/InvalidAccount/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/InvalidErrorControl/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/MissingErrorControl/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/MultipleServiceDependencies/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/Name/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/Password/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/ServiceDependencyId1/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/ServiceDependencyId2/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/ServiceDependencyId3/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/ServiceInstall/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/SupportedStartValues/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/SupportedTypes/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/UnsupportedStartValues/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/UnsupportedTypes/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/ValidAccount/product.wxs
test/data/Integration/BuildingPackages/Components/ServiceInstallTests/ValidErrorControl/product.wxs
test/data/Integration/BuildingPackages/Conditions/ComponentConditionTests/SimpleCondition/product.wxs
test/data/Integration/BuildingPackages/Conditions/FeatureConditionTests/SimpleCondition/product.wxs
test/data/Integration/BuildingPackages/Conditions/LaunchConditionTests/SimpleCondition/product.wxs
test/data/Integration/BuildingPackages/CustomActions/CustomActionTests/MissingRequiredAttributes/product.wxs
test/data/Integration/BuildingPackages/CustomActions/CustomActionTests/SimpleCustomAction/expected.msi
test/data/Integration/BuildingPackages/CustomActions/CustomActionTests/SimpleCustomAction/product.wxs
test/data/Integration/BuildingPackages/CustomTables/CustomTableTests/InvalidType/product.wxs
test/data/Integration/BuildingPackages/CustomTables/CustomTableTests/NullValues/product.wxs
test/data/Integration/BuildingPackages/CustomTables/CustomTableTests/SimpleCustomTable/expected.msi
test/data/Integration/BuildingPackages/CustomTables/CustomTableTests/SimpleCustomTable/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/Absent/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/AllowAdvertise/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/ConfigurableDirectory/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/FeatureDisplay/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/FeatureLevel/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/InstallDefault/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/MissingFeatureLevel/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/MissingId/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/SimpleFeature/expected.msi
test/data/Integration/BuildingPackages/Features/FeatureTests/SimpleFeature/product.wxs
test/data/Integration/BuildingPackages/Features/FeatureTests/TypicalDefault/product.wxs
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/ComplexFeatureUsage/product.wxs
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/FeatureGroupContainingMergeRef/MergeModule.msm
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/FeatureGroupContainingMergeRef/Product.wxs
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/FeatureGroups/product.wxs
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/FeatureRefs/product.wxs
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/NestedFeatureGroups/product.wxs
test/data/Integration/BuildingPackages/Features/RefAndGroupTests/NestedFeatures/product.wxs
test/data/Integration/BuildingPackages/Files/CopyFileTests/CopyExistingFile/product.wxs
test/data/Integration/BuildingPackages/Files/CopyFileTests/CopyInstalledFile/product.wxs
test/data/Integration/BuildingPackages/Files/CopyFileTests/CopyNonExistingFile/product.wxs
test/data/Integration/BuildingPackages/Files/CopyFileTests/MoveExistingFile/product.wxs
test/data/Integration/BuildingPackages/Files/CopyFileTests/MoveInstalledFile/product.wxs
test/data/Integration/BuildingPackages/Files/FileTests/AssemblyNullPublicKey/product.wxs
test/data/Integration/BuildingPackages/Files/FileTests/AssemblyTarget40Client/expected.msi
test/data/Integration/BuildingPackages/Files/FileTests/AssemblyTarget40Client/product.wxs
test/data/Integration/BuildingPackages/Files/FileTests/CompanionFile/product.wxs
test/data/Integration/BuildingPackages/Files/FileTests/DefaultVersion/product.wxs
test/data/Integration/BuildingPackages/Files/FileTests/SimpleFile/expected.msi
test/data/Integration/BuildingPackages/Files/FileTests/SimpleFile/product.wxs
test/data/Integration/BuildingPackages/Files/RemoveFilesTests/RemoveFileWithDirectory/product.wxs
test/data/Integration/BuildingPackages/Files/RemoveFilesTests/RemoveFileWithProperty/product.wxs
test/data/Integration/BuildingPackages/Files/RemoveFilesTests/SimpleRemoveFile/product.wxs
test/data/Integration/BuildingPackages/Files/RemoveFilesTests/WildcardRemoveFile/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/AdminImage/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/CompressedPackage/expected.msi
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/CompressedPackage/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/InstallPrivileges/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/InstallerVersion/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/InvalidInstallerVersion/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/InvalidPlatform/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/PackageIds/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/Platforms/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/ShortNames/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/SimplePackage/expected.msi
test/data/Integration/BuildingPackages/InstallPackages/PackageTests/SimplePackage/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/AttributesWithWhitespace/manufacturer.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/AttributesWithWhitespace/name.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/Codepage/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/InvalidProductId/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/InvalidUpgradeCode/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/NonDefaultProduct/expected.msi
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/NonDefaultProduct/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/ProductIds/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/SimpleProduct/expected.msi
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/SimpleProduct/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/UpgradeTable/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/UpgradeVersion/product.wxs
test/data/Integration/BuildingPackages/InstallPackages/ProductTests/ValidUpgradeCodes/product.wxs
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/AutoGenInstanceProductCode/product.wxs
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/AutoGenProductId/expected.mst
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/AutoGenProductId/product.wxs
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/DuplicateInstanceIds/product.wxs
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/InstanceUpgradeCode/product.wxs
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/SimpleInstanceTransform/expected.msi
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/SimpleInstanceTransform/expected1.msi
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/SimpleInstanceTransform/expected2.msi
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/SimpleInstanceTransform/expected3.msi
test/data/Integration/BuildingPackages/InstanceTransforms/InstanceTransformTests/SimpleInstanceTransform/product.wxs
test/data/Integration/BuildingPackages/Media/MediaTests/SimpleMedia/expected.msi
test/data/Integration/BuildingPackages/Media/MediaTests/SimpleMedia/product.wxs
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/CreateFolderPermissionEx/expected.msi
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/CreateFolderPermissionEx/product.wxs
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/FilePermissionEx/expected.msi
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/FilePermissionEx/product.wxs
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/PermissionExTwiceOnOneFile/expected.msi
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/PermissionExTwiceOnOneFile/product.wxs
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/RegistryPermissionEx/expected.msi
test/data/Integration/BuildingPackages/Permissions/PermissionExTests/RegistryPermissionEx/product.wxs
test/data/Integration/BuildingPackages/Registry/RegistryTests/SimpleRegistry/expected.msi
test/data/Integration/BuildingPackages/Registry/RegistryTests/SimpleRegistry/product.wxs
test/data/Integration/BuildingPackages/RegressionTests/DuplicateIgnoreModularization/Product.wxs
test/data/Integration/BuildingPackages/RegressionTests/SF1656236/product.wxs
test/data/Integration/BuildingPackages/RegressionTests/SF1824809/123456789/TextFile1.txt
test/data/Integration/BuildingPackages/RegressionTests/SF1824809/123456789/TextFile2.txt
test/data/Integration/BuildingPackages/RegressionTests/SF1824809/product.wxs
test/data/Integration/BuildingPackages/Sequencing/InstallExecuteSequenceTests/AllStandardActions/expected.msi
test/data/Integration/BuildingPackages/Sequencing/InstallExecuteSequenceTests/AllStandardActions/product.wxs
test/data/Integration/BuildingPackages/Sequencing/SequencingTests/SimpleSequencing/expected.msi
test/data/Integration/BuildingPackages/Sequencing/SequencingTests/SimpleSequencing/product.wxs
test/data/Integration/BuildingPackages/Shortcuts/ShortcutPropertyTests/DuplicateShortcutPropertyIds/product.wxs
test/data/Integration/BuildingPackages/Shortcuts/ShortcutPropertyTests/PreMsi50ShortcutProperty/product.wxs
test/data/Integration/BuildingPackages/Shortcuts/ShortcutPropertyTests/SimpleShortcutProperty/expected.msi
test/data/Integration/BuildingPackages/Shortcuts/ShortcutPropertyTests/SimpleShortcutProperty/product.wxs
test/data/Integration/BuildingPackages/Shortcuts/ShortcutTests/SimpleShortcut/expected.msi
test/data/Integration/BuildingPackages/Shortcuts/ShortcutTests/SimpleShortcut/product.wxs
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/components.wxs
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/customactions.wxs
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/directories.wxi
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/expected.msi
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/features.wxs
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/product.wxs
test/data/Integration/BuildingPackages/SmokeTests/Scenario02/properties.wxs
test/data/Integration/BuildingPackages/SymbolPaths/SymbolPathTests/ComponentSymbolPath/expected.msi
test/data/Integration/BuildingPackages/SymbolPaths/SymbolPathTests/ComponentSymbolPath/product.wxs
test/data/Integration/BuildingPackages/UI/HyperlinkTests/MultipleHyperlinks/product.wxs
test/data/Integration/BuildingPackages/UI/HyperlinkTests/SimpleHyperlink/product.wxs
test/data/Integration/BuildingPackages/UI/UITests/SimpleUI/expected.msi
test/data/Integration/BuildingPackages/UI/UITests/SimpleUI/product.wxs
test/data/Integration/BuildingPatches/PatchFamilies/CustomActionRefTests/Sequencing/baseline.wxs
test/data/Integration/BuildingPatches/PatchFamilies/CustomActionRefTests/Sequencing/expected.msp
test/data/Integration/BuildingPatches/PatchFamilies/CustomActionRefTests/Sequencing/patch.wxs
test/data/Integration/BuildingPatches/PatchFamilies/CustomActionRefTests/Sequencing/upgrade.wxs
test/data/RobMen/Common.targets
test/data/RobMen/bundles/enu/enu.wixproj
test/data/RobMen/bundles/enu/enu.wxs
test/data/RobMen/bundles/jpn/jpn.wixproj
test/data/RobMen/bundles/jpn/jpn.wxs
test/data/RobMen/bundles/perUser/perUser.wixproj
test/data/RobMen/bundles/perUser/perUser.wxs
test/data/RobMen/bundles/teststdba/teststdba.wixproj
test/data/RobMen/bundles/teststdba/teststdba.wxs
test/data/RobMen/bundles/v1/v1.wixproj
test/data/RobMen/bundles/v1/v1.wxs
test/data/RobMen/bundles/v1addon-PerMachine/v1addon.wixproj
test/data/RobMen/bundles/v1addon-PerMachine/v1addon.wxs
test/data/RobMen/bundles/v1addon-patch/v1addonpatch.wixproj
test/data/RobMen/bundles/v1addon-patch/v1addonpatch.wxs
test/data/RobMen/bundles/v2/v2.wixproj
test/data/RobMen/bundles/v2/v2.wxs
test/data/RobMen/data/logo.bmp
test/data/RobMen/data/readme.html
test/data/RobMen/dirs.proj
test/data/RobMen/make.bat
test/data/RobMen/manifests/3_ext.wxs
test/data/RobMen/manifests/burninburn.wxs
test/data/RobMen/manifests/child.wxs
test/data/RobMen/manifests/detached_container.wxs
test/data/RobMen/manifests/external_nocache.wxs
test/data/RobMen/manifests/logo.bmp
test/data/RobMen/manifests/one_embedded.wxs
test/data/RobMen/manifests/one_external.wxs
test/data/RobMen/manifests/one_web.wxs
test/data/RobMen/manifests/readme.html
test/data/RobMen/manifests/source_res.wxs
test/data/RobMen/manifests/v1addon2.wxs
test/data/RobMen/packages/Av1-PerMachine/Av1.wixproj
test/data/RobMen/packages/Av1-PerMachine/Av1.wxs
test/data/RobMen/packages/Av1-PerMachine/test.txt
test/data/RobMen/packages/Av2-PerMachine-MajorUpgrade/Av2.wixproj
test/data/RobMen/packages/Av2-PerMachine-MajorUpgrade/Av2.wxs
test/data/RobMen/packages/Av2-PerMachine-MajorUpgrade/test.txt
test/data/RobMen/packages/Bv1-PerMachine/Bv1.wixproj
test/data/RobMen/packages/Bv1-PerMachine/Bv1.wxs
test/data/RobMen/packages/Bv1-PerMachine/test.txt
test/data/RobMen/packages/Bv1.1-PerMachine-MinorUpdate/Bv1.1.wixproj
test/data/RobMen/packages/Bv1.1-PerMachine-MinorUpdate/Bv1.1.wxs
test/data/RobMen/packages/Bv1.1-PerMachine-MinorUpdate/test.txt
test/data/RobMen/packages/Cv1-PerUser/Cv1.wixproj
test/data/RobMen/packages/Cv1-PerUser/Cv1.wxs
test/data/RobMen/packages/Cv1-PerUser/test.txt
test/data/RobMen/packages/Dv1-PerMachine/Dv1.wixproj
test/data/RobMen/packages/Dv1-PerMachine/Dv1.wxs
test/data/RobMen/packages/Dv1-PerMachine/test.txt
test/data/RobMen/packages/Dv1.0.1-Patch/Dv1-Patch.wxs
test/data/RobMen/packages/Dv1.0.1-Patch/make.bat
test/data/RobMen/packages/Dv1.0.1-PerMachine/Dv1.0.1.wixproj
test/data/RobMen/packages/Dv1.0.1-PerMachine/Dv1.0.1.wxs
test/data/RobMen/packages/Dv1.0.1-PerMachine/test.txt
test/data/RobMen/packages/ExePkg/ExePkg.csproj
test/data/RobMen/packages/ExePkg/Program.cs
test/data/RobMen/packages/ExePkg/Properties/AssemblyInfo.cs
test/data/RobMen/packages/Package1/Package1.wixproj
test/data/RobMen/packages/Package1/Package1.wxs
test/data/RobMen/packages/Package1/a.txt
test/data/RobMen/packages/Package3/3a.txt
test/data/RobMen/packages/Package3/3adupe.txt
test/data/RobMen/packages/Package3/3b.txt
test/data/RobMen/packages/Package3/Package3.wixproj
test/data/RobMen/packages/Package3/Package3.wxs
test/data/RobMen/packages/Package4.wxs
test/data/RobMen/packages/Package5-en-US/Package5-en-US.wixproj
test/data/RobMen/packages/Package5-en-US/Package5-en-US.wxs
test/data/RobMen/packages/Package5-en-US/en-US.txt
test/data/RobMen/packages/Package5-ja-JP/Package5-ja-JP.wixproj
test/data/RobMen/packages/Package5-ja-JP/Package5-ja-JP.wxs
test/data/RobMen/packages/Package5-ja-JP/ja-JP.txt
test/data/SharedData/Authoring/BasicFragment.wxs
test/data/SharedData/Authoring/BasicFragment64bit.wxs
test/data/SharedData/Authoring/BasicModule.wxs
test/data/SharedData/Authoring/BasicProduct.wxs
test/data/SharedData/Authoring/BasicProduct64bit.wxs
test/data/SharedData/Authoring/FailureCustomAction.wxi
test/data/SharedData/Authoring/PropertyFragment.wxs
test/data/SharedData/Authoring/component1.wxi
test/data/SharedData/Authoring/component2.wxi
test/data/SharedData/Authoring/directories.wxi
test/data/SharedData/Authoring/directories64bit.wxi
test/data/SharedData/Authoring/dllfile1.wxi
test/data/SharedData/Authoring/dllfile2.wxi
test/data/SharedData/Authoring/feature1.wxi
test/data/SharedData/Authoring/feature2.wxi
test/data/SharedData/Authoring/file1.wxi
test/data/SharedData/Authoring/file2.wxi
test/data/SharedData/Authoring/packageelement.wxi
test/data/SharedData/Baselines/MSIs/basicproduct.msi
test/data/SharedData/Files/CustomActionFail.exe
test/data/SharedData/Files/TestBinaries/bin/Assembly1.dll
test/data/SharedData/Files/TestBinaries/bin/Assembly1.pdb
test/data/SharedData/Files/TestBinaries/bin/Assembly1_Target40Client.dll
test/data/SharedData/Files/TestBinaries/bin/Assembly1_Target40Client.pdb
test/data/SharedData/Files/TestBinaries/bin/Assembly2.exe
test/data/SharedData/Files/TestBinaries/src/Assembly1/Assembly1.csproj
test/data/SharedData/Files/TestBinaries/src/Assembly1/Class1.cs
test/data/SharedData/Files/TestBinaries/src/Assembly1/Properties/AssemblyInfo.cs
test/data/SharedData/Files/TestBinaries/src/Assembly1/ReadMe.txt
test/data/SharedData/Files/TestBinaries/src/Assembly2/Assembly2.cpp
test/data/SharedData/Files/TestBinaries/src/Assembly2/Assembly2.vcproj
test/data/SharedData/Files/TestBinaries/src/Assembly2/stdafx.cpp
test/data/SharedData/Files/TestBinaries/src/Assembly2/stdafx.h
test/data/SharedData/Files/TestBinaries/src/TestBinaries.sln
test/data/SharedData/Files/TextFile1.txt
test/data/Tools/Candle/Input/FileSystemTests/FileNameWithSingleQuotes/'product'.wxs
test/data/Tools/Candle/Input/FileSystemTests/FileNameWithSpace/pro  duct.wxs
test/data/Tools/Candle/Input/FileSystemTests/LongFilePath/product.wxs
test/data/Tools/Candle/Input/FileSystemTests/SmallSizeInputFile/product.wxs
test/data/Tools/Candle/Input/InputTests/EmptyWxsFile/Product.wxs
test/data/Tools/Candle/Input/InputTests/InvalidWxsFile/Product.wxs
test/data/Tools/Candle/Input/InputTests/MultipleWxsFiles/Product.wxs
test/data/Tools/Candle/Input/InputTests/MultipleWxsFiles/feature.wxs
test/data/Tools/Candle/Input/InputTests/NoWxsExtension/Product
test/data/Tools/Candle/Input/InputTests/ValidFileWithUnknownExtension/Product.foo
test/data/Tools/Candle/MultipleInputSwitchesTests/WxAndSw/Product.wxs
test/data/Tools/Candle/PedanticTests/Product.wxs
test/data/Tools/Candle/PreProcessor/ErrorsAndWarningsTests/Error/Product.wxs
test/data/Tools/Candle/PreProcessor/ErrorsAndWarningsTests/Warning/Product.wxs
test/data/Tools/Candle/PreProcessor/IncludeFileTests/IncludeFilesWithEnvVariables/Product.wxs
test/data/Tools/Candle/PreProcessor/IncludeFileTests/MultipleIncludeFiles/Product.wxs
test/data/Tools/Candle/PreProcessor/IncludeFileTests/MultipleIncludeFiles/Property2.wxi
test/data/Tools/Candle/PreProcessor/IncludeFileTests/MultipleIncludeFiles/Property3.wxi
test/data/Tools/Candle/PreProcessor/IncludeFileTests/NestedIncludeFiles/Product.wxs
test/data/Tools/Candle/PreProcessor/IncludeFileTests/NestedIncludeFiles/Property.wxi
test/data/Tools/Candle/PreProcessor/IncludeFileTests/SearchIncludeFiles/Product.wxs
test/data/Tools/Candle/PreProcessor/IncludeFileTests/SharedData/Property1.wxi
test/data/Tools/Candle/PreProcessor/StatementTests/ForEach/Product.wxs
test/data/Tools/Candle/PreProcessor/StatementTests/IfDef/Product.wxs
test/data/Tools/Candle/PreProcessor/StatementTests/IfNDef/Product.wxs
test/data/Tools/Candle/PreProcessor/StatementTests/SharedData/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/AuthoringVariableRedefinition/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/EnvironmentVariable/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/PreProcessToFile/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/PreProcessorParam/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/PreProcessorVariable/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/PreProcessorVariableEvaluation/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/SystemVariable/Product.wxs
test/data/Tools/Candle/PreProcessor/VariablesTests/VariableRedefinition/Product.wxs
test/data/Tools/Candle/RegressionTests/EmbedCabAttrWithoutCabinetAttr/EmbedCabProduct.wxs
test/data/Tools/Candle/RegressionTests/NoErrorOnSpecifyingMinSizeInFileSearch/FileSearch.wxs
test/data/Tools/Candle/RegressionTests/ProductElementNotPopulated/IncompleteProductElementBug.wxs
test/data/Tools/Candle/RegressionTests/ProductVersionAttributeNotPopulated/ProductVersionAttributeMissing.wxs
test/data/Tools/Candle/RegressionTests/ShortcutDirectoryNotSet/ShortcutProduct.wxs
test/data/Tools/Candle/RegressionTests/SourceDirTest/product.wxs
test/data/Tools/Candle/SuppressSchemaValidationTests/Product.wxs
test/data/Tools/Candle/SuppressWarningsTests/Product.wxs
test/data/Tools/Candle/TraceTests/Product.wxs
test/data/Tools/Candle/TreatWarningsAsErrorsTests/Product.wxs
test/data/Tools/Dark/BinaryPath/BinaryPathTests/product.wxs
test/data/Tools/Light/BasePaths/BasePathTests/SimpleBasePath/expected.msi
test/data/Tools/Light/BindFiles/BindFilesTests/SimpleBindFiles/expected.msi
test/data/Tools/Light/BindFiles/BindFilesTests/SimpleBindFiles/product.wxs
test/data/Tools/Light/BindPaths/bindpathtests/namedbindpath/expected.msi
test/data/Tools/Light/BindPaths/bindpathtests/namedbindpath/product.wxs
test/data/Tools/Light/BindPaths/bindpathtests/simplebindpath/expected.msi
test/data/Tools/Light/BindPaths/bindpathtests/simplebindpath/product.wxs
test/data/Tools/Light/Cabs/CabCachingTests/InvalidCabCache/product.wxs
test/data/Tools/Light/Cabs/CabCachingTests/SimpleCabCaching/product.wxs
test/data/Tools/Light/Cabs/ReuseCabTests/SimpleReuseCab/product.cab
test/data/Tools/Light/Cabs/ReuseCabTests/SimpleReuseCab/product.wxs
test/data/Tools/Light/ICEs/ICEsTests/SimpleICE/product.wxs
test/data/Tools/Light/ICEs/SuppressICEsTests/SimpleSuppressICE/product.wxs
test/data/Tools/Light/Input/WixlibTests/MultipleWixlibs/Component.wxs
test/data/Tools/Light/Input/WixlibTests/MultipleWixlibs/Product.wxs
test/data/Tools/Light/Input/WixlibTests/SingleWixlib/BasicProduct.wixlib
test/data/Tools/Light/Input/WixlibTests/SingleWixlib/expected.msi
test/data/Tools/Light/Input/WixobjTests/component1.wxs
test/data/Tools/Light/Input/WixobjTests/component2.wxs
test/data/Tools/Light/Input/WixobjTests/features.wxs
test/data/Tools/Light/Input/WixobjTests/product.wxs
test/data/Tools/Light/Localization/LocalizationTests/Shared/product.wxs
test/data/Tools/Light/Localization/LocalizationTests/ValidIdentifier/en-US.wxl
test/data/Tools/Light/Localization/LocalizationTests/ValidIdentifier/product.wxs
test/data/Tools/Light/Localization/LocalizationTests/he-il/he-il.msi
test/data/Tools/Light/Localization/LocalizationTests/he-il/he-il.wxl
test/data/Tools/Light/RegressionTests/IncorrectAssemblyType/IncorrectAssemblyType.wxs
test/data/Tools/Light/Warnings/Shared/Warning1079.wxs
test/data/Tools/Lit/BindFiles/BindFilesTests/SimpleBindFiles/product.wxs
test/data/Tools/Lit/Input/InputTests/EmptyWixObjFile/EmptyFile.wixobj
test/data/Tools/Lit/Input/InputTests/InvalidWixObjFile/Library.wixobj
test/data/Tools/Lit/Input/InputTests/MultipleWixObjFiles/ComponentFragment.wxs
test/data/Tools/Lit/Input/InputTests/MultipleWixObjFiles/PropertyFragment.wxs
test/data/Tools/Lit/Input/InputTests/ResponseFile/ResponseFile.txt
test/data/Tools/Lit/Input/InputTests/WildcardInput/PropertyFragment1.wxs
test/data/Tools/Lit/Input/InputTests/WildcardInput/PropertyFragment2.wxs
test/data/Tools/Lit/Input/InputTests/WildcardInput/TestPropertyFragment3.wxs
test/data/Tools/Lit/Input/InputTests/WildcardInput/TestPropertyFragment4.wxs
test/data/Tools/Lit/Localization/LocalizationTests/Shared/en-US.wxl
test/data/Tools/Lit/Localization/LocalizationTests/Shared/ja-JP.wxl
test/data/Tools/Lit/bindpaths/bindpathtests/namedbindpath/product.wxs
test/data/Tools/Lit/bindpaths/bindpathtests/simplebindpath/product.wxs
test/data/UnitTests/wix.dll/PreprocessorUnitTests/PreprocessAndComputeHash/product.wxs
test/data/Wixproj/WixTaskTests/ProductWixInstallerx64/ProductWixInstallerx64.wixproj
test/data/Wixproj/WixTaskTests/ProductWixInstallerx86/ProductWixInstallerx86.wixproj
test/data/Wixproj/WixTaskTests/ProductWixLibraryx64/ProductWixLibraryx64.wixproj
test/data/Wixproj/WixTaskTests/ProductWixLibraryx86/ProductWixLibraryx86.wixproj
test/data/Wixproj/WixprojTests/InstallerWithParameters/WixProject.wixproj
test/data/Wixproj/WixprojTests/InstallerWithParameters/product.wxs
test/data/Wixproj/WixprojTests/LibraryWithParameters/WixProject.wixproj
test/data/Wixproj/WixprojTests/MergeModuleWithParameters/WixProject.wixproj
test/data/Wixproj/WixprojTests/SignMsiProject/SignMsiProject.wixproj
test/data/Wixproj/WixprojTests/SignMsiProject/en-us.wxl
test/data/Wixproj/WixprojTests/SignMsiProject/ja-jp.wxl
test/data/Wixproj/WixprojTests/SignMsiProject/product.wxs
test/data/Wixproj/WixprojTests/SimpleInstaller/WixProject.wixproj
test/data/Wixproj/WixprojTests/SimpleLibrary/WixProject.wixproj
test/data/Wixproj/WixprojTests/SimpleMergeModule/WixProject.wixproj
test/data/Wixproj/WixprojTests/WixprojWithReferences/WixProject.wixproj
test/data/Wixproj/WixprojTests/WixprojWithReferences/product.wxs
test/src/Burn/Frost/Core/Core.csproj
test/src/Burn/Frost/Core/Data/messages.xml
test/src/Burn/Frost/Core/Frost.cs
test/src/Burn/Frost/Core/FrostException.cs
test/src/Burn/Frost/Core/FrostManifest.xml
test/src/Burn/Frost/Core/Logger.cs
test/src/Burn/Frost/Core/Package.cs
test/src/Burn/Frost/Core/Properties/AssemblyInfo.cs
test/src/Burn/Frost/Core/Scenarios/FrostManifest.xml
test/src/Burn/Frost/Core/Variables.cs
test/src/Burn/Frost/Frost.sln
test/src/Burn/Frost/Frost/Frost.csproj
test/src/Burn/Frost/Frost/Program.cs
test/src/Burn/Frost/Frost/Properties/AssemblyInfo.cs
test/src/Burn/Frost/Shim/AssemblyInfo.cpp
test/src/Burn/Frost/Shim/CFrostCore.cpp
test/src/Burn/Frost/Shim/CFrostCore.h
test/src/Burn/Frost/Shim/CFrostEngine.cpp
test/src/Burn/Frost/Shim/CFrostEngine.h
test/src/Burn/Frost/Shim/FrostEvents.h
test/src/Burn/Frost/Shim/IFrostUserExperience.h
test/src/Burn/Frost/Shim/Shim.vcproj
test/src/Burn/Frost/Shim/precomp.cpp
test/src/Burn/Frost/Shim/precomp.h
test/src/Burn/Frost/Shim/shim.h
test/src/IntegrationTests/Burn/AssemblyInfo.cs
test/src/IntegrationTests/Burn/BasicTests.cs
test/src/IntegrationTests/Burn/BasicTests/A.wxs
test/src/IntegrationTests/Burn/BasicTests/B.wxs
test/src/IntegrationTests/Burn/BasicTests/BundleA.wxs
test/src/IntegrationTests/Burn/BasicTests/BundleB.wxs
test/src/IntegrationTests/Burn/BurnIntegrationTests.csproj
test/src/IntegrationTests/Burn/BurnTestBase.cs
test/src/IntegrationTests/Burn/RestartTests.cs
test/src/IntegrationTests/Burn/packages.config
test/src/IntegrationTests/MsbuildIntegrationTests/AssemblyInfo.cs
test/src/IntegrationTests/MsbuildIntegrationTests/BuildTests.cs
test/src/IntegrationTests/MsbuildIntegrationTests/MsbuildIntegrationTests.csproj
test/src/IntegrationTests/MsbuildIntegrationTests/TestData/SimpleMsi/SimpleMsi.wixproj
test/src/IntegrationTests/MsbuildIntegrationTests/TestData/SimpleMsi/SimpleMsi.wxs
test/src/IntegrationTests/MsbuildIntegrationTests/packages.config
test/src/SettingsEngineTests/AdminBasicTest.cpp
test/src/SettingsEngineTests/AssemblyInfo.cpp
test/src/SettingsEngineTests/EnumPastValuesTest.cpp
test/src/SettingsEngineTests/EnumValuesTest.cpp
test/src/SettingsEngineTests/LegacyDetectDirectoryTest.cpp
test/src/SettingsEngineTests/LegacyDetectExeTest.cpp
test/src/SettingsEngineTests/LegacyRegistrySpecialsTest.cpp
test/src/SettingsEngineTests/LegacySyncTest.cpp
test/src/SettingsEngineTests/PerUserProductTest.cpp
test/src/SettingsEngineTests/ReadWriteTest.cpp
test/src/SettingsEngineTests/RemoteSyncResolveTest.cpp
test/src/SettingsEngineTests/SettingsEngineTest.cpp
test/src/SettingsEngineTests/SettingsEngineTest.h
test/src/SettingsEngineTests/SettingsEngineTest.vcxproj
test/src/SettingsEngineTests/SettingsEngineTest.vcxproj.filters
test/src/SettingsEngineTests/detectdirectory.udm
test/src/SettingsEngineTests/detectexe.udm
test/src/SettingsEngineTests/error.h
test/src/SettingsEngineTests/legacyspecialstest.udm
test/src/SettingsEngineTests/precomp.h
test/src/SettingsEngineTests/samplelegacy.udm
test/src/UnitTests/Burn/AssemblyInfo.cpp
test/src/UnitTests/Burn/BurnTestException.h
test/src/UnitTests/Burn/BurnUnitTest.h
test/src/UnitTests/Burn/BurnUnitTest.rc
test/src/UnitTests/Burn/BurnUnitTest.vcxproj
test/src/UnitTests/Burn/BurnUnitTest.vcxproj.filters
test/src/UnitTests/Burn/CacheTest.cpp
test/src/UnitTests/Burn/ElevationTest.cpp
test/src/UnitTests/Burn/ManifestHelpers.cpp
test/src/UnitTests/Burn/ManifestHelpers.h
test/src/UnitTests/Burn/ManifestTest.cpp
test/src/UnitTests/Burn/RegistrationTest.cpp
test/src/UnitTests/Burn/SearchTest.cpp
test/src/UnitTests/Burn/VariableHelpers.cpp
test/src/UnitTests/Burn/VariableHelpers.h
test/src/UnitTests/Burn/VariableTest.cpp
test/src/UnitTests/Burn/precomp.cpp
test/src/UnitTests/Burn/precomp.h
test/src/UnitTests/dutil/AssemblyInfo.cpp
test/src/UnitTests/dutil/DUtilUnitTest.vcxproj
test/src/UnitTests/dutil/DUtilUnitTest.vcxproj.filters
test/src/UnitTests/dutil/DictUtilTest.cpp
test/src/UnitTests/dutil/DirUtilTests.cpp
test/src/UnitTests/dutil/FileUtilTest.cpp
test/src/UnitTests/dutil/IniUtilTest.cpp
test/src/UnitTests/dutil/MemUtilTest.cpp
test/src/UnitTests/dutil/MonUtilTest.cpp
test/src/UnitTests/dutil/PathUtilTest.cpp
test/src/UnitTests/dutil/StrUtilTest.cpp
test/src/UnitTests/dutil/UnitTest.rc
test/src/UnitTests/dutil/error.h
test/src/UnitTests/dutil/packages.config
test/src/UnitTests/dutil/precomp.cpp
test/src/UnitTests/dutil/precomp.h
test/src/UnitTests/dutil/resource.h
test/src/UnitTests/wix.dll/PreprocessorUnitTests.cs
test/src/UnitTests/wix/AssemblyInfo.cs
test/src/UnitTests/wix/CompilerFixture.cs
test/src/UnitTests/wix/ExtensionManagerFixture.cs
test/src/UnitTests/wix/PreprocessorFixture.cs
test/src/UnitTests/wix/SourceLineNumberFixture.cs
test/src/UnitTests/wix/WixUnitTest.csproj
test/src/UnitTests/wix/packages.config
test/src/UnitTests/wix/testdata/double_fragment.wxs
test/src/UnitTests/wix/testdata/include.wxi
test/src/UnitTests/wix/testdata/parent.wxs
test/src/UnitTests/wix/testdata/simple.wxs
test/src/Utilities/TestBA/Hresult.cs
test/src/Utilities/TestBA/Properties/AssemblyInfo.cs
test/src/Utilities/TestBA/TestBA.BootstrapperCore.config
test/src/Utilities/TestBA/TestBA.cs
test/src/Utilities/TestBA/TestBA.csproj
test/src/WixTestTools/AssemblyInfo.cs
test/src/WixTestTools/Builder.cs
test/src/WixTestTools/BuilderBase.cs
test/src/WixTestTools/BundleBuilder.cs
test/src/WixTestTools/BundleInstaller.cs
test/src/WixTestTools/BundleRegistration.cs
test/src/WixTestTools/Burn/Detours/HijackReboots.cs
test/src/WixTestTools/Burn/EngineCleanup/EngineCleanup.cs
test/src/WixTestTools/Burn/LayoutManager/LayoutManager.cs
test/src/WixTestTools/Burn/LayoutManager/Ux/TestUX.cs
test/src/WixTestTools/Burn/LayoutManager/Ux/UxBase.cs
test/src/WixTestTools/Burn/OM/ElementAttribute/XmlAttribute.cs
test/src/WixTestTools/Burn/OM/ElementAttribute/XmlBlob.cs
test/src/WixTestTools/Burn/OM/ElementAttribute/XmlChildElement.cs
test/src/WixTestTools/Burn/OM/ElementAttribute/XmlElement.cs
test/src/WixTestTools/Burn/OM/Generator/ObjectGenerator.cs
test/src/WixTestTools/Burn/OM/Generator/XMLGenerator.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/BundleElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Chain/ChainElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Chain/ExePackageElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Chain/MsiPackageElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Chain/MsiPropertyElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Chain/MspPackageElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Chain/Package.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/PayloadElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Searches/ComponentSearchElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Searches/DirectorySearchElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Searches/FileSearchElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Searches/ProductSearchElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Searches/RegistrySearchElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Searches/Searches.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/UX/UxElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/Bundle/Variable/VariableElement.cs
test/src/WixTestTools/Burn/OM/WixAuthoringOM/WixElement.cs
test/src/WixTestTools/Candle.cs
test/src/WixTestTools/CandleArguments.cs
test/src/WixTestTools/CandleStaticMethods.cs
test/src/WixTestTools/Dark.cs
test/src/WixTestTools/DarkArguments.cs
test/src/WixTestTools/DarkStaticMethods.cs
test/src/WixTestTools/ErrorCodes.cs
test/src/WixTestTools/Heat.cs
test/src/WixTestTools/HeatArguments.cs
test/src/WixTestTools/Insignia.cs
test/src/WixTestTools/InsigniaArguments.cs
test/src/WixTestTools/Light.cs
test/src/WixTestTools/LightArguments.cs
test/src/WixTestTools/LightStaticMethods.cs
test/src/WixTestTools/Lit.cs
test/src/WixTestTools/LitArguments.cs
test/src/WixTestTools/MSBuild.cs
test/src/WixTestTools/MSBuildArguments.cs
test/src/WixTestTools/MSBuildMessage.cs
test/src/WixTestTools/MSIExec.cs
test/src/WixTestTools/MSIExecArguments.cs
test/src/WixTestTools/MSITables.cs
test/src/WixTestTools/MSIVersions.cs
test/src/WixTestTools/Message.cs
test/src/WixTestTools/NamedFact.cs
test/src/WixTestTools/PackageBuilder.cs
test/src/WixTestTools/Pyro.cs
test/src/WixTestTools/PyroArguments.cs
test/src/WixTestTools/QuickTest.cs
test/src/WixTestTools/QuickTestStaticMethods.cs
test/src/WixTestTools/Result.cs
test/src/WixTestTools/Settings.cs
test/src/WixTestTools/Smoke.cs
test/src/WixTestTools/SmokeArguments.cs
test/src/WixTestTools/TestException.cs
test/src/WixTestTools/TestTool.cs
test/src/WixTestTools/Tool.cs
test/src/WixTestTools/Torch.cs
test/src/WixTestTools/TorchArguments.cs
test/src/WixTestTools/Utilities/FileUtilities.cs
test/src/WixTestTools/Utilities/MsiUtilities.cs
test/src/WixTestTools/Utilities/UserUtilities.cs
test/src/WixTestTools/Verifiers/Extensions/NetFXVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/PermissionsVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/RegistryVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/ServiceVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/SpecialFoldersVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/SqlVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/UserVerifier.cs
test/src/WixTestTools/Verifiers/Extensions/XMLVerifier.cs
test/src/WixTestTools/Verifiers/FileVerifier.cs
test/src/WixTestTools/Verifiers/LogVerifier.cs
test/src/WixTestTools/Verifiers/MsiVerifier.cs
test/src/WixTestTools/Verifiers/Verifier.cs
test/src/WixTestTools/WixCop.cs
test/src/WixTestTools/WixCopArguments.cs
test/src/WixTestTools/WixMessage.cs
test/src/WixTestTools/WixTestBase.cs
test/src/WixTestTools/WixTestContext.cs
test/src/WixTestTools/WixTestTools.csproj
test/src/WixTestTools/WixTool.cs
test/src/WixTestTools/WixToolArguments.cs
test/src/WixTestTools/WixTools.cs
test/src/WixTestTools/WixUnit.cs
test/src/WixTestTools/WixUnitArguments.cs
test/src/WixTestTools/WixprojMSBuild.cs
test/src/WixTestTools/packages.config
test/src/WixTests.sln
test/src/WixTests/AssemblyInfo.cs
test/src/WixTests/BuilderBase.cs
test/src/WixTests/BundleBuilder.cs
test/src/WixTests/BundleInstaller.cs
test/src/WixTests/BundleRegistration.cs
test/src/WixTests/Burn/Burn.DependencyTests.cs
test/src/WixTests/Burn/Burn.FailureTests.cs
test/src/WixTests/Burn/Burn.FeatureTests.cs
test/src/WixTests/Burn/Burn.ForwardCompatibleTests.cs
test/src/WixTests/Burn/Burn.ParentTests.cs
test/src/WixTests/Burn/Burn.PatchTests.cs
test/src/WixTests/Burn/Burn.PermanentTests.cs
test/src/WixTests/Burn/Burn.RegistrationTests.cs
test/src/WixTests/Burn/Burn.RelatedBundleTests.cs
test/src/WixTests/Burn/Burn.SearchTests.cs
test/src/WixTests/Burn/Burn.SlipstreamTests.cs
test/src/WixTests/Burn/Burn.UpdateBundleTests.cs
test/src/WixTests/Burn/BurnTests.cs
test/src/WixTests/Examples/ExampleTests.cs
test/src/WixTests/Extensions/DependencyExtension/DependencyExtension.DependencyExtensionTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISCertificateTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISFilterTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISVirtualDirTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISWebAppPoolTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISWebDirTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISWebErrorTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISWebPropertyTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISWebServiceExtensionTests.cs
test/src/WixTests/Extensions/IISExtension/IISExtension.IISWebSiteTests.cs
test/src/WixTests/Extensions/IISExtension/IISVerifier.cs
test/src/WixTests/Extensions/NetFXExtension/NetFXExtension.NativeImageTests.cs
test/src/WixTests/Extensions/SqlExtension/SqlExtension.RegressionTests.cs
test/src/WixTests/Extensions/SqlExtension/SqlExtension.SqlDatabaseTests.cs
test/src/WixTests/Extensions/SqlExtension/SqlExtension.SqlScriptTests.cs
test/src/WixTests/Extensions/SqlExtension/SqlExtension.SqlStringTests.cs
test/src/WixTests/Extensions/UIExtension/UIExtension.AdvancedUITests.cs
test/src/WixTests/Extensions/UIExtension/UIExtension.FeatureTreeTests.cs
test/src/WixTests/Extensions/UIExtension/UIExtension.InstallDirTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.CAQuietExecTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.EventManifestTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.FileShareTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.PerfCounterManifestTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.PerfCounterTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.PerformanceCategoryTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.PermissionExTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.PropertyTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.RegressionTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.ServiceConfigTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.UserTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.WixCloseApplicationTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.WixInternetShortcutTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.WixShellExecBinaryTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.WixShellExecTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.XmlConfigTests.cs
test/src/WixTests/Extensions/UtilExtension/UtilExtension.XmlFileTests.cs
test/src/WixTests/Extensions/VSExtension/VSExtension.VSExtensionTests.cs
test/src/WixTests/Integration/BuildingPackages/Authoring.FragmentTests.cs
test/src/WixTests/Integration/BuildingPackages/Authoring.IdentifierTests.cs
test/src/WixTests/Integration/BuildingPackages/Binaries.BinaryTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.BundleElementTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.ChainTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.ComponentSearchTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.DirectorySearchTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.FileSearchTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.LayoutTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.PackageTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.PayloadTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.ProductSearchTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.RegistrySearchTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.UXTests.cs
test/src/WixTests/Integration/BuildingPackages/Bundle.VariableTests.cs
test/src/WixTests/Integration/BuildingPackages/BundleTests.cs
test/src/WixTests/Integration/BuildingPackages/Cabinets.CabinetTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.COMRegistrationTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.ComponentTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.CreateFolderTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.EnvironmentTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.IsolateComponentTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.RefAndGroupTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.RemoveFolderTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.ReserveCostTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.SFPCatalogTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.ServiceControlTests.cs
test/src/WixTests/Integration/BuildingPackages/Components.ServiceInstallTests.cs
test/src/WixTests/Integration/BuildingPackages/Conditions.ComponentConditionTests.cs
test/src/WixTests/Integration/BuildingPackages/Conditions.ControlConditionTests.cs
test/src/WixTests/Integration/BuildingPackages/Conditions.FeatureConditionTests.cs
test/src/WixTests/Integration/BuildingPackages/Conditions.LaunchConditionTests.cs
test/src/WixTests/Integration/BuildingPackages/CustomActions.CustomActionTests.cs
test/src/WixTests/Integration/BuildingPackages/CustomTables.CustomTableTests.cs
test/src/WixTests/Integration/BuildingPackages/Directories.DirectoryTests.cs
test/src/WixTests/Integration/BuildingPackages/Features.FeatureTests.cs
test/src/WixTests/Integration/BuildingPackages/Features.RefAndGroupTests.cs
test/src/WixTests/Integration/BuildingPackages/Files.CopyFileTests.cs
test/src/WixTests/Integration/BuildingPackages/Files.FileTests.cs
test/src/WixTests/Integration/BuildingPackages/Files.RemoveFileTests.cs
test/src/WixTests/Integration/BuildingPackages/InstallPackages.PackageTests.cs
test/src/WixTests/Integration/BuildingPackages/InstallPackages.ProductTests.cs
test/src/WixTests/Integration/BuildingPackages/InstanceTransforms.InstanceTransformTests.cs
test/src/WixTests/Integration/BuildingPackages/Media.MediaTests.cs
test/src/WixTests/Integration/BuildingPackages/Permissions.PermissionExTests.cs
test/src/WixTests/Integration/BuildingPackages/Registry.RegistryTests.cs
test/src/WixTests/Integration/BuildingPackages/RegressionTests.cs
test/src/WixTests/Integration/BuildingPackages/Sequencing.InstallExecuteSequenceTests.cs
test/src/WixTests/Integration/BuildingPackages/Sequencing.SequencingTests.cs
test/src/WixTests/Integration/BuildingPackages/Shortcuts.ShortcutPropertyTests.cs
test/src/WixTests/Integration/BuildingPackages/Shortcuts.ShortcutTests.cs
test/src/WixTests/Integration/BuildingPackages/SmokeTests.cs
test/src/WixTests/Integration/BuildingPackages/SymbolPaths.SymbolPathTests.cs
test/src/WixTests/Integration/BuildingPackages/UI.HyperlinkTests.cs
test/src/WixTests/Integration/BuildingPackages/UI.UITests.cs
test/src/WixTests/PackageBuilder.cs
test/src/WixTests/PatchBuilder.cs
test/src/WixTests/Tools/Candle/HelpTests.cs
test/src/WixTests/Tools/Candle/Input.FileSystemTests.cs
test/src/WixTests/Tools/Candle/Input.InputTests.cs
test/src/WixTests/Tools/Candle/MultipleInputSwitchesTests.cs
test/src/WixTests/Tools/Candle/Output.FileSystemTests.cs
test/src/WixTests/Tools/Candle/Output.OutputTests.cs
test/src/WixTests/Tools/Candle/PedanticTests.cs
test/src/WixTests/Tools/Candle/PreProcessor.ErrorsAndWarningsTests.cs
test/src/WixTests/Tools/Candle/PreProcessor.IncludeFileTests.cs
test/src/WixTests/Tools/Candle/PreProcessor.StatementsTests.cs
test/src/WixTests/Tools/Candle/PreProcessor.VariableTests.cs
test/src/WixTests/Tools/Candle/RegressionTests.cs
test/src/WixTests/Tools/Candle/SuppressSchemaValidationTests.cs
test/src/WixTests/Tools/Candle/SuppressWarningsTests.cs
test/src/WixTests/Tools/Candle/TraceTests.cs
test/src/WixTests/Tools/Candle/TreatWarningsAsErrorsTests.cs
test/src/WixTests/Tools/Candle/VerboseOutputTests.cs
test/src/WixTests/Tools/Common/Logo.LogoTests.cs
test/src/WixTests/Tools/Dark/BinaryPath.BinaryPathTests.cs
test/src/WixTests/Tools/Dark/Extensions.ExtensionTests.cs
test/src/WixTests/Tools/Dark/Help.HelpTests.cs
test/src/WixTests/Tools/Dark/Output.FileSystemTests.cs
test/src/WixTests/Tools/Dark/RegressionTests.cs
test/src/WixTests/Tools/Light/BindFiles.BindFilesTests.cs
test/src/WixTests/Tools/Light/BindPaths.BindPathTests.cs
test/src/WixTests/Tools/Light/Cabs.CabCachingTests.cs
test/src/WixTests/Tools/Light/Cabs.ReuseCabTests.cs
test/src/WixTests/Tools/Light/Cultures.CultureTests.cs
test/src/WixTests/Tools/Light/Help.HelpTests.cs
test/src/WixTests/Tools/Light/ICEs.ICEsTests.cs
test/src/WixTests/Tools/Light/ICEs.SuppressICEsTests.cs
test/src/WixTests/Tools/Light/Input.InputTests.mtx
test/src/WixTests/Tools/Light/Input.WixlibTests.cs
test/src/WixTests/Tools/Light/Input.WixobjTests.cs
test/src/WixTests/Tools/Light/Localization.LocalizationTests.cs
test/src/WixTests/Tools/Light/Messages.PedanticTests.cs
test/src/WixTests/Tools/Light/Messages.VerboseTests.cs
test/src/WixTests/Tools/Light/Output.OutputTests.cs
test/src/WixTests/Tools/Light/Output.OutputTests.mtx
test/src/WixTests/Tools/Light/RegressionTests.cs
test/src/WixTests/Tools/Light/Warnings.SuppressWarningsTests.cs
test/src/WixTests/Tools/Light/Warnings.WarningsAsErrorsTests.cs
test/src/WixTests/Tools/Lit/BindFiles.BindFilesTests.cs
test/src/WixTests/Tools/Lit/BindPaths.BindPathTests.cs
test/src/WixTests/Tools/Lit/Help.HelpTests.cs
test/src/WixTests/Tools/Lit/Input.FileSystemTests.cs
test/src/WixTests/Tools/Lit/Input.InputTests.cs
test/src/WixTests/Tools/Lit/Localization.LocalizationTests.cs
test/src/WixTests/Tools/Lit/MultipleSwitches.MultipleSwitchesTests.cs
test/src/WixTests/Tools/Lit/Output.FileSystemTests.cs
test/src/WixTests/Tools/Lit/Output.OutputTests.cs
test/src/WixTests/Tools/Lit/Warnings.SuppressWarningsTests.cs
test/src/WixTests/Tools/Lit/Warnings.TreatWarningsAsErrorsTests.cs
test/src/WixTests/WixTests.cs
test/src/WixTests/WixTests.csproj
test/src/WixTests/Wixproj/WixTaskTests.cs
test/src/WixTests/Wixproj/WixprojTests.cs
test/test.bat
test/test.proj
test/test/Msbuild.testproj
test/test/Unit.testproj
tools/Nuget.targets
tools/OneTimeWixBuildInitialization.proj
tools/Traversal.targets
tools/Version.proj
tools/Wix.ruleset
tools/WixBuild.Tools.targets
tools/WixBuild.Version.targets
tools/WixBuild.VisualStudioSdk.targets
tools/WixBuild.csproj.props
tools/WixBuild.csproj.targets
tools/WixBuild.helpproj.targets
tools/WixBuild.props
tools/WixBuild.relproj.targets
tools/WixBuild.shfbproj.props
tools/WixBuild.shfbproj.targets
tools/WixBuild.targets
tools/WixBuild.testproj.targets
tools/WixBuild.tmp_proj.targets
tools/WixBuild.vcxproj.props
tools/WixBuild.vcxproj.targets
tools/WixBuild.wixproj.props
tools/WixBuild.wixproj.targets
tools/WixBuild.zipproj.targets
tools/WixRelease.relproj
tools/bin/NuGet.exe
tools/packages.config
tools/publickey_wix.snk
tools/release/WixBuildRelease.proj
tools/release/atomUpdate.js
tools/release/curl/curl.exe
tools/release/curl/libcurl.dll
tools/release/curl/libcurl_imp.lib
tools/release/curl/libeay32.dll
tools/release/curl/ssleay32.dll
tools/release/curl/zlib1.dll
tools/release/histver.js
tools/release/release.proj
tools/release/wix4.0.feed
tools/src/DocCompiler/AssemblyInfo.cs
tools/src/DocCompiler/CommandLine.cs
tools/src/DocCompiler/DocCompiler.cs
tools/src/DocCompiler/DocCompiler.csproj
tools/src/DocCompiler/Document.cs
tools/src/DocCompiler/IndexedDocument.cs
tools/src/DocCompiler/Markdown.cs
tools/src/DocCompiler/VariableSubstitutions.cs
tools/src/DocCompiler/Xsd/docCompiler.xsd
tools/src/DocCompiler/app.config
tools/src/DocFromXsd/AssemblyInfo.cs
tools/src/DocFromXsd/CommandLine.cs
tools/src/DocFromXsd/DocFromXsd.cs
tools/src/DocFromXsd/DocFromXsd.csproj
tools/src/DocFromXsd/XmlSchemaCompiler.cs
tools/src/DocFromXsd/app.config
tools/src/DocFromXsd/docfromxsd.exe.manifest
tools/src/DocFromXsd/docfromxsd.rc
tools/src/FlattenXml/AssemblyInfo.cs
tools/src/FlattenXml/FlattenXml.cs
tools/src/FlattenXml/FlattenXml.csproj
tools/src/FlattenXml/flattenxml.exe.manifest
tools/src/FlattenXml/flattenxml.rc
tools/src/GenerateWixInclude/App.ico
tools/src/GenerateWixInclude/AssemblyInfo.cs
tools/src/GenerateWixInclude/GenerateWixInclude.cs
tools/src/GenerateWixInclude/GenerateWixInclude.csproj
tools/src/Md2html/AssemblyInfo.cs
tools/src/Md2html/Markdown.cs
tools/src/Md2html/Md2html.cs
tools/src/Md2html/Md2html.csproj
tools/src/Md2html/md2html.exe.manifest
tools/src/Md2html/md2html.rc
tools/src/MdCompiler/AssemblyInfo.cs
tools/src/MdCompiler/CommandLine.cs
tools/src/MdCompiler/Document.cs
tools/src/MdCompiler/Markdown.cs
tools/src/MdCompiler/MdCompiler.cs
tools/src/MdCompiler/MdCompiler.csproj
tools/src/MdCompiler/VariableSubstitutions.cs
tools/src/MdCompiler/mdcompiler.exe.manifest
tools/src/MdCompiler/mdcompiler.rc
tools/src/MsgGen/App.ico
tools/src/MsgGen/AssemblyInfo.cs
tools/src/MsgGen/GenerateMessageFiles.cs
tools/src/MsgGen/MsgGen.cs
tools/src/MsgGen/MsgGen.csproj
tools/src/MsgGen/Xsd/messages.xsd
tools/src/WixBuild/AssemblyInfo.cs
tools/src/WixBuild/DeleteRegistry.cs
tools/src/WixBuild/DocCompiler.cs
tools/src/WixBuild/FlattenXml.cs
tools/src/WixBuild/GenerateReleaseHistory.cs
tools/src/WixBuild/GenerateReleaseInfo.cs
tools/src/WixBuild/MsgGen.cs
tools/src/WixBuild/Rc.cs
tools/src/WixBuild/ReadRegistry.cs
tools/src/WixBuild/RegistryBase.cs
tools/src/WixBuild/WixBuild.csproj
tools/src/WixBuild/WriteRegistry.cs
tools/src/WixBuild/XsdGen.cs
tools/src/XsdGen/AssemblyInfo.cs
tools/src/XsdGen/CodeDomInterfaces.cs
tools/src/XsdGen/CodeDomReader.cs
tools/src/XsdGen/ElementCollection.cs
tools/src/XsdGen/StronglyTypedClasses.cs
tools/src/XsdGen/XsdGen.cs
tools/src/XsdGen/XsdGen.csproj
tools/src/XsdGen/xsdgen.exe.manifest
tools/src/XsdGen/xsdgen.rc
tools/src/XsdStitch/AssemblyInfo.cs
tools/src/XsdStitch/XsdStitch.cs
tools/src/XsdStitch/XsdStitch.csproj
tools/src/tools.proj
wix.proj

Download

Click the following link to download wix.zip.

wix.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML