- First, create a new document inside Juvio installation directory ( don't create inside bin folder ) and copy paste the script below :
@echo off
reg export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Heroes of Newerth: Reborn" reg1.reg
reg export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Juvio" reg2.reg
copy /Y reg*.reg juvio.reg
del reg*.reg
exit
reg export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Heroes of Newerth: Reborn" reg1.reg
reg export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Juvio" reg2.reg
copy /Y reg*.reg juvio.reg
del reg*.reg
exit
- Then save it as "hon_update_registry.bat" . Run it once.
- Download this vcredist.exe version 14.44.35211.0 from here : VC_redist.x64.exe . Rename the file to "vcredist" and copy it to the Juvio directory folder.
- Second, create a new document again and copy paste the script below :
@echo off
vcredist.exe /install /quiet /norestart
regedit /s juvio.reg
start "" "bin\juvio.exe"
exit
vcredist.exe /install /quiet /norestart
regedit /s juvio.reg
start "" "bin\juvio.exe"
exit
- Then save it as "hon_launcher.bat" . Use it as Diskless launcher for client.
No comments:
Post a Comment