Add Script vor VCE Player #34
This commit is contained in:
parent
593e82ecac
commit
173c6c211e
8
optional/config/install-vcesimulator.txt
Normal file
8
optional/config/install-vcesimulator.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Setup]
|
||||||
|
Lang=english
|
||||||
|
Dir=C:\Program Files (x86)\VCE Exam Simulator
|
||||||
|
Group=VCE Exam Simulator
|
||||||
|
NoIcons=0
|
||||||
|
SetupType=custom
|
||||||
|
Components=manager
|
||||||
|
Tasks=desktopicon_manager
|
26
optional/install-vcesimulator.cmd
Normal file
26
optional/install-vcesimulator.cmd
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set CONFIG=config\install-vcesimulator.txt
|
||||||
|
set EXE=..\software\vce_exam_simulator_setup.exe
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
|
if NOT EXIST %EXE% (
|
||||||
|
echo ERROR: %EXE% not found!
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
echo installing VCE Simulator 2 ...
|
||||||
|
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
|
|
||||||
|
echo cleanup ...
|
||||||
|
del /F %STARTMENU%\"VCE Exam Simulator\VCE Exam Simulator on the Web.url" 2>nul
|
||||||
|
del /F %STARTMENU%\"VCE Exam Simulator\Uninstall VCE Exam Simulator.lnk" 2>nul
|
||||||
|
|
||||||
|
rem refresh desktop (W10 style)
|
||||||
|
ie4uinit.exe -show
|
||||||
|
|
||||||
|
echo ####### %0 #######
|
||||||
|
pause
|
||||||
|
|
@ -7,4 +7,5 @@ dummy cyberjack-setup.exe
|
|||||||
dummy MACDRIVER.zip
|
dummy MACDRIVER.zip
|
||||||
dummy brother-dcpl6600dw-drivers.EXE
|
dummy brother-dcpl6600dw-drivers.EXE
|
||||||
dummy Win10_20H2_English_x64.iso
|
dummy Win10_20H2_English_x64.iso
|
||||||
|
dummy vce_exam_simulator_setup.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user