diff -r 2b9f54d14cc2 -r 6ae203c8b28d setup/setup.js.in --- a/setup/setup.js.in Sat Nov 15 19:04:45 2014 +0000 +++ b/setup/setup.js.in Tue Jun 29 10:08:58 2021 +0100 @@ -57,7 +57,7 @@ { path = FileSystemObject.BuildPath(install_prefix, "bin\\app-manager.exe"); - WshShell.Run("\"" + path + "\" --setup \"" + ScriptPath + "\""); + WshShell.Run("\"" + path + "\" --paths --setup \"" + ScriptPath + "\""); } else {