-
Yes. See this updated post. Make sure that you specify the package requriements for scripts in the script (e.g.
# requirements: numpy). Otherwise if these packages are not installed on target machines the script will fail, and the scripting infrastructure would not know what package to install. -
Sure. But that’s exactly what the script editor does. It also generates a Visual Studio solution of the plugins so you can fully customize it if need be. See Project Solution
-
Nope. Write and test the scripts. Specify their requirements in-script. Pack and publish.

1 Like