Skip to content

Commit

Permalink
Reboot after KfW installs to help the LSA cache
Browse files Browse the repository at this point in the history
It seems that we need to restart in order to be able to query the
contents of the the LSA cache, even if the only contents of the LSA
cache are what we put there, and even if the Microsoft klist.exe
correctly reports the presence of tickets in the LSA cache.

ticket: 8176 (new)
queue: kfw
tags: pullup
target_version: 1.13.3
  • Loading branch information
kaduk committed May 11, 2015
1 parent 7701960 commit 50a3c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows/installer/wix/kfw.wxs
Expand Up @@ -184,6 +184,7 @@
<Custom Action="RollbackNetProvider" After="EnableTgtSessionKey">&amp;feaKfwClient=3</Custom>
<Custom Action="InstallNetProvider" After="RollbackNetProvider">&amp;feaKfwClient=3</Custom>
<Custom Action="RemoveNetProvider" After="InstallNetProvider">&amp;feaKfwClient=2</Custom>
<ScheduleReboot After="InstallFinalize" />
</InstallExecuteSequence>

<!-- Upgrade paths -->
Expand Down

0 comments on commit 50a3c3c

Please sign in to comment.