VirtualBox

Changeset 39674 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 21, 2011 2:08:14 PM (13 years ago)
Author:
vboxsync
Message:

Windows Guest installer: Also check for installed VBoxCredProv component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r39562 r39674  
    550550  ReadRegStr $0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon" "GinaDLL"
    551551  ${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"
    552561    DetailPrint "Found already installed auto-logon support ..."
    553     StrCpy $g_bWithAutoLogon "true"
    554562  ${EndIf}
    555563
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette