Changeset 38760 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Sep 15, 2011 11:25:56 AM (13 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh
r37046 r38760 32 32 Function Vista_InstallFiles 33 33 34 DetailPrint "Installing drivers for Vista / Windows 7 ..."34 DetailPrint "Installing drivers for Vista / Windows 7 / Windows 8 ..." 35 35 36 36 SetOutPath "$INSTDIR" … … 39 39 40 40 error: 41 Abort "ERROR: Could not install files for Vista / Windows 7 ! Installation aborted."41 Abort "ERROR: Could not install files for Vista / Windows 7 / Windows 8! Installation aborted." 42 42 43 43 done: -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r38751 r38760 428 428 SetRegView 32 429 429 ; Write additional keys required for Windows XP, Vista and 7 64-bit (but for 32-bit stuff) 430 ${If} $g_strWinVersion == '7' 430 ${If} $g_strWinVersion == '8' 431 ${OrIf} $g_strWinVersion == '7' 431 432 ${OrIf} $g_strWinVersion == 'Vista' 432 433 ${OrIf} $g_strWinVersion == '2003' ; Windows XP 64-bit is a renamed Windows 2003 really
Note:
See TracChangeset
for help on using the changeset viewer.