These instructions assume the existing responder has been installed using the deployment instructions, is deployed to C:\node\pyrusconnect-responder\ and is working correctly. This upgrade path is from any older version to v2.0.0. The responder-update-3.0.1.zip file contains the v3.0.1 deployment package and an upgrade script.
- Before commencing, stop the pyrusconnect-responder Windows service.
Note: responder v3.0.1 or greater requires version 20 of node.js.
To find out which version node.js is running Run a command prompt and enter the command:
node --version
Only if the reported version is prior to v20 follow these instructions to upgrade:
- Uninstall node.js using Windows Control Panel.
- Download & run the the latest v20 installer: https://nodejs.org/download/release/v20.18.0/node-v20.18.0-x86.msi.
- When running the installer Wizard accept the default options.
- Copy the file c:\node\node.exe.config to the folder to which node.exe was installed (usually C:\Program Files (x86)\nodejs), this is to fix a dependency issue
Updating the responder
- Download responder-update-3.0.1.zip and then extract into a temporary folder.
- Run a Command prompt "as Administrator" and change directory to the temporary update folder.
- Run responder-update.bat - this will unpack the deployment package
- Start the pyrusconnect-responder Windows service and (after a minute or so) check the logs
The batch file takes a copy of the responder config file, deletes log files & old node modules, unpacks the v3.0.1 zip file, then restores the config file.
0 Comments