VBoxGuestAdditionsVista.nsh revision b4a81d521ea7f88aca6f77b2725541e58a2dc018
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; $Id: $
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync;; @file
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; VBoxGuestAdditionsVista.nsh - Guest Additions installation for Windows Vista/7.
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync;
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync;
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; Copyright (C) 2006-2011 Oracle Corporation
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync;
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; This file is part of VirtualBox Open Source Edition (OSE), as
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; available from http://www.virtualbox.org. This file is free software;
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; you can redistribute it and/or modify it under the terms of the GNU
a6c0941f24d6df20f1b58a2b466f00ba89e2055cvboxsync; General Public License (GPL) as published by the Free Software
ff48d61b8f3cc4acbe0615d5fcb3dbb28f154347vboxsync; Foundation, in version 2 as it comes in the "COPYING" file of the
f71804b40936663bf3cba489497c7b779e6f1f0avboxsync; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync;
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsyncFunction Vista_CopyFiles
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync SetOutPath "$INSTDIR"
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync SetOverwrite on
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync ; The files are for Vista only, they go into the application directory
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync ; VBoxNET drivers are not tested yet - commented out until officially supported and released
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync ;FILE "$%PATH_OUT%\bin\additions\VBoxNET.inf"
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync ;FILE "$%PATH_OUT%\bin\additions\VBoxNET.sys"
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsyncFunctionEnd
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsyncFunction Vista_InstallFiles
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync DetailPrint "Installing drivers for Vista / Windows 7 / Windows 8 ..."
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync SetOutPath "$INSTDIR"
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync ; Nothing here yet
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync Goto done
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsyncerror:
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync Abort "ERROR: Could not install files for Vista / Windows 7 / Windows 8! Installation aborted."
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncdone:
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunctionEnd
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunction Vista_Main
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync Call Vista_CopyFiles
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync Call Vista_InstallFiles
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunctionEnd
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!macro Vista_UninstallInstDir un
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunction ${un}Vista_UninstallInstDir
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
a6c0941f24d6df20f1b58a2b466f00ba89e2055cvboxsync!if $%BUILD_TARGET_ARCH% == "x86" ; 32-bit
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync Delete /REBOOTOK "$INSTDIR\netamd.inf"
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync Delete /REBOOTOK "$INSTDIR\pcntpci5.cat"
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync Delete /REBOOTOK "$INSTDIR\PCNTPCI5.sys"
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!endif
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunctionEnd
a6c0941f24d6df20f1b58a2b466f00ba89e2055cvboxsync!macroend
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!insertmacro Vista_UninstallInstDir ""
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!insertmacro Vista_UninstallInstDir "un."
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!macro Vista_Uninstall un
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunction ${un}Vista_Uninstall
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync ; Remove credential provider
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync DetailPrint "Removing auto-logon support ..."
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}"
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync DeleteRegKey HKCR "CLSID\{275D3BCC-22BB-4948-A7F6-3A3054EBA92B}"
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync Delete /REBOOTOK "$g_strSystemDir\VBoxCredProv.dll"
a6c0941f24d6df20f1b58a2b466f00ba89e2055cvboxsync
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsyncFunctionEnd
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync!macroend
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!insertmacro Vista_Uninstall ""
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync!insertmacro Vista_Uninstall "un."
e804c5028b8dfc11990922d2fdbf40ad3db6d66cvboxsync