added moneyplex and hakchi

This commit is contained in:
Michael H.G. Schmidt 2021-03-10 23:09:16 +01:00
parent 75702baa68
commit 3704f10d84
17 changed files with 115 additions and 9 deletions

View File

@ -0,0 +1,47 @@
[Config]
Language=de-DE
SelectedGames=default
SelectedGamesSnes=default
HiddenGames=
HiddenGamesFamicom=
HiddenGamesSnes=CLV-P-SACCE;CLV-P-SAAJE;CLV-P-SABTE;CLV-P-SAABE;CLV-P-SAAKE;CLV-P-SABCE;CLV-P-SABRE;CLV-P-SADGE;CLV-P-SADKE;CLV-P-SABHE;CLV-P-SACBE;CLV-P-SABDE;CLV-P-SAAFE;CLV-P-SABQE;CLV-P-SAAHE;CLV-P-SAAXE;CLV-P-SAAEE;CLV-P-SADJE
HiddenGamesSuperFamicom=
CustomFlashedNes=False
CustomFlashedFamicom=False
CustomFlashedSnes=True
CustomFlashedSuperFamicom=False
UseFont=True
UseFontFamicom=True
UseFontSuperFamicom=True
UseFontSnes=True
ResetHack=True
ResetHackSnes=True
ResetCombination=36
ResetCombinationSnes=36
AutofireHack=False
AutofireHackSnes=False
AutofireXYHack=False
AntiArmetLevel=0
ConsoleType=2
FcStart=False
UsbHostNes=False
UsbHostFamicom=False
UsbHostSuperFamicom=False
UsbHostSnes=False
ExtraCommandLineArguments=
ExtraCommandLineArgumentsSnes=
FoldersMode=3
FoldersModeFamicom=3
FoldersModeSnes=0
FoldersModeSuperFamicom=3
MaxGamesPerFolder=30
MaxGamesPerFolderFamicom=30
MaxGamesPerFolderSnes=30
MaxGamesPerFolderSuperFamicom=30
Compress=True
FtpServer=False
TelnetServer=False
RunCount=22
AlwaysWriteToUSB=False
[Presets]

View File

@ -0,0 +1,6 @@
[Setup]
Lang=default
Dir=C:\Program Files (x86)\moneyplex
Group=moneyplex
NoIcons=0
Tasks=

Binary file not shown.

View File

@ -18,7 +18,7 @@ msiexec /i %MSI% /passive
cd %OPT%
rem copy link to desktop ...
copy /Y "SQLite-DBB.lnk" %PUBLIC%\Desktop
copy /Y desktop\SQLite-DBB.lnk %PUBLIC%\Desktop
rem refresh desktop (W10 style)
ie4uinit.exe -show

View File

@ -2,8 +2,8 @@
set OPT=..\optional
set SOFTWARE=..\software
set MSI=gsync-setup.msi
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
set MSI=gsync-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found!

View File

@ -0,0 +1,21 @@
@echo off
set CONFIG=config\install-moneyxplex.txt
set EXE=..\software\moneyplex-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo killing moneyplex processes...
taskkill /F /IM moneyplex.exe 2>nul
echo installing moneyplex ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo ####### %0 #######
pause

View File

@ -18,7 +18,7 @@ echo cleanup ...
del /F "%PUBLIC%\Desktop\VScode.lnk" 2>nul
echo installing Visual Studio CODE ...
rem start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo installing Desktop shortcut ...
copy /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" "%PUBLIC%\Desktop"
@ -27,9 +27,6 @@ move /Y "%PUBLIC%\Desktop\Visual*.lnk" "%PUBLIC%\Desktop\VScode.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo killing VisualStudio code processes...
taskkill /F /IM Code.exe 2>nul
echo ####### %0 #######
pause

View File

@ -0,0 +1,32 @@
@echo off
set TOOLS=c:\tools
set CONFIG=config\hakchi2_config.ini
set ZIP=..\software\hakchi2.zip
if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found!
exit /b
)
echo ####### %0 #######
echo killing hakchi2 processes...
taskkill /F /IM hakchi.exe 2>nul
echo unpacking Hakchi2 ...
%TOOLS%\7z x -y -aoa -o"%ProgramFiles(x86)%" %ZIP%
echo copying config ...
mkdir "%ProgramFiles(x86)%\hakchi2\config" 2>nul
copy /Y %CONFIG% "%ProgramFiles(x86)%\hakchi2\config\config.ini"
echo copy desktop link ...
copy /Y desktop\HakChi2.lnk "%PUBLIC%\Desktop"
rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -25,8 +25,9 @@ FOR /F "tokens=1,2 delims=, " %%E in (%LISTFILE%) do (
rem file is already present ?
IF %%~zF EQU 0 (
del /F %%F 2>nul
echo.
echo INFO: [ %%F ] does not exist or is 0 bytes, starting download ...
del /F %%F 2>nul
)
IF NOT EXIST %%F (

View File

@ -11,4 +11,6 @@ https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.e
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://www.purebasic.com/download/PureBasic_Demo_x64.zip purebasic.zip
https://matrica.de/download/windows/moneyplex_20_setup.exe moneyplex-setup.exe
https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.msi
https://github.com/ClusterM/hakchi2/releases/download/v2.32/hakchi2.zip hakchi2.zip

1 https://download.sp.f-secure.com/SE/Retail/installer/F-SecureNetworkInstaller-AV.exe f-securenetworkinstaller-av_avtr20f930_.exe
11 https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
12 https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
13 https://www.purebasic.com/download/PureBasic_Demo_x64.zip purebasic.zip
14 https://matrica.de/download/windows/moneyplex_20_setup.exe moneyplex-setup.exe
15 https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi python2-setup.msi
16 https://github.com/ClusterM/hakchi2/releases/download/v2.32/hakchi2.zip hakchi2.zip

View File

@ -39,8 +39,8 @@ rem TOTALCOMMANDER
if NOT EXIST %APPDATA%\GHISLER\WINCMD.ini (
echo setup for TOTALCOMMANDER ...
mkdir %APPDATA%\GHISLER 1>nul 2>nul
copy /Y %TOOLS%\scripts\config\WINCMD.ini %APPDATA%\GHISLER
copy /Y %TOOLS%\scripts\config\wcx_ftp.ini %APPDATA%\GHISLER
copy /Y %TOOLS%\optional\config\WINCMD.ini %APPDATA%\GHISLER
copy /Y %TOOLS%\optional\config\wcx_ftp.ini %APPDATA%\GHISLER
)
rem WINDOWS TERMINAL