VirtualBox

Changeset 44341 in vbox


Ignore:
Timestamp:
Jan 23, 2013 4:56:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83297
Message:

Windows Guest Additions installer: Try to fix section selection on unattended installations.

File:
1 edited

Legend:

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

    r44335 r44341  
    7979!include "nsProcess.nsh"
    8080!include "Library.nsh"
     81!include "Sections.nsh"
    8182!include "strstr.nsh"         ; Function "strstr"
    8283!include "servicepack.nsh"    ; Function "GetServicePack"
     
    11941195  ; Set section bits
    11951196  ${If} $g_bWithAutoLogon == "true" ; Auto-logon support
    1196     SectionSetFlags ${SEC02} ${SF_SELECTED}
     1197    !insertmacro SelectSection ${SEC02}
    11971198  ${EndIf}
    11981199!if $%VBOX_WITH_CROGL% == "1"
    11991200  ${If} $g_bWithD3D == "true" ; D3D support
    1200     SectionSetFlags ${SEC03} ${SF_SELECTED}
     1201    !insertmacro SelectSection ${SEC03}
    12011202  ${EndIf}
    12021203!endif
Note: See TracChangeset for help on using the changeset viewer.

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