Changeset 44341 in vbox
- Timestamp:
- Jan 23, 2013 4:56:59 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83297
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r44335 r44341 79 79 !include "nsProcess.nsh" 80 80 !include "Library.nsh" 81 !include "Sections.nsh" 81 82 !include "strstr.nsh" ; Function "strstr" 82 83 !include "servicepack.nsh" ; Function "GetServicePack" … … 1194 1195 ; Set section bits 1195 1196 ${If} $g_bWithAutoLogon == "true" ; Auto-logon support 1196 SectionSetFlags ${SEC02} ${SF_SELECTED}1197 !insertmacro SelectSection ${SEC02} 1197 1198 ${EndIf} 1198 1199 !if $%VBOX_WITH_CROGL% == "1" 1199 1200 ${If} $g_bWithD3D == "true" ; D3D support 1200 SectionSetFlags ${SEC03} ${SF_SELECTED}1201 !insertmacro SelectSection ${SEC03} 1201 1202 ${EndIf} 1202 1203 !endif
Note:
See TracChangeset
for help on using the changeset viewer.