Skip to content

Commit

Permalink
ticket: 3318
Browse files Browse the repository at this point in the history
version_fixed: 1.4.4

pull up r17580 from trunk


git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17719 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Mar 8, 2006
1 parent 3cb001b commit 86489ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/windows/installer/wix/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-12-30 Jeffrey Altman <jaltman@mit.edu>

Remove impersonation from the network provider installation
to allow installation on Vista

2005-11-01 Jeffrey Altman <jaltman@mit.edu>

Add support for Network Identity Manager Framework
Expand Down
6 changes: 4 additions & 2 deletions src/windows/installer/wix/kfw.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,16 @@
Id="InstallNetProvider"
BinaryKey="binCustom"
DllEntry="InstallNetProvider"
Execute="oncePerProcess" />
Impersonate="no"
Execute="deferred" />

<CustomAction
Id="RemoveNetProvider"
BinaryKey="binCustom"
DllEntry="UninstallNetProvider"
Impersonate="no"
Return="ignore"
Execute="oncePerProcess" />
Execute="deferred" />

<CustomAction
Id="RollbackNetProvider"
Expand Down

0 comments on commit 86489ac

Please sign in to comment.