Commit aa12a2e
authored
build-git-installers: decouple the VS registry settings from the autoupdater (#740)
As pointed out in #739, the VS
registry settings are added only if the autoupdater feature is enabled.
This was unintentional; Just like the corresponding part in the
uninstaller, these two things should be apart.
So let's decouple the VS registry settings from the autoupdater.
Let's do that by ensuring that we put the function calls _outside_ of
the autoupdater blocks.
For good measure, we add checks to verify that both calls _were_ added,
i.e. that the expected patterns were found.
This fixes #7391 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
280 | 285 | | |
281 | 286 | | |
282 | 287 | | |
| |||
0 commit comments