setup/setup.js.in
changeset 108 b3d8e196dac8
parent 24 2b9f54d14cc2
     1.1 --- a/setup/setup.js.in	Sat Nov 15 19:04:45 2014 +0000
     1.2 +++ b/setup/setup.js.in	Tue Jun 29 10:09:34 2021 +0100
     1.3 @@ -57,7 +57,7 @@
     1.4      {
     1.5  	path = FileSystemObject.BuildPath(install_prefix,
     1.6  	  "bin\\app-manager.exe");
     1.7 -	WshShell.Run("\"" + path + "\" --setup \"" + ScriptPath + "\"");
     1.8 +	WshShell.Run("\"" + path + "\" --paths --setup \"" + ScriptPath + "\"");
     1.9      }
    1.10      else
    1.11      {