added Inkscape
This commit is contained in:
parent
86f70cbd81
commit
6e63419124
@ -13,13 +13,13 @@ echo ####### %0 #######
|
|||||||
echo installing Reiner SCT Cyberjack ...
|
echo installing Reiner SCT Cyberjack ...
|
||||||
start /wait %EXE%
|
start /wait %EXE%
|
||||||
|
|
||||||
echo changing cyberjack startmenu folder ...
|
echo moving CyberJack startmenu shortcut ...
|
||||||
move /Y %STARTMENU%\"Reiner SCT cyberjack\cyberjack*.*" %STARTMENU%\CyberJack.lnk 2>nul
|
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
|
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
|
del /F /Q %PUBLIC%\Desktop\cyberjack*.* 2>nul
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
30
optional/install-inkscape.cmd
Normal file
30
optional/install-inkscape.cmd
Normal 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
|
||||||
|
|
@ -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://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://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://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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user