added XOJO script

This commit is contained in:
Michael H.G. Schmidt 2021-03-11 23:08:31 +01:00
parent 2eac2ebb7d
commit ae1373718e
5 changed files with 32 additions and 11 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ Packages.txt
distribution
SOFTWAREBKP
tmp/*

View File

@ -0,0 +1,6 @@
[Setup]
Lang=english
Dir=C:\Program Files\Xojo\Xojo 2020r2.1
Group=XOJO
NoIcons=0
Tasks=desktopicon

View File

@ -8,14 +8,4 @@ ModeZ=1
[default]
pasvmode=1
[connections]
1=Netcup (hosting147976)
2=Hetzner (DUMBO)
default=Netcup (hosting147976)
[Hetzner (DUMBO)]
host=dumbo.exabyte.systems
username=u250063
pasvmode=1
[Netcup (hosting147976)]
host=www.exabyte-systems.com
username=hosting147976
pasvmode=1

21
optional/install-xojo.cmd Normal file
View File

@ -0,0 +1,21 @@
@echo off
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 ####### %0 #######
pause

View File

@ -1,2 +1,5 @@
dummy purebasic-setup.exe
dummy citrixreceiver-setup.exe
dummy xojo-setup.exe
dummy xojo.license

1 dummy purebasic-setup.exe
2 dummy citrixreceiver-setup.exe
3 dummy xojo-setup.exe
4 dummy xojo.license
5