From d2a46b6737b040232977b46e9d8b91da7e6c89ac Mon Sep 17 00:00:00 2001 From: Stan Smith Date: Fri, 21 May 2010 19:16:56 +0000 Subject: [PATCH] [OFED] use symstor from the WDK instead of debug tools. git-svn-id: svn://openib.tc.cornell.edu/gen1@2802 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/OFED/WIX/build-OFA-dist.bat | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/trunk/OFED/WIX/build-OFA-dist.bat b/trunk/OFED/WIX/build-OFA-dist.bat index 217e2ff7..e745aa5e 100644 --- a/trunk/OFED/WIX/build-OFA-dist.bat +++ b/trunk/OFED/WIX/build-OFA-dist.bat @@ -60,11 +60,14 @@ if not exist %WZ% ( echo "Please manually create the archives." exit /B 1 ) -set SYMST="C:\Program Files\Debugging Tools for Windows (x64)"\symstore.exe + +set SYMST=%_NTDRIVE%\%_NTROOT%\Debuggers\symstore.exe if not exist %SYMST% ( echo %0 - Missing installation of MS Debug tools @ echo %SYMST% - echo www.microsoft.com/whdc/devtools/debugging/install64bit.mspx + echo Install latest MS WDK [Windows Driver Kit] package + echo www.microsoft.com/whdc/Devtools/wdk/default.mspx + echo or www.microsoft.com/whdc/devtools/debugging/install64bit.mspx exit /B 1 ) -- 2.41.0