This commit is contained in:
Michael H.G. Schmidt 2024-02-22 16:05:29 +01:00
parent 6f84b53f40
commit 19c8c6e47c
4 changed files with 27 additions and 16 deletions

View File

@ -4,25 +4,38 @@ if %ERRORLEVEL% neq 0 exit /b
set TOOLS=%SystemDrive%\tools
set INIFILE=..\scripts\config\snapcontrol.ini
set SOFTWARE=..\software
echo ####### %0 #######
echo moving snapcontrol binary to [ %windir% ] ...
move /Y %TOOLS%\snapcontrol.exe %windir% 2>nul
echo copy snapcontrol binary to [ %windir% ] ...
copy /Y %SOFTWARE%\snapcontrol.exe %windir% 2>nul
if EXIST %INIFILE% (
if NOT EXIST %windir%\snapcontrol.ini (
echo putting STANDARD inifile in place ...
copy /Y %INIFILE% %windir%
%windir%\snapcontrol /I
if EXIST %SOFTWARE%\snapshot64_licensed.exe (
) else (
echo inifile already copied. nothing to do!
)
echo copying LICENSED snapshot64 to %windir% ...
copy /Y %SOFTWARE%\snapshot64_licensed.exe %windir%\snapshot64.exe
) else (
echo copying STANDARD snapshot64 to boot image ...
copy /Y %SOFTWARE%\snapshot64.exe %windiw%
)
if NOT EXIST %windir%\snapcontrol.ini (
echo copying STANDARD inifile to %windir% ...
copy /Y %INIFILE% %windir%
) else (
echo inifile already copied. nothing to do!
)
echo creating scheduler task ...
%windir%\snapcontrol /I
echo ####### %0 #######
pause

View File

@ -11,8 +11,6 @@ for %%E in (
putty.exe
puttygen.exe
rufus.exe
snapcontrol.exe
snapshot64.exe
tzedit.exe
rdp.exe

View File

@ -1,4 +1,4 @@
https://gitea.exabyte-systems.com/attachments/8986a323-2999-4c44-99d6-0f67442dc2ec snapcontrol.exe
https://gitea.exabyte-systems.com/WINDOWS/snapcontrol/releases/download/V1.13/snapcontrol.exe snapcontrol.exe
https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi

1 https://gitea.exabyte-systems.com/attachments/8986a323-2999-4c44-99d6-0f67442dc2ec snapcontrol.exe https://gitea.exabyte-systems.com/WINDOWS/snapcontrol/releases/download/V1.13/snapcontrol.exe snapcontrol.exe
2 https://downloads.ntlite.com/files/NTLite_setup_x64.exe ntlite-setup.exe
3 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
4 https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi

View File

@ -8,5 +8,5 @@ dummy vce_exam_simulator_setup.exe
dummy iview-plugins.zip
dummy chrome-setup.msi
dummy VMRC-setup.exe
dummy snapshot64.exe
dummy snapshot64_licensed.exe

1 dummy WIN10-LTSC_EVAL_x64FRE_19044_21h2_en-us.iso
8 dummy iview-plugins.zip
9 dummy chrome-setup.msi
10 dummy VMRC-setup.exe
11 dummy snapshot64.exe dummy snapshot64_licensed.exe
12