Commit 265d971
[Backport 7.72.x] Remove Update Install Source Custom Action (#42186)
Backport 5797a72 from #42114.
___
### What does this PR do?
This PR removes the update install source custom action that was added in: #40511
### Motivation
https://datadoghq.atlassian.net/browse/WINA-1929
The custom action updated the install source after installing via MSI to use the fleet package name and msi path. This can potentially cause reinstalls to fail as MSI does not use the sourcelist path during reinstalls.
### Describe how you validated your changes
Since this is just removing a custom action, the existing e2e tests should ensure that the agent installs and uninstalls just fine.
### Additional Notes
Co-authored-by: mrafi97 <36865458+mrafi97@users.noreply.github.com>1 parent f42be85 commit 265d971
8 files changed
Lines changed: 1 addition & 157 deletions
File tree
- releasenotes/notes
- test/new-e2e/tests/installer/windows/suites/agent-package
- tools/windows/DatadogAgentInstaller
- AgentCustomActions
- CustomActions.Tests
- InstallSource
- CustomActions
- WixSetup/Datadog Agent
Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
576 | 577 | | |
577 | 578 | | |
578 | 579 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
Lines changed: 0 additions & 71 deletions
This file was deleted.
Lines changed: 0 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
322 | 320 | | |
323 | 321 | | |
324 | 322 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 323 | | |
343 | 324 | | |
344 | 325 | | |
| |||
0 commit comments