From 2de056b925cc80982d9a1d1c6e9f7c81ad413d68 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Fri, 1 Jun 2012 19:29:34 -0400 Subject: Remove psapi.dll from installer psapi.dll is a standard windows component; no need for kfw to redistribute. Signed-off-by: Kevin Wasserman ticket: 7263 (new) queue: kfw target_version: 1.10.4 tags: pullup --- src/windows/installer/wix/features.wxi | 2 -- src/windows/installer/wix/files.wxi | 6 +----- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'src/windows/installer') diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi index fa8c8f0d3d..4fd1d06012 100644 --- a/src/windows/installer/wix/features.wxi +++ b/src/windows/installer/wix/features.wxi @@ -116,8 +116,6 @@ - - diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index a7245e7e45..0d75b988ee 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -331,11 +331,7 @@ - - - - - + -- cgit