Skip to content

Commit 6bef4cf

Browse files
committed
Update docs, vcredist c++ 2008, templates
1 parent 1c927c6 commit 6bef4cf

6 files changed

+94
-5
lines changed

docs/Windows/Packaging/Software/Microsoft/DOTNET/DOTNET Desktop Runtime 7.0.20.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- DisplayName: Microsoft .NET Runtime - 7.0.20 (x64)
1212
- Version: 944782160
1313
- UninstallString: `MsiExec.exe /X{221BB52A-B763-4C9D-AA62-4B0B6C9AAD62}`
14-
- DisplayVersion: `56.80.15184`
14+
- DisplayVersion: 56.80.15184
1515
- `{72C29BED-666F-4E5E-BC49-DF44C890742E}`
1616
- DisplayName: Microsoft Windows Desktop Runtime - 7.0.20 (x64)
1717
- Version: 944782221
@@ -29,5 +29,5 @@
2929
- File or Folder: 7.0.20
3030
- Detection method: File or folder exists
3131
## 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

docs/Windows/Packaging/Software/Microsoft/DOTNET/DOTNET Runtime 4.8.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
- Operator Greater than or equal to
1515
- Value: `533320`
1616
## 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 numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

docs/Windows/Packaging/Software/Novapoint/Novapoint 26.15.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- Arch: x86_64
33
- Dependencies:
44
- [[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]]
57
## Registry changes
68
???- info ""
79
- ``

docs/templates/Package.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)