summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use ExePayloadRef for PrimaryPayloadId and SecondaryPayloadIdAndrij Abyzov2024-12-263-5/+57
| | | | Fixes 8673
* Update to non-deprecated actions/upload-artifactRob Mensching2024-12-261-2/+2
|
* Fix Heat Harvesting for x64 DllsNico-Ko2024-12-261-1/+1
| | | | Fixes: wixtoolset/issues#8803
* Fix up COM+ to be back in working order under Wix4+Bevan Weiss2024-12-2631-120/+446
| | | | | | | | | | | | | | | | | | | | | Table names updated for Wix4 prefix. Custom action names similarly updated. Table names Wix4ComPlusUserInApplicationRole, Wix4ComPlusGroupInApplicationRole and Wix4ComPlusApplicationRoleProperty had to be shortened to fit within MSI 31 character table name limit. Migrated from fixed GUID for RegistrationHelper to use CLSIDFromProgID in an attempt to fix behaviour under .NET 4+ DLLs. Added setting of Partition enable if a Partition is configured in authoring, new Windows config has Partitions disabled by default, and they don't work at all under Windows workstation (non-server) versions. Added a new Runtime condition for `RequireWindowsServer` which will skip execution of Runtime test on workstation/desktop OSes, since COM+ Partitions only work correctly under Windows Server. Quite a lot of basic typos fixed also. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add a few more checks on rollback of Util User.Bevan Weiss2024-12-262-4/+9
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Introduce early exception for overlength Windows Installer table nameBevan Weiss2024-12-262-0/+20
| | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Typos are bad; visible typos are an abomination.Bob Arnson2024-11-1011-12/+12
| | | | At least one person makes the same typo almost-but-not-quite everywhere.
* Update to nonwhingy System.Text.Json.Bob Arnson2024-11-101-1/+1
|
* Log bundle registration scope.Bob Arnson2024-11-105-6/+17
|
* Add overloads to support create-only Wixouts.Bob Arnson2024-10-043-4/+44
| | | | | | This prevents the .NET ZipArchive (and friends) from keeping the whole thing in memory, to support updating when we don't need to update the Wixout when building a binary Wixlib.
* Fix crash when adding file in patch when filteringBob Arnson2024-10-0410-10/+82
|
* Additional (automated) translations for Lithuanian, Russian and ChineseBevan Weiss2024-09-283-0/+3
| | | | | | (Simplified). Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Error message for 'logon as service' is not currently localised.Bevan Weiss2024-09-289-1/+15
| | | | | | | | Added translations in line with existing translations. I'm sure they'll suffice for now, Google translate makes sense of them anyway. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Update thumbprints and download links to target latest .NET packagesChaojie2024-09-284-11/+11
|
* Fix crash with use of File/@PatchGroup.Bob Arnson2024-09-032-2/+2
|
* Moved CalculateCabbingThreadCount() to BindDatabaseCommand because we need ↵Martin Broholm Andersen2024-09-023-31/+35
| | | | | | | | the capped value in both CreateCabinetsCommand and UpdateFileFacadesCommand. Fixed bug in capping the thread count between 1 and processor count times 2. The "-ct 1000000" value was wrongly passed thru in the test CabinetFilesSequencedCorrectly Added ThreadCount to UpdateFileFacadesCommand
* Replace UpdateFileFacade loop with Parallel.ForEachMartin Broholm Andersen2024-09-022-219/+331
|
* Fix up small inaccuracy in logged error message.Bevan Weiss2024-09-021-1/+13
| | | | | | | | | | | | When ::GetFileAttributesW returns 0xFFFFFFFF it means 'Invalid File/Folder' So we should return a matching error message. To avoid confusing invalid paths with junctions (in error message) Unfortunately the constant for this is not defined. So just define it here as though it would be. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* A basic install / uninstall test for RemoveFoldersExBevan Weiss2024-09-024-1/+111
| | | | | | | | Contains no files etc to verify that Remove action can still occur without other elements bringing in the RemoveFiles Standard Action Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Fix bad URL.Bob Arnson2024-08-193-3/+3
| | | | Fixes https://github.com/wixtoolset/issues/issues/8704
* Add verbose messages around harvesting.Bob Arnson2024-08-193-3/+63
|
* Add basic test for Msmq install/uninstall.Bevan Weiss2024-07-188-4/+122
| | | | | | | | | Fix up lack of WIX CUSTOM_ACTION_DECORATION wrappers Add new RuntimeTest skipper for Server Features / Optional Features. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Initialize WOW64 in TouchFile custom actionRob Mensching2024-07-174-0/+100
| | | | Fixes 8638
* Fix egregiously bad comments that were frustratingBob Arnson2024-07-152-29/+29
|
* Fix faulty memory access in Util's User custom actionsRob Mensching2024-07-155-120/+95
| | | | | | | | Generally, clean up the handling of getting the domain from a server name by centralizing and simplifying it behind an improved GetDomainFromServerName() based on the buggy GetServerName(). Fixes 8576
* Scheduling standard actions must override virtual definitions from stdlibRob Mensching2024-07-135-4/+162
| | | | Fixes 8115
* Reset current directory so SFXCA directory can be cleaned upRob Mensching2024-07-131-0/+19
| | | | Fixes 8630
* Introducing wix-cli.msiRob Mensching2024-07-127-6/+195
| | | | Fixes 8623
* Fix "wix extension list" to correctly display machine-wide extensionsRob Mensching2024-07-121-31/+46
| | | | Fixes 8625
* Move DTF back to .NET 2.0 as it is still supportedRob Mensching2024-07-127-8/+8
| | | | Fixes 8134
* Re-enable insignificant zeros in PackageVersionRob Mensching2024-07-122-7/+60
| | | | Closes 8589
* Update dependenciesRob Mensching2024-07-125-33/+33
| | | | Fixes 8569
* Fix missing WixToolset.Firewall.wixext versionRob Mensching2024-07-122-4/+0
| | | | Fixes 8624
* Prevent unnecessary refreshes that move focus.Bob Arnson2024-07-121-6/+9
| | | | | | | | | | | Spillover from having more interactive controls. In WiX v3, showing a page moved the focus as a typical person might expect. When WiX v4 added interactivity, the same code was used to update controls (e.g., when checking a checkbox set a property used in a `VisibleCondition` or `EnableCondition` for another control on the same page). This change prevents the focus-setting behavior if the same page is being shown. Fixes https://github.com/wixtoolset/issues/issues/8144
* Add extra logging setup to registry.Bevan Weiss2024-07-042-0/+22
| | | | | | | Neither "reg import" nor "reg add" appeared to work inside the sandbox So went with "regedit /s {path}" which did work. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Change lower case c:\ => C:\ in 'where' search to align with expectedBevan Weiss2024-07-041-1/+1
| | | | | | firewall rules. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* No longer support downloading within the Sandbox. Just error instead.Bevan Weiss2024-07-043-41/+51
| | | | | | | | | | Install both the x64 AND the x86 versions of Windows Desktop Runtime. Needed for the Burn Integration tests. And having dotnet files in the sandbox directory was annoying, so put them all into an assets directory Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Added host menu options for EXE / ZIP installationBevan Weiss2024-07-043-40/+88
| | | | | | | | | | | Removed ARM64/AMD64 folders for dotnet, the Sandbox MUST match the host here, so no point downloading the installer for the non-host platform. Debugger could probably be reduced in the same manner, but have not in this iteration. Have also added a simple README, just to explain (very basic) operation. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Make faster... don't do both runtime and SDK, SDK is all we needBevan Weiss2024-07-042-19/+22
| | | | | | | Fix a couple of copy-paste errors in the "don't have files from host in Sandbox" path also. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Found a way to get the hostname.Bevan Weiss2024-07-041-1/+4
| | | | | | Not sure if it's ideal, but it works.. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Wrap variable sets in double quotes so special characters don't break them.Bevan Weiss2024-07-041-5/+5
| | | | | | | | | By default enable /noauth and /anyuser on the debugger, and don't show the security warning (/nosecuritywarn). It'll still show the firewall warning prompt. Default settings should be fine for firewall (Private networks). Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Added some comments for the menu.Bevan Weiss2024-07-042-10/+36
| | | | | | And a fix up for the tests not launching the first try (due to delayed expansion). Also fixed up the copying of the debugger files.
* Added some more modifications to the Sandbox.Bevan Weiss2024-07-044-6/+80
| | | | | | | | | | | | | | | | | | | It will now prompt for configuring the Remote Debugger if it can find it on the host when doing the setup. And will prompt within the Sandbox to run the Debugger at startup if found It will also show the host-local IP address to connect to the debugger. In addition, it will display a small menu to allow for simple selection of a particular runtests.cmd version to execute. I still haven't found a good way to get a debugger attached into the msiexec environment without already having a coded breakpoint in, however. Also added this sandbox folder to .gitignore, so that artifacts from here aren't committed into the repo Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Add Sandbox configuration to more easily perform Integration tests.Bevan Weiss2024-07-043-0/+81
| | | | | | | | | | | | | | | | | | | | Will automatically 'install' dotnet/dotnet sdk into sandbox at startup based on versions in 'src/test/sandbox/{AMD64,ARM64}' (dotnet-runtime.zip & dotnet-sdk.zip). Running ./src/test/sandbox/setup_sandbox.bat will download the required files (when run on the host). If the files aren't available, and the guest has network, it will attempt to download the files itself at startup. Still to be done: * menu at startup to allow easy one button selection of which particular test set to run * investigation into whether vstest.console.exe can be used to capture test execution, and possibly have the sandbox available as a test runner, so MSI tests could be run in the sandbox directly from the dev environment. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
* Added missing localization files from wix3Rami2024-07-041-0/+32
|
* Added missing localization files from wix3Rami2024-07-042-0/+64
|
* Add trx logging for individual runtests.cmd.Bob Arnson2024-06-192-2/+2
|
* Fix build -includepath help messageKuba3142024-06-101-1/+1
| | | | | The includepath argument was displayed as `-include` in help message while only `-includepath` is accepted.
* Add a IUIBA edge-case test and clean up a bit.Bob Arnson2024-06-104-7/+120
|
* Build native code with VC v143 toolset only.Bob Arnson2024-06-109-21/+17
| | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211.