We would include these installation parameters with version 1.2.2 as well, but they do not work there.
Also with using the .msi for installation it doesn't work and I haven't found anything on the internet where the installation parameters are described.
Among other things I tried the following command with the .msi:
Most important for us would be the options "CONTEXTMENUE", so that the configuration window does not open at the first start, as well as "ALLUSERS" and "DESKTOP".
Could you help me here and tell me the corresponding installation parameters? Whether for the .exe or .msi does not matter.
Hello all,
I have the problem that in our company we do software installations with some installation parameters, among others the one for a silent installation.
With Inkscape version 0.92.4, the following parameters still worked when using the .exe:
"inkscape-0.92.4-x64.exe" /S /SHORTCUTS=ON /DESKTOP=ON /ALLUSER=ON /QUICKLAUNCH=OFF /CONTEXTMENUE=OFF
We would include these installation parameters with version 1.2.2 as well, but they do not work there.
Also with using the .msi for installation it doesn't work and I haven't found anything on the internet where the installation parameters are described.
Among other things I tried the following command with the .msi:
msiexec /qn /i inkscape-1.2.2_2022-12-09_732a01da63-x64.msi ALLUSERS="1" CONTEXTMENUE="0" DESKTOP="1" QUICKLAUNCH="0" SHORTCUTS="1"
Most important for us would be the options "CONTEXTMENUE", so that the configuration window does not open at the first start, as well as "ALLUSERS" and "DESKTOP".
Could you help me here and tell me the corresponding installation parameters? Whether for the .exe or .msi does not matter.
Many thanks in advance!