Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Rozenfeld <[email protected]>
  • Loading branch information
vrozenfe committed Dec 5, 2023
1 parent 943dab8 commit 34ce784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtio-win-guest-tools-installer
Submodule virtio-win-guest-tools-installer updated 52 files
+0 −13 3rdParty/Microsoft.VC90.CRT.manifest
+0 −178 3rdParty/SSO/RHEVCredProv/CredentialsChannel.cpp
+0 −37 3rdParty/SSO/RHEVCredProv/CredentialsChannel.h
+0 −402 3rdParty/SSO/RHEVCredProv/Helpers.cpp
+0 −67 3rdParty/SSO/RHEVCredProv/Helpers.h
+0 −2 3rdParty/SSO/RHEVCredProv/Pch.cpp
+0 −19 3rdParty/SSO/RHEVCredProv/Pch.h
+0 −157 3rdParty/SSO/RHEVCredProv/RHEVCredProv.cpp
+0 −7 3rdParty/SSO/RHEVCredProv/RHEVCredProv.def
+0 −9 3rdParty/SSO/RHEVCredProv/RHEVCredProv.h
+0 −113 3rdParty/SSO/RHEVCredProv/RHEVCredProv.rc
+0 −26 3rdParty/SSO/RHEVCredProv/RHEVCredProv.sln
+0 −461 3rdParty/SSO/RHEVCredProv/RHEVCredProv.vcproj
+0 −315 3rdParty/SSO/RHEVCredProv/RHEVCredentials.cpp
+0 −71 3rdParty/SSO/RHEVCredProv/RHEVCredentials.h
+0 −255 3rdParty/SSO/RHEVCredProv/RHEVProvider.cpp
+0 −47 3rdParty/SSO/RHEVCredProv/RHEVProvider.h
+ 3rdParty/SSO/RHEVCredProv/Register.reg
+ 3rdParty/SSO/RHEVCredProv/Unregister.reg
+0 −14 3rdParty/SSO/RHEVCredProv/resource.h
+ 3rdParty/SSO/w7/amd64/RHEVCredProv.dll
+ 3rdParty/SSO/w7/x86/RHEVCredProv.dll
+ 3rdParty/msvcr90.dll
+ 3rdParty/vcredist_x64.exe
+ 3rdParty/vcredist_x86.exe
+ Libraries/x64/VioCfg.dll
+ Libraries/x64/VioCfg.exp
+ Libraries/x64/VioCfg.lib
+ Libraries/x64/VioCfg.pdb
+ Libraries/x86/VioCfg.dll
+ Libraries/x86/VioCfg.exp
+ Libraries/x86/VioCfg.lib
+ Libraries/x86/VioCfg.pdb
+0 −3 Makefile
+31 −0 src/VioCfg/VioCfg.sln
+531 −0 src/VioCfg/VioCfg/ConfigClass.cpp
+105 −0 src/VioCfg/VioCfg/ConfigClass.h
+107 −0 src/VioCfg/VioCfg/ConfigFile.cpp
+51 −0 src/VioCfg/VioCfg/ConfigFile.h
+148 −0 src/VioCfg/VioCfg/CustomAction.cpp
+5 −0 src/VioCfg/VioCfg/CustomAction.def
+28 −0 src/VioCfg/VioCfg/LICENSE
+95 −0 src/VioCfg/VioCfg/LogReport.cpp
+382 −0 src/VioCfg/VioCfg/ManagementClass.cpp
+59 −0 src/VioCfg/VioCfg/ManagementClass.h
+200 −0 src/VioCfg/VioCfg/VioCfg.vcxproj
+2 −0 src/VioCfg/VioCfg/stdafx.cpp
+81 −0 src/VioCfg/VioCfg/stdafx.h
+17 −0 src/VioCfg/VioCfg/targetver.h
+1 −1 virtio-win-drivers-installer/Drivers/NetKVM/netkvm_extras.wxi
+4 −2 virtio-win-drivers-installer/installSequence.wxs
+26 −31 virtio-win-drivers-installer/properties.wxs

0 comments on commit 34ce784

Please sign in to comment.