aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Firewall (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson12 days4-54/+52
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* CreateGroups additionsBevan Weiss2025-02-111-0/+4
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix missing WixToolset.Firewall.wixext versionRob Mensching2024-07-122-4/+0
| | | | Fixes 8624
* Use the correct case for firewall attribute valuesRob Mensching2024-03-242-5/+11
|
* Fix Profile column definition.Bob Arnson2024-03-183-5/+6
| | | | | | It's a formatted field but was too short. Fixes https://github.com/wixtoolset/issues/issues/8043.
* Cleaning up a typo and a missed commit.Bob Arnson2024-02-271-0/+5
|
* Use camelCase attribute values.Bob Arnson2024-02-274-75/+93
|
* Switch to `virtual` access modifiers...Bob Arnson2024-02-161-3/+4
| | | | | | ...from `Overridable="yes"`. Fixes https://github.com/wixtoolset/issues/issues/7981 for WiX v5.
* Link localizations from WixExtensions the same as sectionsRob Mensching2023-12-162-3/+1
|
* Pretty up build outputRob Mensching2023-12-161-2/+2
|
* add firewall extension decompiler, make msi modifications work, add all ↵chris_bednarski2023-11-1915-324/+2420
| | | | attributes
* change firewall extension table name to Wix5FirewallExceptionchris_bednarski2023-11-197-65/+235
|
* add FIREWALL_EXCEPTION_ATTRIBUTES structchris_bednarski2023-09-121-109/+89
|
* Remove unused symbol `Version`.Bob Arnson2023-09-121-2/+0
|
* remove windows xp specific code from firewall extensionchris_bednarski2023-08-261-435/+7
|
* add firewall extension decompilerchris_bednarski2023-08-265-81/+164
|
* use WcaGetRecordFormattedString to get firewall rule descriptionchris_bednarski2023-08-231-1/+1
|
* Remove invalid references to ToolsVersion in ext wixlib projectsRob Mensching2023-07-191-2/+2
|
* Fix broken firewall direction.Bob Arnson2022-12-183-16/+23
| | | | Fixes https://github.com/wixtoolset/issues/issues/7102.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-132-2/+3
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-315-33/+31
| | | | Fixes 6970
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-2/+2
|
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-152-9/+7
| | | | Fixes 6944
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-8/+1
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Finish removing native pdbs from .nupkg and removing symbols packages.Sean Hall2022-02-181-1/+0
|
* Central caDecor and caErr.Bob Arnson2022-02-102-97/+2
|
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-2/+2
|
* Simplify and normalize ext projectsRob Mensching2021-12-303-12/+9
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Clean up Firewall extension (model for all).Bob Arnson2021-12-1712-131/+24
|
* Fix batch file command-line parsingRob Mensching2021-05-171-1/+1
|
* Implement integrated build processRob Mensching2021-05-1115-290/+51
|
* Move Firewall.wixext into extRob Mensching2021-05-0457-0/+3085