Additional uninstall strings
This commit is contained in:
@@ -73,14 +73,19 @@ const addListeners = (ipcMain, {standardIPCReply}) => {
|
|||||||
if (data.IsWinFSP) {
|
if (data.IsWinFSP) {
|
||||||
helpers
|
helpers
|
||||||
.performWindowsUninstall([
|
.performWindowsUninstall([
|
||||||
"WinFsp 2019.1",
|
'WinFsp 2019',
|
||||||
"WinFsp 2019.2",
|
'WinFsp 2019.0',
|
||||||
"WinFsp 2019.3",
|
'WinFsp 2019.1',
|
||||||
"WinFsp 2019.3 B1",
|
'WinFsp 2019.2',
|
||||||
"WinFsp 2019.3 B2",
|
'WinFsp 2019.3',
|
||||||
"WinFsp 2019.3 B3",
|
'WinFsp 2019.3 B1',
|
||||||
"WinFsp 2019.3 B4",
|
'WinFsp 2019.3 B2',
|
||||||
"WinFsp 2019.3 B5"
|
'WinFsp 2019.3 B3',
|
||||||
|
'WinFsp 2019.3 B4',
|
||||||
|
'WinFsp 2019.3 B5',
|
||||||
|
'WinFsp 2020',
|
||||||
|
'WinFsp 2020.0',
|
||||||
|
'WinFsp 2020.1',
|
||||||
])
|
])
|
||||||
.then(uninstalled => {
|
.then(uninstalled => {
|
||||||
if (uninstalled) {
|
if (uninstalled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user