Skip to content

Commit 50be8ec

Browse files
Change N-Able to N-able
1 parent 88cc330 commit 50be8ec

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Agent/InstallAgent.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation, Diagnostic and Repair Script for the N-Central Agent
22
# Original Script Created by Tim Wiser
3-
# Maintained by the N-Able Community
3+
# Maintained by the N-able Community
44

55
################################
66
########## Change Log ##########
@@ -195,7 +195,7 @@ if ($DebugMode.IsPresent) {
195195
if (Get-Module InstallAgent-Core) {
196196
Remove-Module InstallAgent-Core
197197
}
198-
$AgentRegPath = "HKLM:\SOFTWARE\N-Able Community\InstallAgent"
198+
$AgentRegPath = "HKLM:\SOFTWARE\N-able Community\InstallAgent"
199199
if (Test-Path $AgentRegPath) {
200200
Remove-Item $AgentRegPath -Recurse -Force
201201
}
@@ -219,8 +219,8 @@ $NC.InstallParameters = @{
219219
}
220220
# Path Constants
221221
$NC.Paths = @{
222-
"BinFolder" = "N-Able Technologies\Windows Agent\bin"
223-
"ConfigFolder" = "N-Able Technologies\Windows Agent\config"
222+
"BinFolder" = "N-able Technologies\Windows Agent\bin"
223+
"ConfigFolder" = "N-able Technologies\Windows Agent\config"
224224
"UninstallKey32" = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
225225
"UninstallKey64" = "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
226226
}
@@ -486,7 +486,7 @@ $SC.Names = @{
486486
}
487487
# Path Constants
488488
$SC.Paths = @{
489-
"ExecutionKey" = "HKLM:\SOFTWARE\N-Able Community"
489+
"ExecutionKey" = "HKLM:\SOFTWARE\N-able Community"
490490
"ServiceKey" = "HKLM:\SYSTEM\CurrentControlSet\Services"
491491
"TempFolder" = Split-Path $MyInvocation.MyCommand.Path -Parent
492492
}

Agent/LaunchInstaller.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ else {
8484

8585
Write-Host "Launched InstallAgent with PID: $($p.Id), waiting on Exit"
8686
$RegPaths = @{
87-
Summary = "HKLM:\SOFTWARE\N-Able Community\InstallAgent"
88-
Installation = "HKLM:\SOFTWARE\N-Able Community\InstallAgent\Installation"
89-
Diagnosis = "HKLM:\SOFTWARE\N-Able Community\InstallAgent\Diagnosis"
87+
Summary = "HKLM:\SOFTWARE\N-able Community\InstallAgent"
88+
Installation = "HKLM:\SOFTWARE\N-able Community\InstallAgent\Installation"
89+
Diagnosis = "HKLM:\SOFTWARE\N-able Community\InstallAgent\Diagnosis"
9090
}
9191

9292
while (-not $p.HasExited) {

Agent/PartnerConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - Partner Configuration File for the InstallAgent Automation Suite
66
# by Ryan Crowther Jr, RADCOMP Technologies - 2019-08-26
77
# - Original Configuration File (InstallAgent.ini) by Jon Czerwinski, Cohn Consulting Corp. - 2017-01-20
8-
# Maintained by the N-Able Community
8+
# Maintained by the N-able Community
99
# File Version - 6.0.1
1010
1111
# USAGE

0 commit comments

Comments
 (0)