Adição CabTab

This commit is contained in:
2026-07-21 11:16:41 -03:00
parent 84f3a756cc
commit a939e4bfb6
14 changed files with 462 additions and 10 deletions

View File

@@ -0,0 +1,55 @@
REM #Copy files to PC
REM #c:\pilotgames\
REM # credentials.dat
REM # deployAgent.bat
REM # deployCabinet.bat
REM # site_director.cfg
REM # start.bat
REM #c:\pilotgames\downloads\
REM # OHGDRelease-2026.05.07.1.zip
REM # PilotGameAgentRelease-2026.6.2.1.zip
REM #Anywhere\
REM # PG Settings.reg
REM # windowsdesktop-runtime-8.0.15-win-x64.exe
cd C:\PilotDownloads\LottoInstall\
copy credentials.dat c:\pilotgames\ /Y
copy deployAgent.bat c:\pilotgames\ /Y
copy deployCabinet.bat c:\pilotgames\ /Y
copy site_director.cfg c:\pilotgames\ /Y
copy start.bat c:\pilotgames\ /Y
copy OHGDRelease-2026.05.07.1.zip c:\pilotgames\downloads\ /Y
copy PilotGameAgentRelease-2026.6.2.1.zip c:\pilotgames\downloads\ /Y
REM #Import new registry settings
reg import "PG Settings.reg"
REM #Install Desktop Runtime 8.0.15
windowsdesktop-runtime-8.0.15-win-x64.exe /quiet /norestart
REM #Remove existing "NVRAM"
rmdir c:\pilot\ /S /Q
REM #Uninstall current agent and install new
cd c:\pilotgames\
net stop PilotGameAgent
c:\pilotgames\RemoveGameAgentService.bat
rename game_agent game_agent.ND
mkdir game_agent
deployAgent.bat 2026.6.2.1
cd c:\pilotgames\
InstallGameAgentService.bat
powershell.exe Set-Service -Name "PilotGameAgent" -StartupType Automatic
REM #Deploy new cabinet software
cd c:\pilotgames\
del /Q NDGDRelease*.zip
rmdir /Q /S NDGDRelease.bak
rmdir /Q /S BRGDRelease.bak
timeout /t 60
move NDGDRelease NDGDRelease.bak
move BRGDRelease BRGDRelease.bak
deployCabinet.bat 2026.05.07.1
REM #Start the system
Taskkill /IM "explorer.exe" /f
net start PilotGameAgent

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
×FÅjÙ½/Të±ôÀ<C3B4>©é®}ÆÌÖD™¿ö†)3ƒuŠU©ÍÉŽÛÞÿ{ž¢çˆ$v:'³o«&C"~

View File

@@ -0,0 +1,9 @@
pushd \pilotgames
NET STOP PilotGameAgent
echo %1 >> agent_version.log
del /Q game_agent\*
copy downloads\PilotGameAgentRelease-2026.6.2.1.zip game_agent\.
cd game_agent
PowerShell Expand-Archive -Force -Path "PilotGameAgentRelease-2026.6.2.1.zip" -DestinationPath "."
NET START PilotGameAgent
popd

View File

@@ -0,0 +1,7 @@
pushd \pilotgames
del /Q OHGDRelease-*.zip
rmdir /Q /S OHGDRelease.bak
move OHGDRelease OHGDRelease.bak
copy downloads\OHGDRelease-2026.05.07.1.zip .
PowerShell Expand-Archive -Path "OHGDRelease-2026.05.07.1.zip" -DestinationPath "."
popd

View File

@@ -0,0 +1,2 @@
[.ShellClassInfo]
LocalizedResourceName=@CabTab Install,0

BIN
CabTabInstall/shell.reg Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
BRZLLottery-Cabinet

2
CabTabInstall/start.bat Normal file
View File

@@ -0,0 +1,2 @@
cd /D C:\pilotgames\OHGDRelease
powershell -command "Start-Process cabinet.exe -Verb runas -ArgumentList '-screen-height', '1920', '-screen-width','1080', '-screen-fullscreen', '0', '-popupwindow'"