Changeset 39674 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 21, 2011 2:08:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r39562 r39674 550 550 ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon" "GinaDLL" 551 551 ${If} $0 == "VBoxGINA.dll" 552 StrCpy $g_bWithAutoLogon "true" 553 ${EndIf} 554 555 ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}" "" 556 ${If} $0 == "VBoxCredProv.dll" 557 StrCpy $g_bWithAutoLogon "true" 558 ${EndIf} 559 560 ${If} $g_bWithAutoLogon == "true" 552 561 DetailPrint "Found already installed auto-logon support ..." 553 StrCpy $g_bWithAutoLogon "true"554 562 ${EndIf} 555 563
Note:
See TracChangeset
for help on using the changeset viewer.