Adição CabTab
This commit is contained in:
55
CabTabInstall/Install Instructions.txt
Normal file
55
CabTabInstall/Install Instructions.txt
Normal 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
|
||||
BIN
CabTabInstall/OHGDRelease-2026.05.07.1.zip
Normal file
BIN
CabTabInstall/OHGDRelease-2026.05.07.1.zip
Normal file
Binary file not shown.
BIN
CabTabInstall/PG Settings.reg
Normal file
BIN
CabTabInstall/PG Settings.reg
Normal file
Binary file not shown.
BIN
CabTabInstall/PilotGameAgentRelease-2026.6.2.1.zip
Normal file
BIN
CabTabInstall/PilotGameAgentRelease-2026.6.2.1.zip
Normal file
Binary file not shown.
1
CabTabInstall/credentials.dat
Normal file
1
CabTabInstall/credentials.dat
Normal file
@@ -0,0 +1 @@
|
||||
×FÅjÙ½/TAíë±ôÀ<C3B4>©é®}ÆÌÖD™¿ö†)3ƒuŠ‘U©ÍÉŽÛÞÿ{ž¢çˆ$v:'³o«&C"~
|
||||
9
CabTabInstall/deployAgent.bat
Normal file
9
CabTabInstall/deployAgent.bat
Normal 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
|
||||
7
CabTabInstall/deployCabinet.bat
Normal file
7
CabTabInstall/deployCabinet.bat
Normal 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
|
||||
2
CabTabInstall/desktop.ini
Normal file
2
CabTabInstall/desktop.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[.ShellClassInfo]
|
||||
LocalizedResourceName=@CabTab Install,0
|
||||
BIN
CabTabInstall/shell.reg
Normal file
BIN
CabTabInstall/shell.reg
Normal file
Binary file not shown.
1
CabTabInstall/site_director.cfg
Normal file
1
CabTabInstall/site_director.cfg
Normal file
@@ -0,0 +1 @@
|
||||
BRZLLottery-Cabinet
|
||||
2
CabTabInstall/start.bat
Normal file
2
CabTabInstall/start.bat
Normal 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'"
|
||||
BIN
CabTabInstall/windowsdesktop-runtime-8.0.15-win-x64.exe
Normal file
BIN
CabTabInstall/windowsdesktop-runtime-8.0.15-win-x64.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user