diff --git a/deploy-prebuilt/windows/x32/tap/windows_10/OemVista.inf b/deploy-prebuilt/windows/x32/tap/windows_10/OemVista.inf old mode 100755 new mode 100644 index 2b5a4ab..aa5ce20 --- a/deploy-prebuilt/windows/x32/tap/windows_10/OemVista.inf +++ b/deploy-prebuilt/windows/x32/tap/windows_10/OemVista.inf @@ -55,7 +55,7 @@ ; This version number should match the version ; number given in ..\version.m4. - DriverVer = 09/27/2019,9.24.2.601 + DriverVer = 02/27/2024,9.27.0.0 [Strings] DeviceDescription = "TAP-Windows Adapter V9" @@ -88,6 +88,7 @@ CopyFiles = tap0901.driver, tap0901.files AddReg = tap0901.reg AddReg = tap0901.params.reg + DelReg = tap0901.params.delreg Characteristics = 0x1 *IfType = 53 ; IF_TYPE_PROP_VIRTUAL *MediaType = 0x0 ; NdisMedium802_3 @@ -117,9 +118,9 @@ HKR, Ndi\params\MediaStatus, Optional, 0, "0" HKR, Ndi\params\MediaStatus\enum, "0", 0, "Application Controlled" HKR, Ndi\params\MediaStatus\enum, "1", 0, "Always Connected" - HKR, Ndi\params\MAC, ParamDesc, 0, "MAC Address" - HKR, Ndi\params\MAC, Type, 0, "edit" - HKR, Ndi\params\MAC, Optional, 0, "1" + HKR, Ndi\params\NetworkAddress, ParamDesc, 0, "MAC Address" + HKR, Ndi\params\NetworkAddress, Type, 0, "edit" + HKR, Ndi\params\NetworkAddress, Optional, 0, "1" HKR, Ndi\params\AllowNonAdmin, ParamDesc, 0, "Non-Admin Access" HKR, Ndi\params\AllowNonAdmin, Type, 0, "enum" HKR, Ndi\params\AllowNonAdmin, Default, 0, "1" @@ -127,6 +128,9 @@ HKR, Ndi\params\AllowNonAdmin\enum, "0", 0, "Not Allowed" HKR, Ndi\params\AllowNonAdmin\enum, "1", 0, "Allowed" +[tap0901.params.delreg] + HKR, Ndi\params\MAC + ;---------------------------------------------------------------- ; Service Section ;---------------------------------------------------------------- diff --git a/deploy-prebuilt/windows/x32/tap/windows_10/devcon.exe b/deploy-prebuilt/windows/x32/tap/windows_10/devcon.exe new file mode 100644 index 0000000..1a5ea10 Binary files /dev/null and b/deploy-prebuilt/windows/x32/tap/windows_10/devcon.exe differ diff --git a/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.cat b/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.cat old mode 100755 new mode 100644 index 852bd5a..8e2d31e Binary files a/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.cat and b/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.cat differ diff --git a/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.sys b/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.sys old mode 100755 new mode 100644 index 7028996..ccbbc91 Binary files a/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.sys and b/deploy-prebuilt/windows/x32/tap/windows_10/tap0901.sys differ diff --git a/deploy-prebuilt/windows/x32/tap/windows_7/OemVista.inf b/deploy-prebuilt/windows/x32/tap/windows_7/OemVista.inf old mode 100755 new mode 100644 index f71c2d3..d722d4b --- a/deploy-prebuilt/windows/x32/tap/windows_7/OemVista.inf +++ b/deploy-prebuilt/windows/x32/tap/windows_7/OemVista.inf @@ -54,8 +54,8 @@ Class = Net ; This version number should match the version -; number given in SOURCES. - DriverVer=04/21/2016,9.00.00.21 +; number given in ..\version.m4. + DriverVer = 10/08/2020,9.24.6.601 [Strings] DeviceDescription = "TAP-Windows Adapter V9" @@ -65,9 +65,9 @@ ; Manufacturer + Product Section (Done) ;---------------------------------------------------------------- [Manufacturer] - %Provider% = tap0901 + %Provider% = tap0901, NTx86 -[tap0901] +[tap0901.NTx86] %DeviceDescription% = tap0901.ndi, root\tap0901 ; Root enumerated %DeviceDescription% = tap0901.ndi, tap0901 ; Legacy @@ -88,10 +88,11 @@ CopyFiles = tap0901.driver, tap0901.files AddReg = tap0901.reg AddReg = tap0901.params.reg - Characteristics = - *IfType = 0x6 ; IF_TYPE_ETHERNET_CSMACD + DelReg = tap0901.params.delreg + Characteristics = 0x1 + *IfType = 53 ; IF_TYPE_PROP_VIRTUAL *MediaType = 0x0 ; NdisMedium802_3 - *PhysicalMediaType = 14 ; NdisPhysicalMedium802_3 + *PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified [tap0901.ndi.Services] AddService = tap0901, 2, tap0901.service @@ -117,9 +118,9 @@ HKR, Ndi\params\MediaStatus, Optional, 0, "0" HKR, Ndi\params\MediaStatus\enum, "0", 0, "Application Controlled" HKR, Ndi\params\MediaStatus\enum, "1", 0, "Always Connected" - HKR, Ndi\params\MAC, ParamDesc, 0, "MAC Address" - HKR, Ndi\params\MAC, Type, 0, "edit" - HKR, Ndi\params\MAC, Optional, 0, "1" + HKR, Ndi\params\NetworkAddress, ParamDesc, 0, "MAC Address" + HKR, Ndi\params\NetworkAddress, Type, 0, "edit" + HKR, Ndi\params\NetworkAddress, Optional, 0, "1" HKR, Ndi\params\AllowNonAdmin, ParamDesc, 0, "Non-Admin Access" HKR, Ndi\params\AllowNonAdmin, Type, 0, "enum" HKR, Ndi\params\AllowNonAdmin, Default, 0, "1" @@ -127,6 +128,9 @@ HKR, Ndi\params\AllowNonAdmin\enum, "0", 0, "Not Allowed" HKR, Ndi\params\AllowNonAdmin\enum, "1", 0, "Allowed" +[tap0901.params.delreg] + HKR, Ndi\params\MAC + ;---------------------------------------------------------------- ; Service Section ;---------------------------------------------------------------- diff --git a/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.cat b/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.cat old mode 100755 new mode 100644 index d845310..2c521ab Binary files a/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.cat and b/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.cat differ diff --git a/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.sys b/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.sys old mode 100755 new mode 100644 index fcba857..ebeb95b Binary files a/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.sys and b/deploy-prebuilt/windows/x32/tap/windows_7/tap0901.sys differ diff --git a/deploy-prebuilt/windows/x32/tap/windows_7/tapinstall.exe b/deploy-prebuilt/windows/x32/tap/windows_7/tapinstall.exe old mode 100755 new mode 100644 index ad49bef..f5edb8c Binary files a/deploy-prebuilt/windows/x32/tap/windows_7/tapinstall.exe and b/deploy-prebuilt/windows/x32/tap/windows_7/tapinstall.exe differ diff --git a/deploy-prebuilt/windows/x64/tap/windows_10/OemVista.inf b/deploy-prebuilt/windows/x64/tap/windows_10/OemVista.inf old mode 100755 new mode 100644 index 0d398ac..c6901a3 --- a/deploy-prebuilt/windows/x64/tap/windows_10/OemVista.inf +++ b/deploy-prebuilt/windows/x64/tap/windows_10/OemVista.inf @@ -55,7 +55,7 @@ ; This version number should match the version ; number given in ..\version.m4. - DriverVer = 09/27/2019,9.24.2.601 + DriverVer = 02/27/2024,9.27.0.0 [Strings] DeviceDescription = "TAP-Windows Adapter V9" @@ -88,6 +88,7 @@ CopyFiles = tap0901.driver, tap0901.files AddReg = tap0901.reg AddReg = tap0901.params.reg + DelReg = tap0901.params.delreg Characteristics = 0x1 *IfType = 53 ; IF_TYPE_PROP_VIRTUAL *MediaType = 0x0 ; NdisMedium802_3 @@ -117,9 +118,9 @@ HKR, Ndi\params\MediaStatus, Optional, 0, "0" HKR, Ndi\params\MediaStatus\enum, "0", 0, "Application Controlled" HKR, Ndi\params\MediaStatus\enum, "1", 0, "Always Connected" - HKR, Ndi\params\MAC, ParamDesc, 0, "MAC Address" - HKR, Ndi\params\MAC, Type, 0, "edit" - HKR, Ndi\params\MAC, Optional, 0, "1" + HKR, Ndi\params\NetworkAddress, ParamDesc, 0, "MAC Address" + HKR, Ndi\params\NetworkAddress, Type, 0, "edit" + HKR, Ndi\params\NetworkAddress, Optional, 0, "1" HKR, Ndi\params\AllowNonAdmin, ParamDesc, 0, "Non-Admin Access" HKR, Ndi\params\AllowNonAdmin, Type, 0, "enum" HKR, Ndi\params\AllowNonAdmin, Default, 0, "1" @@ -127,6 +128,9 @@ HKR, Ndi\params\AllowNonAdmin\enum, "0", 0, "Not Allowed" HKR, Ndi\params\AllowNonAdmin\enum, "1", 0, "Allowed" +[tap0901.params.delreg] + HKR, Ndi\params\MAC + ;---------------------------------------------------------------- ; Service Section ;---------------------------------------------------------------- diff --git a/deploy-prebuilt/windows/x64/tap/windows_10/devcon.exe b/deploy-prebuilt/windows/x64/tap/windows_10/devcon.exe new file mode 100644 index 0000000..973ccb4 Binary files /dev/null and b/deploy-prebuilt/windows/x64/tap/windows_10/devcon.exe differ diff --git a/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.cat b/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.cat old mode 100755 new mode 100644 index 22b0096..a32fdeb Binary files a/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.cat and b/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.cat differ diff --git a/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.sys b/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.sys old mode 100755 new mode 100644 index 55fcac2..47f2ece Binary files a/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.sys and b/deploy-prebuilt/windows/x64/tap/windows_10/tap0901.sys differ diff --git a/deploy-prebuilt/windows/x64/tap/windows_7/OemVista.inf b/deploy-prebuilt/windows/x64/tap/windows_7/OemVista.inf old mode 100755 new mode 100644 index 628a215..1784612 --- a/deploy-prebuilt/windows/x64/tap/windows_7/OemVista.inf +++ b/deploy-prebuilt/windows/x64/tap/windows_7/OemVista.inf @@ -54,8 +54,8 @@ Class = Net ; This version number should match the version -; number given in SOURCES. - DriverVer=04/21/2016,9.00.00.21 +; number given in ..\version.m4. + DriverVer = 10/08/2020,9.24.6.601 [Strings] DeviceDescription = "TAP-Windows Adapter V9" @@ -88,10 +88,11 @@ CopyFiles = tap0901.driver, tap0901.files AddReg = tap0901.reg AddReg = tap0901.params.reg - Characteristics = - *IfType = 0x6 ; IF_TYPE_ETHERNET_CSMACD + DelReg = tap0901.params.delreg + Characteristics = 0x1 + *IfType = 53 ; IF_TYPE_PROP_VIRTUAL *MediaType = 0x0 ; NdisMedium802_3 - *PhysicalMediaType = 14 ; NdisPhysicalMedium802_3 + *PhysicalMediaType = 0 ; NdisPhysicalMediumUnspecified [tap0901.ndi.Services] AddService = tap0901, 2, tap0901.service @@ -117,9 +118,9 @@ HKR, Ndi\params\MediaStatus, Optional, 0, "0" HKR, Ndi\params\MediaStatus\enum, "0", 0, "Application Controlled" HKR, Ndi\params\MediaStatus\enum, "1", 0, "Always Connected" - HKR, Ndi\params\MAC, ParamDesc, 0, "MAC Address" - HKR, Ndi\params\MAC, Type, 0, "edit" - HKR, Ndi\params\MAC, Optional, 0, "1" + HKR, Ndi\params\NetworkAddress, ParamDesc, 0, "MAC Address" + HKR, Ndi\params\NetworkAddress, Type, 0, "edit" + HKR, Ndi\params\NetworkAddress, Optional, 0, "1" HKR, Ndi\params\AllowNonAdmin, ParamDesc, 0, "Non-Admin Access" HKR, Ndi\params\AllowNonAdmin, Type, 0, "enum" HKR, Ndi\params\AllowNonAdmin, Default, 0, "1" @@ -127,6 +128,9 @@ HKR, Ndi\params\AllowNonAdmin\enum, "0", 0, "Not Allowed" HKR, Ndi\params\AllowNonAdmin\enum, "1", 0, "Allowed" +[tap0901.params.delreg] + HKR, Ndi\params\MAC + ;---------------------------------------------------------------- ; Service Section ;---------------------------------------------------------------- diff --git a/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.cat b/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.cat old mode 100755 new mode 100644 index 70ddd2c..816ea07 Binary files a/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.cat and b/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.cat differ diff --git a/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.sys b/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.sys old mode 100755 new mode 100644 index c662820..c8d6b39 Binary files a/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.sys and b/deploy-prebuilt/windows/x64/tap/windows_7/tap0901.sys differ diff --git a/deploy-prebuilt/windows/x64/tap/windows_7/tapinstall.exe b/deploy-prebuilt/windows/x64/tap/windows_7/tapinstall.exe old mode 100755 new mode 100644 index 7f5f95a..85f4f60 Binary files a/deploy-prebuilt/windows/x64/tap/windows_7/tapinstall.exe and b/deploy-prebuilt/windows/x64/tap/windows_7/tapinstall.exe differ