in reply to Runtime only Perl for Win32

The portable version of Strawberry Perl doesn't need to be installed and includes all the needed modules. It could be setup next to Python in the Inkscape\lib folder and added to the Inkscape configuration.

Write an install script to do these steps:

Replies are listed 'Best First'.
Re^2: Runtime only Perl for Win32
by fdesar (Beadle) on Feb 02, 2019 at 23:34 UTC
    Only one minor problem : there is no Inkscape preference file on Win32.

      As I mentioned before the Windows install of Inkscape does have the preference file. Mine is located at C:\Users\xxUsernamexx\AppData\Roaming\inkscape\preferences.xml. I posted a link to the directions for how to find this location. There should be an easy way to find it in a Perl script.

      Update: You can find that location in your script with $ENV{APPDATA} which equals C:\Users\xxUsernamexx\AppData\Roaming.