aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure elevated SFXCA uses Windows Installer cache and unelevated uses Temp ↵Rob Mensching2024-04-052-1/+43
| | | | | | folder Fixes 8078
* Add a managed custom action E2E testRob Mensching2024-04-056-0/+122
|
* Report E_MOREDATA from Bal functions when string buffer too smallRob Mensching2024-04-043-0/+53
| | | | | | | | WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to match in a few missing cases. Fixes 8094
* Use the correct case for firewall attribute valuesRob Mensching2024-03-241-3/+3
|
* Simplify BootstrapperApplication header filesRob Mensching2024-03-214-8/+5
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Use WixBA in an upgrade.Bob Arnson2024-03-185-2/+79
|
* Fix localization collation.Bob Arnson2024-03-124-0/+59
| | | | Fixes https://github.com/wixtoolset/issues/issues/8036.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-077-8/+12
|
* Better .nupkg namesRob Mensching2024-03-07155-294/+272
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-0642-255/+270
|
* Use camelCase attribute values.Bob Arnson2024-02-272-5/+5
|
* Allow MsiProperty/@Value to be an empty string.Bob Arnson2024-02-172-1/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/7798.
* ArpEntry reads QuietUninstallString or UninstallString, and uses ↵Nir Bar2023-12-243-0/+59
| | | | UninstallArguments for the uninstall command line
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-1918-25/+25
|
* Pretty up build outputRob Mensching2023-12-162-4/+4
|
* add firewall extension decompiler, make msi modifications work, add all ↵chris_bednarski2023-11-1918-20/+925
| | | | attributes
* change firewall extension table name to Wix5FirewallExceptionchris_bednarski2023-11-195-0/+299
|
* Correctly process build -outputType switchRob Mensching2023-09-056-10/+10
| | | | | | Also add a few additional output types to built-in backends. Fixes 7708
* remove windows xp specific code from firewall extensionchris_bednarski2023-08-264-3/+95
|
* use WcaGetRecordFormattedString to get firewall rule descriptionchris_bednarski2023-08-236-3/+152
|
* add integration tests for the firewall extenstionchris_bednarski2023-08-198-0/+897
|
* Remove Esproj testRob Mensching2023-08-0722-29916/+0
| | | | | | The npm packages in esproj regularly encounter security issues that are not relevant to WiX. The test provides less value than the churn required to keep all the test project up to date, so deleting it.
* feat(build): update xunit to version 2.5.0, fix occasional test timeoutchris_bednarski2023-07-191-1/+1
|
* Improve logging to remove `(null)`.Bob Arnson2023-06-133-0/+63
| | | | | | Add detached container runtime test. Inspired by https://github.com/wixtoolset/issues/issues/7490.
* ProjectReferences to wixlibs should participate in DefineConstants creationRob Mensching2023-06-021-0/+4
| | | | | | Also fix documentation in ResolveWixLibraryReferences target. Fixes 7512
* Obsolete removed PackageState.Cached valueRob Mensching2023-05-301-1/+1
| | | | | | | | A package's cached status is no longer set via the PackageState. The value was removed in native code but the managed code was missed throwing off the enum mapping. Fixes 7399
* Fix build failure when bundle has multiple RemoteBundle elementsNir Bar2023-05-023-0/+47
|
* Clean up generated files left in source tree.Bob Arnson2023-05-022-0/+5
|
* Tame some wild pointers.Bob Arnson2023-05-011-1/+12
| | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451.
* Fix XmlConfig lookup logic.Bob Arnson2023-04-274-0/+98
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444.
* Fix WcaErrorMessage `cArgs==-1` case.Bob Arnson2023-04-272-1/+3
| | | | | | | | | | - Count args before creating message record. - Document terminating NULL requirement. - Add terminating NULL in MessageExit* macros. - Enhance tests for problems encountered fixing this nightmare. Fixes https://github.com/wixtoolset/issues/issues/7422. Fixes https://github.com/wixtoolset/issues/issues/7444.
* Catch a few left over references to v4Rob Mensching2023-04-181-2/+2
|
* Handle project references that return invalid target pathsRob Mensching2023-03-1622-0/+29916
| | | | Closes 7277
* Fix double-free bugs in thmutil.Sean Hall2023-02-192-0/+54
| | | | Fixes 7231
* Remove use of AppVeyorRob Mensching2023-01-231-26/+0
| | | | | | | | WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175
* Don't uninstall superseded MSI packages.Sean Hall2023-01-191-1/+0
| | | | 7147
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-184-21/+34
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-183-0/+52
|
* Add TargetFrameworks to ProjectReference to ease handling multi-framework ↵Rob Mensching2023-01-168-1/+123
| | | | | | projects Closes 7149
* Improve test coverage for recent Burn changes.Sean Hall2023-01-141-1/+8
| | | | 7068, PR 318
* Small fixes found while updating XSDsRob Mensching2023-01-018-8/+8
|
* Register the InstallDate in BurnRob Mensching2022-12-222-0/+11
| | | | Closes 7068
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-153-1/+41
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-136-0/+90
| | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
* Add additional AssetTargetFallbackRob Mensching2022-11-213-1/+33
| | | | Fixes 7034
* Allow signing targets to be overridden in simple Sdk-style .wixprojRob Mensching2022-11-212-0/+13
| | | | | | | | | | | | Moved the overridable signing targets (like SignMsi) to a new WixToolset.Signing.props that is included "at the very top of" a .wixproj using Sdk-style project. That way these signing targets can be overridden in the .wixproj. When the overridable signing targets were defined in WixToolset.Signing.targets, then it was necessary to use the more complex Sdk-style Import syntax to place the signing targets low enough in the .wixproj. Closes 7038
* Parallelize building test codeRob Mensching2022-11-134-24/+8
|
* Automate the test for GetRelatedBundleVariable.Sean Hall2022-11-1015-59/+97
|
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-108-0/+345
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-0816-16/+16
|