Skip to content

Commit 5adcafd

Browse files
committed
Updated Cursor function
1 parent 0ab8c7a commit 5adcafd

File tree

31 files changed

+1862
-1561
lines changed

31 files changed

+1862
-1561
lines changed

Wrapper/Config/config_Windows_10.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,10 +1552,13 @@
15521552
"Region": "System",
15531553
"Control": "chk",
15541554
"Required": "false",
1555-
"Function": "InstallVCRedist",
1555+
"Function": "Install-VCRedist -Redistributables",
15561556
"Arg": {
15571557
"Zero": {
1558-
"Tag": ""
1558+
"Tag": "2015_2022_x86"
1559+
},
1560+
"One": {
1561+
"Tag": "2015_2022_x64"
15591562
}
15601563
},
15611564
"Preset": "",
@@ -1565,7 +1568,7 @@
15651568
"Region": "System",
15661569
"Control": "chk",
15671570
"Required": "false",
1568-
"Function": "InstallDotNetRuntimes -Runtimes",
1571+
"Function": "Install-DotNetRuntimes -Runtimes",
15691572
"Arg": {
15701573
"Zero": {
15711574
"Tag": "NET8x64"

Wrapper/Config/config_Windows_10_LTSC.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,10 +1479,13 @@
14791479
"Region": "System",
14801480
"Control": "chk",
14811481
"Required": "false",
1482-
"Function": "InstallVCRedist",
1482+
"Function": "Install-VCRedist -Redistributables",
14831483
"Arg": {
14841484
"Zero": {
1485-
"Tag": ""
1485+
"Tag": "2015_2022_x86"
1486+
},
1487+
"One": {
1488+
"Tag": "2015_2022_x64"
14861489
}
14871490
},
14881491
"Preset": "",
@@ -1494,7 +1497,7 @@
14941497
"Region": "System",
14951498
"Control": "chk",
14961499
"Required": "false",
1497-
"Function": "InstallDotNetRuntimes -Runtimes",
1500+
"Function": "Install-DotNetRuntimes -Runtimes",
14981501
"Arg": {
14991502
"Zero": {
15001503
"Tag": "NET8x64"

Wrapper/Config/config_Windows_11.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,10 +1475,13 @@
14751475
"Region": "System",
14761476
"Control": "chk",
14771477
"Required": "false",
1478-
"Function": "InstallVCRedist",
1478+
"Function": "Install-VCRedist -Redistributables",
14791479
"Arg": {
14801480
"Zero": {
1481-
"Tag": ""
1481+
"Tag": "2015_2022_x86"
1482+
},
1483+
"One": {
1484+
"Tag": "2015_2022_x64"
14821485
}
14831486
},
14841487
"Preset": "",
@@ -1488,7 +1491,7 @@
14881491
"Region": "System",
14891492
"Control": "chk",
14901493
"Required": "false",
1491-
"Function": "InstallDotNetRuntimes -Runtimes",
1494+
"Function": "Install-DotNetRuntimes -Runtimes",
14921495
"Arg": {
14931496
"Zero": {
14941497
"Tag": "NET8x64"

Wrapper/Config/config_Windows_11_LTSC.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,10 +1485,13 @@
14851485
"Region": "System",
14861486
"Control": "chk",
14871487
"Required": "false",
1488-
"Function": "InstallVCRedist",
1488+
"Function": "Install-VCRedist -Redistributables",
14891489
"Arg": {
14901490
"Zero": {
1491-
"Tag": ""
1491+
"Tag": "2015_2022_x86"
1492+
},
1493+
"One": {
1494+
"Tag": "2015_2022_x64"
14921495
}
14931496
},
14941497
"Preset": "",
@@ -1499,7 +1502,7 @@
14991502
"Region": "System",
15001503
"Control": "chk",
15011504
"Required": "false",
1502-
"Function": "InstallDotNetRuntimes -Runtimes",
1505+
"Function": "Install-DotNetRuntimes -Runtimes",
15031506
"Arg": {
15041507
"Zero": {
15051508
"Tag": "NET8x64"

Wrapper/Localizations/de-DE/tooltip_Windows_10.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,17 +1368,21 @@
13681368
},
13691369
{
13701370
"Region": "System",
1371-
"Function": "InstallVCRedist",
1371+
"Function": "Install-VCRedist",
13721372
"Arg": {
13731373
"Zero": {
1374-
"Tag": "",
1374+
"Tag": "2015_2022_x86",
1375+
"ToolTip": "Installieren Sie die neueste unterstützte Microsoft Visual C++ Redistributable 2015–2022 x86."
1376+
},
1377+
"One": {
1378+
"Tag": "2015_2022_x64",
13751379
"ToolTip": "Installieren Sie die neueste unterstützte Microsoft Visual C++ Redistributable 2015–2022 x64."
13761380
}
13771381
}
13781382
},
13791383
{
13801384
"Region": "System",
1381-
"Function": "InstallDotNetRuntimes -Runtimes",
1385+
"Function": "Install-DotNetRuntimes -Runtimes",
13821386
"ToolTip": "Installieren Sie die neueste .NET Desktop Runtime 8, 9 x64.",
13831387
"Arg": {
13841388
"Zero": {

Wrapper/Localizations/de-DE/tooltip_Windows_11.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,17 +1302,21 @@
13021302
},
13031303
{
13041304
"Region": "System",
1305-
"Function": "InstallVCRedist",
1305+
"Function": "Install-VCRedist",
13061306
"Arg": {
13071307
"Zero": {
1308-
"Tag": "",
1308+
"Tag": "2015_2022_x86",
1309+
"ToolTip": "Installieren Sie die neueste unterstützte Microsoft Visual C++ Redistributable 2015–2022 x86."
1310+
},
1311+
"One": {
1312+
"Tag": "2015_2022_x64",
13091313
"ToolTip": "Installieren Sie die neueste unterstützte Microsoft Visual C++ Redistributable 2015–2022 x64."
13101314
}
13111315
}
13121316
},
13131317
{
13141318
"Region": "System",
1315-
"Function": "InstallDotNetRuntimes -Runtimes",
1319+
"Function": "Install-DotNetRuntimes -Runtimes",
13161320
"ToolTip": "Installieren Sie die neueste .NET Desktop Runtime 8, 9 x64.",
13171321
"Arg": {
13181322
"Zero": {

Wrapper/Localizations/en-US/tooltip_Windows_10.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,17 +1364,21 @@
13641364
},
13651365
{
13661366
"Region": "System",
1367-
"Function": "InstallVCRedist",
1367+
"Function": "Install-VCRedist -Redistributables",
13681368
"Arg": {
13691369
"Zero": {
1370-
"Tag": "",
1371-
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 (x86/x64)."
1370+
"Tag": "2015_2022_x86",
1371+
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x86."
1372+
},
1373+
"One": {
1374+
"Tag": "2015_2022_x64",
1375+
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x64."
13721376
}
13731377
}
13741378
},
13751379
{
13761380
"Region": "System",
1377-
"Function": "InstallDotNetRuntimes -Runtimes",
1381+
"Function": "Install-DotNetRuntimes -Runtimes",
13781382
"ToolTip": "Install the latest .NET Desktop Runtime 8, 9 x64.",
13791383
"Arg": {
13801384
"Zero": {

Wrapper/Localizations/en-US/tooltip_Windows_11.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,17 +1302,21 @@
13021302
},
13031303
{
13041304
"Region": "System",
1305-
"Function": "InstallVCRedist",
1305+
"Function": "Install-VCRedist -Redistributables",
13061306
"Arg": {
13071307
"Zero": {
1308-
"Tag": "",
1309-
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 (x86/x64)."
1308+
"Tag": "2015_2022_x86",
1309+
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x86."
1310+
},
1311+
"One": {
1312+
"Tag": "2015_2022_x64",
1313+
"ToolTip": "Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x64."
13101314
}
13111315
}
13121316
},
13131317
{
13141318
"Region": "System",
1315-
"Function": "InstallDotNetRuntimes -Runtimes",
1319+
"Function": "Install-DotNetRuntimes -Runtimes",
13161320
"ToolTip": "Install the latest .NET Desktop Runtime 8, 9 x64.",
13171321
"Arg": {
13181322
"Zero": {

Wrapper/Localizations/ru-RU/tooltip_Windows_10.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,17 +1368,21 @@
13681368
},
13691369
{
13701370
"Region": "System",
1371-
"Function": "InstallVCRedist",
1371+
"Function": "Install-VCRedist -Redistributables",
13721372
"Arg": {
13731373
"Zero": {
1374-
"Tag": "",
1375-
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 (x86/x64)."
1374+
"Tag": "2015_2022_x86",
1375+
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x86."
1376+
},
1377+
"One": {
1378+
"Tag": "2015_2022_x64",
1379+
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x64."
13761380
}
13771381
}
13781382
},
13791383
{
13801384
"Region": "System",
1381-
"Function": "InstallDotNetRuntimes -Runtimes",
1385+
"Function": "Install-DotNetRuntimes -Runtimes",
13821386
"ToolTip": "Установить последнюю версию .NET Desktop Runtime 8, 9 x64.",
13831387
"Arg": {
13841388
"Zero": {

Wrapper/Localizations/ru-RU/tooltip_Windows_11.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,17 +1302,21 @@
13021302
},
13031303
{
13041304
"Region": "System",
1305-
"Function": "InstallVCRedist",
1305+
"Function": "Install-VCRedist -Redistributables",
13061306
"Arg": {
13071307
"Zero": {
1308-
"Tag": "",
1309-
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 (x86/x64)."
1308+
"Tag": "2015_2022_x86",
1309+
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x86."
1310+
},
1311+
"One": {
1312+
"Tag": "2015_2022_x64",
1313+
"ToolTip": "Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x64."
13101314
}
13111315
}
13121316
},
13131317
{
13141318
"Region": "System",
1315-
"Function": "InstallDotNetRuntimes -Runtimes",
1319+
"Function": "Install-DotNetRuntimes -Runtimes",
13161320
"ToolTip": "Установить последнюю версию .NET Desktop Runtime 8, 9 x64.",
13171321
"Arg": {
13181322
"Zero": {

0 commit comments

Comments
 (0)