Skip to content

Commit

Permalink
Replace outdated 7-Zip with non-vulnerable 16.04
Browse files Browse the repository at this point in the history
Fixes #45
  • Loading branch information
runarbu committed May 6, 2017
1 parent cc27b1f commit 430024c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed data/tools/7z.dll
Binary file not shown.
Binary file removed data/tools/7z.exe
Binary file not shown.
Binary file added data/tools/7za.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions source/Portable-VirtualBox.au3
Expand Up @@ -1588,8 +1588,8 @@ Func UseSettings ()

If FileExists (@ScriptDir&"\Extension") Then
If FileExists (@ScriptDir&"\Extension") Then
RunWait (@ScriptDir & "\data\tools\7z.exe x -o"& @ScriptDir &"\temp\ "& @ScriptDir &"\Extension", @ScriptDir, @SW_HIDE)
RunWait (@ScriptDir & "\data\tools\7z.exe x -o"& @ScriptDir &"\temp\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\ "& @ScriptDir &"\temp\Extension~", @ScriptDir, @SW_HIDE)
RunWait (@ScriptDir & "\data\tools\7za.exe x -o"& @ScriptDir &"\temp\ "& @ScriptDir &"\Extension", @ScriptDir, @SW_HIDE)
RunWait (@ScriptDir & "\data\tools\7za.exe x -o"& @ScriptDir &"\temp\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\ "& @ScriptDir &"\temp\Extension~", @ScriptDir, @SW_HIDE)
EndIf
EndIf

Expand Down Expand Up @@ -1784,7 +1784,7 @@ Func UpdateYes ()
Sleep (2000)

If FileExists (@ScriptDir&"\update\vbox.7z") Then
RunWait (@ScriptDir&"\data\tools\7z.exe x -o"& @ScriptDir&"\update\ "& @ScriptDir&"\update\vbox.7z", @ScriptDir, @SW_HIDE)
RunWait (@ScriptDir&"\data\tools\7za.exe x -o"& @ScriptDir&"\update\ "& @ScriptDir&"\update\vbox.7z", @ScriptDir, @SW_HIDE)
EndIf

GUICtrlSetData ($Input300, IniRead ($var2 & $lng &".ini", "status", "11", "NotFound"))
Expand Down

0 comments on commit 430024c

Please sign in to comment.