Commit f107731
committed
Upgrader: do not include Micrsoft.Diagnostic.Tracing.EventSource
The upgrade verb attempts to copy
Microsoft.Diagnostic.Tracing.EventSource when copying the
ProductUpgrader to the temporary directory to run. If this file is not
present, then the upgrade verb will fail. This following commit removes
this file:
cbe5787 ("Remove in-proc ETW trace event listener", 2019-02-18)
Clean installs of VFS4G that include this commit will no longer have
this file in the installation directory, and will not be able to
upgrade.
This dll is no longer needed or installed during installation, so we
remove it from the list of files copied over for upgrade.
This is a quick fix - we will also see how to make this less fragile.
One option might be to install "upgrader app" into its own directory
under the VFS For Git installation directory, and then just copy the
directory to the temp location, instead of providing a list of files
that need to be kept in sync.1 parent 2258265 commit f107731
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments