Commit 6bef4cf 1 parent 1c927c6 commit 6bef4cf Copy full SHA for 6bef4cf
File tree 6 files changed +94
-5
lines changed
Windows/Packaging/Software
6 files changed +94
-5
lines changed Original file line number Diff line number Diff line change 11
11
- DisplayName: Microsoft .NET Runtime - 7.0.20 (x64)
12
12
- Version: 944782160
13
13
- UninstallString: ` MsiExec.exe /X{221BB52A-B763-4C9D-AA62-4B0B6C9AAD62} `
14
- - DisplayVersion: ` 56.80.15184 `
14
+ - DisplayVersion: 56.80.15184
15
15
- ` {72C29BED-666F-4E5E-BC49-DF44C890742E} `
16
16
- DisplayName: Microsoft Windows Desktop Runtime - 7.0.20 (x64)
17
17
- Version: 944782221
29
29
- File or Folder: 7.0.20
30
30
- Detection method: File or folder exists
31
31
## Tests
32
- - [X] Application installs on Autopilot VMs
33
- - [x] Application is detected in Intune
32
+ - [X] Application installs on Autopilot VMs
33
+ - [x] Application is detected in Intune
Original file line number Diff line number Diff line change 14
14
- Operator Greater than or equal to
15
15
- Value: ` 533320 `
16
16
## Tests
17
- - [X] Application installs on Autopilot VMs
18
- - [x] Application is detected in Intune
17
+ - [X] Application installs on Autopilot VMs
18
+ - [x] Application is detected in Intune
Original file line number Diff line number Diff line change
1
+ ## Installation
2
+ - Arch: x64
3
+ - Silent install: vcredist_x64.exe /lang 1033 /q
4
+ - Silent uninstall: vcredist_x64.exe /lang 1033 /qu
5
+ ## Registry changes
6
+ ???- info "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall"
7
+ - ` {5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4} `
8
+ - DisplayName: Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
9
+ - DisplayVersion: 9.0.30729.6161
10
+ - UninstallString: ` MsiExec.exe /X{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4} `
11
+ - Language: 1033
12
+ ???- info "HKLM\Software\Microsoft\DevDiv\VC\Servicing\9.0\RED"
13
+ - ` 1033 `
14
+ - Install: 1
15
+ - Version: 30729.6161
16
+ - InstallerType MSI
17
+ - SP: 1
18
+ - SPIndex: 1
19
+ - SPName: SP1
20
+ ## File paths
21
+ - ` c:\Program Files\Common Files\Microsoft Shared\VC\msdia90.dll `
22
+ ## Intune
23
+ ### Detection Rules
24
+ #### Rule type: Registry
25
+ ???- info "Key Path: ` HKLM\Software\Microsoft\DevDiv\VC\Servicing\9.0\RED\1033 ` "
26
+ - Value name: Version
27
+ - Detection method: Version comparison
28
+ - Operator: Greater than or equal to
29
+ - Value: ` 30729.6161 `
30
+ ## Tests
31
+ - [X] Application installs on Autopilot VMs
32
+ - [x] Application is detected in Intune
Original file line number Diff line number Diff line change
1
+ ## Installation
2
+ - Arch: x86
3
+ - Silent install: vcredist_x86.exe /lang 1033 /q
4
+ - Silent uninstall: vcredist_x86.exe /lang 1033 /qu
5
+ ## Registry changes
6
+ ???- info "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\"
7
+ - ` {9BE518E6-ECC6-35A9-88E4-87755C07200F} `
8
+ - DisplayName: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
9
+ - DisplayVersion: 9.0.30729.6161
10
+ - UninstallString: ` MsiExec.exe /X{9BE518E6-ECC6-35A9-88E4-87755C07200F} `
11
+ - Language: 1033
12
+ ???- info "HKLM\Software\WOW6432Node\Microsoft\DevDiv\VC\Servicing\9.0\RED\"
13
+ - ` 1033 `
14
+ - Install: 1
15
+ - Version: 30729.6161
16
+ - InstallerType MSI
17
+ - SP: 1
18
+ - SPIndex: 1
19
+ - SPName: SP1
20
+ ## File paths
21
+ - ` c:\Program Files (x86)\Common Files\Microsoft Shared\VC\msdia90.dll `
22
+ ## Intune
23
+ ### Detection Rules
24
+ #### Rule type: Registry
25
+ ???- info "Key Path: ` HKLM\Software\WOW6432Node\Microsoft\DevDiv\VC\Servicing\9.0\RED\1033 ` "
26
+ - Value name: Version
27
+ - Detection method: Version comparison
28
+ - Operator: Greater than or equal to
29
+ - Value: ` 30729.6161 `
30
+ ## Tests
31
+ - [X] Application installs on Autopilot VMs
32
+ - [x] Application is detected in Intune
Original file line number Diff line number Diff line change 2
2
- Arch: x86_64
3
3
- Dependencies:
4
4
- [[DOTNET Runtime 4.8.1]]
5
+ - [[Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161]]
6
+ - [[Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161]]
5
7
## Registry changes
6
8
???- info ""
7
9
- ``
Original file line number Diff line number Diff line change
1
+ ## Installation
2
+ - Arch:
3
+ ## Registry changes
4
+ ???- info ""
5
+ - ``
6
+ - DisplayName:
7
+ - DisplayVersion:
8
+ - UninstallString: ``
9
+ ## File paths
10
+ - ``
11
+ ## Intune
12
+ ### Detection Rules
13
+ #### Rule type: Registry
14
+ ???- info "Key Path: ``"
15
+ - Value name: Version
16
+ - Detection method: Version comparison
17
+ - Operator: Greater than or equal to
18
+ - Value: ``
19
+ ## Tests
20
+ - [ ] Application installs on Autopilot VMs
21
+ - [ ] Application is detected in Intune
22
+ - [ ] Application reinstalls on Autopilot VMs
23
+ - [ ] License activates
You can’t perform that action at this time.
0 commit comments