From 9be40ac4b6280515db76676cdd6fd19a4fab9e3e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 2 Apr 2019 10:17:42 -0400 Subject: [PATCH] Make dependency walker available. --- etc/taskcluster/windows/first-boot.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/taskcluster/windows/first-boot.ps1 b/etc/taskcluster/windows/first-boot.ps1 index ce9d0f3712e..6d61e0a39fe 100644 --- a/etc/taskcluster/windows/first-boot.ps1 +++ b/etc/taskcluster/windows/first-boot.ps1 @@ -71,6 +71,8 @@ Start-Process C:\generic-worker\generic-worker.exe -ArgumentList ( # Start-Process C:\nssm-2.24\win64\nssm.exe -ArgumentList ` # "set", "servo-ping", "AppExit", "Default", "Exit" +Expand-ZIPFile -File "C:\depends22_x86.zip" -Destination "C:\" ` + -Url "http://www.dependencywalker.com/depends22_x86.zip" # Visual C++ Build Tools # https://blogs.msdn.microsoft.com/vcblog/2016/11/16/introducing-the-visual-studio-build-tools/