Changeset 69354 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxWHQLFake.au3
- Timestamp:
- Oct 26, 2017 2:38:32 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.