diff -r 2b9f54d14cc2 -r 2947214c450e setup/setup.js.in --- a/setup/setup.js.in Sat Nov 15 19:04:45 2014 +0000 +++ b/setup/setup.js.in Tue Apr 25 17:41:00 2023 +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 {