diff options
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/Benito/LUFA Benito Programmer.inf (renamed from Projects/Benito/Benito Programmer.inf) | 3 | ||||
-rw-r--r-- | Projects/LEDNotifier/LUFA LED Notifier.inf | 3 | ||||
-rw-r--r-- | Projects/USBtoSerial/LUFA USBtoSerial.inf | 3 | ||||
-rw-r--r-- | Projects/Webserver/LUFA Webserver RNDIS.inf | 3 | ||||
-rw-r--r-- | Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/Projects/Benito/Benito Programmer.inf b/Projects/Benito/LUFA Benito Programmer.inf index b18de077d..75e93a8a9 100644 --- a/Projects/Benito/Benito Programmer.inf +++ b/Projects/Benito/LUFA Benito Programmer.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA Benito Programmer.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Projects/LEDNotifier/LUFA LED Notifier.inf b/Projects/LEDNotifier/LUFA LED Notifier.inf index 5e2e9f438..dc3f0e74a 100644 --- a/Projects/LEDNotifier/LUFA LED Notifier.inf +++ b/Projects/LEDNotifier/LUFA LED Notifier.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA LED Notifier.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Projects/USBtoSerial/LUFA USBtoSerial.inf b/Projects/USBtoSerial/LUFA USBtoSerial.inf index 86a39e0df..b00fab6a4 100644 --- a/Projects/USBtoSerial/LUFA USBtoSerial.inf +++ b/Projects/USBtoSerial/LUFA USBtoSerial.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA USBtoSerial.inf" + [Version] Signature="$Windows NT$" Class=Ports diff --git a/Projects/Webserver/LUFA Webserver RNDIS.inf b/Projects/Webserver/LUFA Webserver RNDIS.inf index 2cd035bc5..c77de8f6b 100644 --- a/Projects/Webserver/LUFA Webserver RNDIS.inf +++ b/Projects/Webserver/LUFA Webserver RNDIS.inf @@ -1,6 +1,9 @@ ; Windows LUFA RNDIS Setup File ; Copyright (c) 2000 Microsoft Corporation +[DefaultInstall] +CopyINF="LUFA Webserver RNDIS.inf" + [Version] Signature="$Windows NT$" Class=Net diff --git a/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf b/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf index 72387e40c..45840e8bf 100644 --- a/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf +++ b/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf @@ -3,6 +3,9 @@ ; Copyright (c) 2000 Microsoft Corporation ;************************************************************ +[DefaultInstall] +CopyINF="LUFA XPLAIN Bridge.inf" + [Version] Signature="$Windows NT$" Class=Ports |