Note: Steps 2 and 3 can be performed from PowerShell as well.
# Unregister Extension Dll
#Regsvr32 "C:\Program Files (x86)\Proficy\Proficy Server\Server\PlantAppsResEx.dll" /u /s
# Delete Cluster Resource Type
#remove-clusterresourcetype `
# -cluster PRA-CLS01 `
# -name PlantAppsRes
# Register Extension Dll
Regsvr32 "C:\Program Files (x86)\Proficy\Proficy Server\Server\PlantAppsResEx.dll" /s
# Configure Resource Type
add-clusterresourcetype -cluster myCluster -name PlantAppsRes -Dll "C:\Program Files (x86)\Proficy\Proficy Server\Server\PlantAppsRes.dll"
#Confirm that PlantAppsRes type exists
get-clusterresourcetype