-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppMap.ps1
More file actions
598 lines (545 loc) · 20.9 KB
/
AppMap.ps1
File metadata and controls
598 lines (545 loc) · 20.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
$ProgressPreference = 'SilentlyContinue'
$script:TecharyApps = @{
#region Adobe Reader
"adobereader" = @{
DisplayName = "Adobe Reader"
RepoPath = "a/Adobe/Acrobat/Reader/64-bit"
YamlFile = "Adobe.Acrobat.Reader.64-bit.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*AcroRdrDCx64\S*\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*AcroRdrDCx64\S*\.exe)'
InstallerType = "exe"
ExeInstallArgs = "-sfx_nu /sAll /rs /msi"
IsWinget = $true
WingetID = "Adobe.Acrobat.Reader.64-bit"
}
#endregion
#region Adobe Creative Cloud
"adobecc" = @{
DisplayName = "Adobe Creative Cloud"
RepoPath = "a/Adobe/CreativeCloud"
YamlFile = "Adobe.CreativeCloud.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(https://prod-rel-ffc-ccm\.oobesaas\.adobe\.com/adobe-ffc-external/core/v1/wam/download\?sapCode=KCCC&wamFeature=nuj-live)'
PatternARM64 = 'InstallerUrl:\s*(https://prod-rel-ffc-ccm\.oobesaas\.adobe\.com/adobe-ffc-external/core/v1/wam/download\?sapCode=KCCC&wamFeature=nuj-live)'
InstallerType = "exe"
ExeInstallArgs = "--mode=stub"
IsWinget = $true
WingetID = "Adobe.CreativeCloud"
}
#endregion
#region Microsoft PowerToys
"powertoys" = @{
DisplayName = "PowerToys"
RepoPath = "m/Microsoft/PowerToys"
YamlFile = "Microsoft.PowerToys.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/PowerToysSetup-\S*-x64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/PowerToysSetup-\S*-arm64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/quiet /norestart"
IsWinget = $true
WingetID = "Microsoft.PowerToys"
}
#endregion
#region Mozilla Firefox
"firefox" = @{
DisplayName = "Firefox"
RepoPath = "m/Mozilla/Firefox/en-GB"
YamlFile = "Mozilla.Firefox.en-GB.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/win64/en-GB/Firefox%20Setup%20\S+\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/win64-aarch64/en-GB/Firefox%20Setup%20\S+\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/S /PreventRebootRequired=true"
IsWinget = $true
WingetID = "Adobe.CreativeCloud"
}
#endregion
#region Slack
"slack" = @{
DisplayName = "Slack"
RepoPath = "s/SlackTechnologies/Slack"
YamlFile = "SlackTechnologies.Slack.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/x64/\S*/slack-standalone-\S+\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/x64/\S*/slack-standalone-\S+\.msi)'
InstallerType = "msi"
ExeInstallArgs = "/S /PreventRebootRequired=true"
IsWinget = $true
WingetID = "SlackTechnologies.Slack"
}
#endregion
#region Winget Auto Update
"wingetautoupdate" = @{
DisplayName = "Winget Auto Update"
RepoPath = "r/Romanitho/Winget-AutoUpdate"
YamlFile = "Romanitho.Winget-AutoUpdate.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/WAU\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/WAU\.msi)'
InstallerType = "msi"
ExeInstallArgs = "/S /PreventRebootRequired=true"
IsWinget = $true
WingetID = "Romanitho.Winget-AutoUpdate"
}
#endregion
#region RingCentral
"ringcentral" = @{
DisplayName = "RingCentral"
RepoPath = "r/RingCentral/RingCentral"
YamlFile = "RingCentral.RingCentral.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/RingCentral-\d+\.\d+\.\d+-x64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/RingCentral-\d+\.\d+\.\d+-arm64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "RingCentral.RingCentral"
}
#endregion
#region Microsoft Visual Studio Code
"vscode" = @{
DisplayName = "Microsoft Visual Studio Code"
RepoPath = "m/Microsoft/VisualStudioCode"
YamlFile = "Microsoft.VisualStudioCode.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*VSCodeSetup\S*x64\S*\.(exe|msi))'
PatternARM64 = 'InstallerUrl:\s*(\S*VSCodeSetup\S*arm64\S*\.(exe|msi))'
InstallerType = "exe"
ExeInstallArgs = "/VERYSILENT /MERGETASKS=!runcode"
IsWinget = $true
WingetID = "Microsoft.VisualStudioCode"
}
#endregion
#region Jabra Direct
"jabradirect" = @{
DisplayName = "Jabra Direct"
RepoPath = "j/Jabra/Direct"
YamlFile = "Jabra.Direct.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/JabraDirectSetup\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/JabraDirectSetup\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/install /quiet /norestart"
IsWinget = $true
WingetID = "Jabra.Direct"
}
#endregion
#region Bitwarden
"bitwarden" = @{
DisplayName = "Bitwarden"
RepoPath = "b/Bitwarden/Bitwarden"
YamlFile = "Bitwarden.Bitwarden.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/Bitwarden-Installer-\S+\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/Bitwarden-Installer-\S+\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/allusers /S"
IsWinget = $true
WingetID = "Bitwarden.Bitwarden"
}
#endregion
#region Git
"git" = @{
DisplayName = "Git"
RepoPath = "g/Git/Git"
YamlFile = "Git.Git.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/Git-\d+\.\d+\.\d+(-windows-\d+)?-64-bit\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/Git-\d+\.\d+\.\d+(-windows-\d+)?-arm64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART"
IsWinget = $true
WingetID = "Git.Git"
}
#endregion
#region 7zip
"7zip" = @{
DisplayName = "7zip"
RepoPath = "7/7zip/7zip"
YamlFile = "7zip.7zip.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/7z\d+-x64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/7z\d+-arm64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/S"
IsWinget = $true
WingetID = "7zip.7zip"
}
#endregion
#region Dell Command
"dellcommand" = @{
DisplayName = "Dell Command"
RepoPath = "d/Dell/CommandUpdate"
YamlFile = "Dell.CommandUpdate.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/Dell-Command-Update-Application\S*WIN64\S*\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/Dell-Command-Update-Application\S*WIN64\S*\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/passthrough /S /V/quiet /V/norestart"
IsWinget = $true
WingetID = "Dell.CommandUpdate"
}
#endregion
#region Microsoft Power Automate
"powerautomate" = @{
DisplayName = "Microsoft Power Automate Desktop"
RepoPath = "m/Microsoft/PowerAutomateDesktop"
YamlFile = "Microsoft.PowerAutomateDesktop.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/Setup\.Microsoft\.PowerAutomate\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/Setup\.Microsoft\.PowerAutomate\.exe)'
InstallerType = "exe"
ExeInstallArgs = "-Silent -ACCEPTEULA"
IsWinget = $true
WingetID = "Microsoft.PowerAutomateDesktop"
}
#endregion
#region Microsoft PowerBi
"powerbi" = @{
DisplayName = "Microsoft Power BI"
RepoPath = "m/Microsoft/PowerBI"
YamlFile = "Microsoft.PowerBI.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/PBIDesktopSetup-\d{4}-\d{2}_x64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/PBIDesktopSetup-\d{4}-\d{2}_x64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "-silent ACCEPT_EULA=1"
IsWinget = $true
WingetID = "Microsoft.PowerBI"
}
#endregion
#region Python 3.14
"python314" = @{
DisplayName = "Pyhton 3.14"
RepoPath = "p/Python/Python/3/14"
YamlFile = "Python.Python.3.14.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/python-\d+\.\d+\.\d+-amd64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/python-\d+\.\d+\.\d+-arm64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/passive /quiet InstallAllUsers=1"
IsWinget = $true
WingetID = "Python.Python.3.14"
}
#endregion
#region Docker Desktop
"dockerdesktop" = @{
DisplayName = "Docker Desktop"
RepoPath = "d/Docker/DockerDesktop"
YamlFile = "Docker.DockerDesktop.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/amd64/\d+/Docker%20Desktop%20Installer\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/arm64/\d+/Docker%20Desktop%20Installer\.exe)'
InstallerType = "exe"
ExeInstallArgs = "install --quiet"
IsWinget = $true
WingetID = "Docker.DockerDesktop"
}
#endregion
#region Java Runtime Environment
"java" = @{
DisplayName = "Java Runtime Environment"
RepoPath = "o/Oracle/JavaRuntimeEnvironment"
YamlFile = "Oracle.JavaRuntimeEnvironment.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(https://javadl\.oracle\.com/webapps/download/AutoDL\?BundleId=\d+_[a-fA-F0-9]+)'
PatternARM64 = 'InstallerUrl:\s*(https://javadl\.oracle\.com/webapps/download/AutoDL\?BundleId=\d+_[a-fA-F0-9]+)'
InstallerType = "exe"
ExeInstallArgs = "/s REBOOT=0"
IsWinget = $true
WingetID = "Oracle.JavaRuntimeEnvironment"
}
#endregion
#region ReMarkable
"remarkable" = @{
DisplayName = "ReMarkable Companion App"
RepoPath = "r/reMarkable/reMarkableCompanionApp"
YamlFile = "reMarkable.reMarkableCompanionApp.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/reMarkable-\S*-win64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/reMarkable-\S*-win64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "install --confirm-command --default-answer --accept-licenses"
IsWinget = $true
WingetID = "reMarkable.reMarkableCompanionApp"
}
#endregion
#region Logi Options
"logioptions" = @{
DisplayName = "Logi Options Plus"
RepoPath = "l/Logitech/OptionsPlus"
YamlFile = "Logitech.OptionsPlus.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/logioptionsplus_installer\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/logioptionsplus_installer\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/quiet /analytics no"
IsWinget = $true
WingetID = "Logitech.OptionsPlus"
}
#endregion
#region Sublime Text
"sublimetext" = @{
DisplayName = "Sublime Text"
RepoPath = "s/SublimeHQ/SublimeText/4"
YamlFile = "SublimeHQ.SublimeText.4.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/sublime_text_build_\d+_x64_setup\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/sublime_text_build_\d+_x64_setup\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/VERYSILENT /NORESTART"
IsWinget = $true
WingetID = "SublimeHQ.SublimeText.4"
}
#endregion
#region Microsoft DotNet SDK 10
"microsoftdotnetsdk" = @{
DisplayName = "Microsoft DotNet SDK 10"
RepoPath = "m/Microsoft/DotNet/SDK/10"
YamlFile = "Microsoft.DotNet.SDK.10.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/dotnet-sdk-\d+\.\d+\.\d+-win-x64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/dotnet-sdk-\d+\.\d+\.\d+-win-arm64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/quiet"
IsWinget = $true
WingetID = "Microsoft.DotNet.SDK.10"
}
#endregion
#region Microsoft DotNet Runtime 10
"microsoftdotnetruntime" = @{
DisplayName = "Microsoft DotNet Runtime 10"
RepoPath = "m/Microsoft/DotNet/Runtime/10"
YamlFile = "Microsoft.DotNet.Runtime.10.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/dotnet-runtime-\d+\.\d+\.\d+-win-x64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/dotnet-runtime-\d+\.\d+\.\d+-win-arm64\.exe)'
InstallerType = "exe"
ExeInstallArgs = "/quiet"
IsWinget = $true
WingetID = "Microsoft.DotNet.Runtime.10"
}
#endregion
#region PuTTy
"putty" = @{
DisplayName = "PuTTy"
RepoPath = "p/PuTTY/PuTTY"
YamlFile = "PuTTY.PuTTY.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/putty-64bit-\d+\.\d+-installer\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/putty-arm64-\d+\.\d+-installer\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "PuTTY.PuTTY"
}
#endregion
#region Go Programming Language
"golang" = @{
DisplayName = "Go Programming Language"
RepoPath = "g/GoLang/Go"
YamlFile = "GoLang.Go.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/go\d+\.\d+\.\d+\.windows-amd64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/go\d+\.\d+\.\d+\.windows-arm64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "GoLang.Go"
}
#endregion
#region Cisco Webex
"webex" = @{
DisplayName = "Cisco Webex"
RepoPath = "c/Cisco/Webex"
YamlFile = "Cisco.Webex.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/Webex\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/Webex\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "Cisco.Webex"
}
#endregion
#region Microsoft Edge
"edge" = @{
DisplayName = "Microsoft Edge"
RepoPath = "m/Microsoft/Edge"
YamlFile = "Microsoft.Edge.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/MicrosoftEdgeEnterpriseX64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/MicrosoftEdgeEnterpriseARM64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "Microsoft.Edge"
}
#endregion
#region PDF24
"pdf24" = @{
DisplayName = "PDF24 Creator"
RepoPath = "g/geeksoftwareGmbH/PDF24Creator"
YamlFile = "geeksoftwareGmbH.PDF24Creator.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/pdf24-creator-\d+\.\d+\.\d+-x64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/pdf24-creator-\d+\.\d+\.\d+-arm64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "geeksoftwareGmbH.PDF24Creator"
}
#endregion
#region 8x8 Work
"8x8work" = @{
DisplayName = "8x8 Work"
RepoPath = "8/8x8/Work"
YamlFile = "8x8.Work.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S+)'
PatternARM64 = 'InstallerUrl:\s*(\S+)'
InstallerType = "msi"
IsWinget = $true
WingetID = "8x8.Work"
}
#endregion
#region Powershell 7
"powershell7" = @{
DisplayName = "Powershell 7"
RepoPath = "m/Microsoft/PowerShell"
YamlFile = "Microsoft.PowerShell.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/PowerShell-\d+\.\d+\.\d+-win-x64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/PowerShell-\d+\.\d+\.\d+-win-arm64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "Microsoft.PowerShell"
}
#endregion
#region Wireshark
"wireshark" = @{
DisplayName = "Wireshark"
RepoPath = "w/WiresharkFoundation/Wireshark"
YamlFile = "WiresharkFoundation.Wireshark.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/Wireshark-\S*-x64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/Wireshark-\S*-x64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "WiresharkFoundation.Wireshark"
}
#endregion
#region Zoom
"zoom" = @{
DisplayName = "Zoom"
RepoPath = "z/Zoom/Zoom"
YamlFile = "Zoom.Zoom.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/ZoomInstallerFull\.msi\?archType=x64)'
PatternARM64 = 'InstallerUrl:\s*(\S*/ZoomInstallerFull\.msi\?archType=winarm64)'
InstallerType = "msi"
IsWinget = $true
WingetID = "Zoom.Zoom"
}
#endregion
#region GitHub Desktop
"githubdesktop" = @{
DisplayName = "GitHub Desktop"
RepoPath = "g/GitHub/GitHubDesktop"
YamlFile = "GitHub.GitHubDesktop.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S+.*64.*\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S+.*arm64.*\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "GitHub.GitHubDesktop"
}
#endregion
#region VLC Media Player
"vlc" = @{
DisplayName = "VLC Media Player"
RepoPath = "v/VideoLAN/VLC"
YamlFile = "VideoLAN.VLC.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/vlc-\d+\.\d+\.\d+-win64\.exe)'
PatternARM64 = 'InstallerUrl:\s*(\S*/vlc-\d+\.\d+\.\d+-win64\.exe)'
InstallerType = "exe"
IsWinget = $true
ExeInstallArgs = "/S"
WingetID = "VideoLAN.VLC"
}
#endregion
#region NodeJS
"nodejs" = @{
DisplayName = "NodeJS"
RepoPath = "o/OpenJS/NodeJS"
YamlFile = "OpenJS.NodeJS.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S*/node-v\S*-x64\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S*/node-v\S*-arm64\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "OpenJS.NodeJS"
}
#endregion
#region Google Chrome
"chrome" = @{
DisplayName = "Google Chrome"
RepoPath = "g/Google/Chrome"
YamlFile = "Google.Chrome.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S+.*64.*\.msi)'
PatternARM64 = 'InstallerUrl:\s*(\S+.*arm64.*\.msi)'
InstallerType = "msi"
IsWinget = $true
WingetID = "Google.Chrome"
}
#endregion
#region Display Link
"displaylink" = @{
DisplayName = "Display Link"
RepoPath = "d/DisplayLink/GraphicsDriver"
YamlFile = "DisplayLink.GraphicsDriver.installer.yaml"
PatternX64 = 'InstallerUrl:\s*(\S+)'
PatternARM64 = 'InstallerUrl:\s*(\S+)'
InstallerType = "zip"
IsWinget = $true
WingetID = "DisplayLink.GraphicsDriver"
}
#endregion
##########################
##########################
#region NOT WINGET APPS ##
##########################
##########################
##########################
##########################
##########################
#region Windows App
"windowsapp" = @{
DisplayName = "Windows App"
IsWinget = $false
DownloadUrl = "https://go.microsoft.com/fwlink/?linkid=2262633"
InstallerType = "msix"
}
#endregion
#region MyDPD
"mydpd" = @{
DisplayName = "MyDPD Customer"
IsWinget = $false
DownloadUrl = "https://apis.my.dpd.co.uk/apps/download/public"
InstallerType = "exe"
ExeInstallArgs = "--Silent"
}
#endregion
#region Royal Mail Print Assist
"royalmail" = @{
DisplayName = "Royal Mail Print Assist"
IsWinget = $false
DownloadUrl = "http://app.printnode.com/download/client/royalmail/windows"
InstallerType = "exe"
ExeInstallArgs = "/VERYSILENT /SUPPRESSMSGBOXES"
}
#endregion
#region Crosschex
"crosschex" = @{
DisplayName = "Crosschex"
IsWinget = $false
DownloadUrl = "https://www.anviz.com/file/download/5539/CrossChex_Standard_4.3.16.exe"
InstallerType = "exe"
ExeInstallArgs = "/exenoui ALLUSERS=1 /qn"
}
#endregion
#region Coreldraw
"coreldraw" = @{
DisplayName = "Coreldraw"
IsWinget = $false
DownloadUrl = "https://www.corel.com/akdlm/6763/downloads/free/trials/GraphicsSuite/2019/R5tgO2Wx1/getdl/CorelDRAWGraphicsSuite2019Installer_AM.exe"
InstallerType = "exe"
ExeInstallArgs = "/qn"
}
#endregion
#region Claude
"claude" = @{
DisplayName = "Claude"
IsWinget = $false
DownloadUrl = "https://downloads.claude.ai/releases/win32/ClaudeSetup.exe"
InstallerType = "msix"
}
#endregion
#region N-Able RMM Agent
# How to Install
#Install-TecharyApp -AppName "nable" -Parameters @{
# CustomerID = "123456" This can be found in N-Central under Administration > Customers, there you will see the Access Code column
# Token = "abcdefg" Token is got under Actions > Add/Import Devices > Get Registration Token
# CustomerName = '\"Company Name From N-Central\"' #This has to be formatted like this with the name of their customer in nable
# ServerAddress = "Refer to Confluence guide for the server address"
# }
"nable" = @{
DisplayName = "N-Able RMM Agent"
IsWinget = $false
InstallerType = "exe"
ExeInstallArgs = "/qn /v"
}
#endregion
}