Skip to content

Commit

Permalink
Remove psapi.dll from installer
Browse files Browse the repository at this point in the history
psapi.dll is a standard windows component; no need for kfw to redistribute.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

ticket: 7263 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
  • Loading branch information
Kevin Wasserman authored and kaduk committed Aug 24, 2012
1 parent ba46ce0 commit 2de056b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/windows/installer/wix/features.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@
<ComponentRef Id="rcm_leashdll_16" />
<ComponentRef Id="rcm_leashdll_17" />

<ComponentRef Id="cmf_psapi_dll" />

<ComponentRef Id="cmf_krb5_ini" />

<ComponentRef Id="rcm_common" />
Expand Down
6 changes: 1 addition & 5 deletions src/windows/installer/wix/files.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,7 @@
<File Id="fil_mit2ms_pdb" Name="mit2ms.pdb" />
</Component>
<?endif?>

<Component Win64="$(var.Win64)" Id="cmf_psapi_dll" Guid="877F4DD5-8AE0-451C-8F4D-C27F6F30D221" DiskId="1">
<File Id="fil_psapi_dll" Name="psapi.dll" src="$(var.SystemDir)psapi.dll" KeyPath="yes" />
</Component>


</Directory> <!-- /bin -->

<Directory Id="dirinc" Name="include" src="$(var.IncDir)">
Expand Down

0 comments on commit 2de056b

Please sign in to comment.