Skip to content

Commit 2feb346

Browse files
authored
Merge pull request #21549 from nr-ksteinbach/patch-19
Update windows-msi-installer.mdx
2 parents 67db36b + f232a53 commit 2feb346

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/content/docs/infrastructure/infrastructure-agent/windows-installation/windows-msi-installer.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@ If you'd like to do a manual installation, follow the next steps:
6767

6868
2. Download the latest .MSI installer image from:
6969

70-
* For 32-bit Windows:
71-
```
72-
<a href="https://download.newrelic.com/infrastructure_agent/windows/386/newrelic-infra-386.msi">https://download.newrelic.com/infrastructure_agent/windows/386/newrelic-infra-386.msi</a>​
73-
```
74-
75-
* For 64-bit Windows:
70+
* For 64-bit Windows (Intel/AMD):
7671
```
7772
<a href="https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.msi">https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.msi</a>
7873
```
@@ -83,11 +78,6 @@ If you'd like to do a manual installation, follow the next steps:
8378

8479
3. Open PowerShell as an administrator, and run the install script using an absolute path:
8580

86-
* For 32-bit Windows:
87-
```shell
88-
msiexec.exe /qn /i PATH\TO\newrelic-infra-386.msi
89-
```
90-
9181
* For 64-bit Windows:
9282
```shell
9383
msiexec.exe /qn /i PATH\TO\newrelic-infra.msi

0 commit comments

Comments
 (0)