From d50c876ef10342a88a95ed021f263c4b6f033bf2 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 11 May 2012 15:10:32 +0200 Subject: [PATCH] correct install dir --- CLIENT_DATA/uninstall3264.ins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/uninstall3264.ins b/CLIENT_DATA/uninstall3264.ins index 4e0e945..9e952f3 100644 --- a/CLIENT_DATA/uninstall3264.ins +++ b/CLIENT_DATA/uninstall3264.ins @@ -40,8 +40,8 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; - Please edit the following values - ; ---------------------------------------------------------------- Set $ProductId$ = "microsoft.driverkit" -Set $InstallDir32$ = "%ProgramFiles32Dir%\" -Set $InstallDir64$ = "%ProgramFiles64Dir%\" +Set $InstallDir32$ = "%Systemdrive%\WinDDK" +Set $InstallDir64$ = "%Systemdrive%\WinDDK" Set $LicenseRequired$ = "false" Set $LicensePool$ = "p_" + $ProductId$ ; ----------------------------------------------------------------