added Inkscape

This commit is contained in:
Michael H.G. Schmidt 2021-04-25 20:28:50 +02:00
parent 86f70cbd81
commit 6e63419124
3 changed files with 35 additions and 5 deletions

View File

@ -13,13 +13,13 @@ echo ####### %0 #######
echo installing Reiner SCT Cyberjack ...
start /wait %EXE%
echo changing cyberjack startmenu folder ...
move /Y %STARTMENU%\"Reiner SCT cyberjack\cyberjack*.*" %STARTMENU%\CyberJack.lnk 2>nul
echo moving CyberJack startmenu shortcut ...
move /Y %STARTMENU%\"Reiner SCT cyberjack\cyberjack*.*" %STARTMENU%\CyberJack.lnk
echo removing cyberjack startmenu folder ...
echo removing CyberJack startmenu folder ...
rd /S /Q %STARTMENU%\"Reiner SCT cyberjack" 2>nul
echo removing cyberjack desktop icon ...
echo removing CyberJack desktop shortcut ...
del /F /Q %PUBLIC%\Desktop\cyberjack*.* 2>nul
echo ####### %0 #######

View File

@ -0,0 +1,30 @@
@echo off
set EXE=..\software\inkscape-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo killing INKSCAPE processes...
taskkill /F /IM inkscape.exe 2>nul
echo installing INKSCAPE ...
start /wait %EXE% /S
echo moving Inkscape startmenu shortcut ...
move /Y %STARTMENU%\"Inkscape\Inkscape.lnk" %STARTMENU%\Inkscape.lnk
echo removing Inkscape startmenu folder ...
rd /S /Q %STARTMENU%\"Inkscape" 2>nul
echo installing Inkscape desktop shortcut ...
copy /Y %STARTMENU%\"Inkscape.lnk" %PUBLIC%\Desktop 2>nul
echo ####### %0 #######
pause

View File

@ -17,4 +17,4 @@ https://totalcommander.ch/win/fixed/tcmd951x64.exe totalcommander-setup.exe
https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.exe virtualbox-setup.exe
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.exe

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
17 https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.exe virtualbox-setup.exe
18 https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
19 https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
20 https://inkscape.org/gallery/item/24646/inkscape-1.0.2-2-x64.exe inkscape-setup.exe