Changeset 69354 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 26, 2017 2:38:32 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 1 added
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/ISO/AUTORUN.INF
-
Property svn:keywords
set to
Id Revision
r62522 r69354 1 ; $Id$ 2 ;; @file 3 ; Auto-run file for the additions ISO image. 4 ; 5 1 6 ; 2 7 ; Copyright (C) 2006-2016 Oracle Corporation -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/Languages/English.nsh
-
Property svn:keywords
set to
Id Revision
r64173 r69354 1 1 ; $Id$ 2 ; @file NLS for English language. 2 ;; @file 3 ; NLS for English language. 3 4 ; 4 5 -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/Languages/French.nsh
-
Property svn:keywords
set to
Id Revision
r64173 r69354 1 1 ; $Id$ 2 ; @file NLS for French language. 2 ;; @file 3 ; NLS for French language. 3 4 ; 4 5 -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/Languages/German.nsh
-
Property svn:keywords
set to
Id Revision
r64173 r69354 1 1 ; $Id$ 2 ; @file NLS for German language. 2 ;; @file 3 ; NLS for German language. 3 4 ; 4 5 -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/ReplaceDLL.nsh
r33540 r69354 51 51 ; 52 52 IfFileExists $R4 0 replacedll.copy_${REPLACEDLL_UNIQUE} 53 53 54 54 ;ClearErrors 55 55 ; GetDLLVersionLocal "${LOCALFILE}" $R0 $R1 … … 144 144 145 145 SetOverwrite lastused 146 146 147 147 !undef REPLACEDLL_UNIQUE 148 148 -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
-
Property svn:keywords
set to
Id Revision
r60526 r69354 1 1 ; $Id$ 2 ; @file2 ;; @file 3 3 ; VBoxGuestAdditionsCommon.nsh - Common / shared utility functions. 4 4 ; … … 898 898 Pop $1 899 899 ${LogVerbose} "WRP: Changing ownership for $\"$0$\" returned: $1" 900 900 901 901 ${CmdExecute} "icacls.exe $\"$0$\" /grant *S-1-5-32-544:F" "true" 902 902 Pop $1 903 903 ${LogVerbose} "WRP: Changing DACL for $\"$0$\" returned: $1" 904 904 905 905 Sleep 1000 ; TrustedInstaller needs some time to forget about the file 906 906 ${EndSwitch} 907 907 908 908 !if $%VBOX_WITH_GUEST_INSTALL_HELPER% == "1" 909 909 !ifdef WFP_FILE_EXCEPTION -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsExternal.nsh
r44484 r69354 1 1 ; $Id$ 2 2 ;; @file 3 ; VBoxGuestAdditionExternal.nsh - Utility function for invoking external 4 ; applications. 3 ; VBoxGuestAdditionExternal.nsh - Utility function for invoking external applications. 5 4 ; 6 5 -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsNT4.nsh
-
Property svn:keywords
set to
Id Revision
r64296 r69354 1 1 ; $Id$ 2 ; @file2 ;; @file 3 3 ; VBoxGuestAdditionsNT4.nsh - Guest Additions installation for NT4. 4 4 ; -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh
-
Property svn:keywords
set to
Id Revision
r53008 r69354 1 1 ; $Id$ 2 ; @file2 ;; @file 3 3 ; VBoxGuestAdditionsUninstall.nsh - Guest Additions uninstallation. 4 4 ; -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh
-
Property svn:keywords
set to
Id Revision
r44417 r69354 1 ; $Id :$1 ; $Id$ 2 2 ;; @file 3 ; VBoxGuestAdditionsUninstallOld.nsh - Guest Additions uninstallation handling 4 ; for legacy packages. 3 ; VBoxGuestAdditionsUninstallOld.nsh - Guest Additions uninstallation handling for legacy packages. 5 4 ; 6 5 -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh
-
Property svn:keywords
set to
Id Revision
r54120 r69354 1 1 ; $Id$ 2 ; @file2 ;; @file 3 3 ; VBoxGuestAdditionsVista.nsh - Guest Additions installation for Windows Vista/7. 4 4 ; … … 33 33 MessageBox MB_ICONSTOP|MB_OKCANCEL $(VBOX_COMPONENT_D3D_INVALID) /SD IDOK IDCANCEL failure 34 34 ; Offer to open up the VBox online manual on how to fix missing/corrupted D3D files 35 MessageBox MB_ICONQUESTION|MB_YESNO $(VBOX_COMPONENT_D3D_INVALID_MANUAL) /SD IDNO IDYES open_handbook_d3d_invalid 35 MessageBox MB_ICONQUESTION|MB_YESNO $(VBOX_COMPONENT_D3D_INVALID_MANUAL) /SD IDNO IDYES open_handbook_d3d_invalid 36 36 ${EndIf} 37 37 Goto success -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
-
Property svn:keywords
set to
Id Revision
-
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.cpp
r62686 r69354 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * instdrvmain - Install guest drivers on NT4 4 * 4 */ 5 6 /* 5 7 * Copyright (C) 2006-2016 Oracle Corporation 6 8 * -
trunk/src/VBox/Additions/WINNT/Installer/VBoxWHQLFake.au3
-
Property svn:keywords
set to
Id Revision
r33540 r69354 1 ; $Id$ 2 ;; @file 1 3 ; VBoxFakeWHQL - Turns off / on the WHQL for installing unsigned drivers. 2 4 ; Currently only tested with Win2K / XP! 5 ; 6 3 7 ; 4 8 ; Copyright (C) 2008-2010 Oracle Corporation … … 29 33 30 34 If $CmdLine[0] < 1 Then 31 32 35 MsgBox ( 0, "ERROR", "Please specify 'ignore', 'warn' or 'block' as parameter!" ) 36 Exit 33 37 EndIf 34 38 … … 62 66 ControlClick($sysprop_Title, "", 1) ; 'OK' button (ID=1) of 'System Properties' 63 67 64 -
Property svn:keywords
set to
-
trunk/src/VBox/Additions/WINNT/Installer/servicepack.nsh
-
Property svn:keywords
set to
Id Revision
-
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.