removed xojo script

This commit is contained in:
Michael H.G. Schmidt 2023-02-13 14:40:27 +01:00
parent 28bba98569
commit 8cd27f8c61
2 changed files with 6 additions and 27 deletions

View File

@ -1,26 +0,0 @@
@echo off
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set CONFIG=config\install-xojo.txt
set EXE=..\software\xojo-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo killing XOJO processes...
taskkill /F /IM xojo.exe 2>nul
echo installing XOJO ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo renaming XOJO desktop icon ...
move /Y %PUBLIC%\Desktop\Xojo*.lnk %PUBLIC%\Desktop\XOJO.lnk 2>nul
echo ####### %0 #######
pause

View File

@ -46,9 +46,14 @@ set BINARY="%PROGRAMFILES(x86)%\eM Client\MailClient.exe"
set SUFFIX=eml
call :SFTA
set AKA=Notepad
set BINARY="%windir%\notepad.exe"
set SUFFIX=txt
call :SFTA
set AKA=VScode
set BINARY="%PROGRAMFILES%\Microsoft VS Code\Code.exe"
set SUFFIX=c txt md sh bash py go
set SUFFIX=c md sh bash py go
call :SFTA
set AKA=VLC