From 19c8c6e47c77d0dd5a6f4ebbad9ddd1824c617cd Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 22 Feb 2024 16:05:29 +0100 Subject: [PATCH] bugfix --- optional/install-snapcontrol.cmd | 37 +++++++++++++++++++++----------- scripts/copy-executables.cmd | 2 -- software/optional.csv | 2 +- software/other.csv | 2 +- 4 files changed, 27 insertions(+), 16 deletions(-) diff --git a/optional/install-snapcontrol.cmd b/optional/install-snapcontrol.cmd index af18ab4..976fdc7 100644 --- a/optional/install-snapcontrol.cmd +++ b/optional/install-snapcontrol.cmd @@ -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 diff --git a/scripts/copy-executables.cmd b/scripts/copy-executables.cmd index 4004b72..f3bb110 100644 --- a/scripts/copy-executables.cmd +++ b/scripts/copy-executables.cmd @@ -11,8 +11,6 @@ for %%E in ( putty.exe puttygen.exe rufus.exe - snapcontrol.exe - snapshot64.exe tzedit.exe rdp.exe diff --git a/software/optional.csv b/software/optional.csv index 4e080cf..d6c630d 100644 --- a/software/optional.csv +++ b/software/optional.csv @@ -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 diff --git a/software/other.csv b/software/other.csv index 0ff5e46..fa814e1 100644 --- a/software/other.csv +++ b/software/other.csv @@ -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