bugfix
This commit is contained in:
parent
6f84b53f40
commit
19c8c6e47c
@ -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
|
||||
|
@ -11,8 +11,6 @@ for %%E in (
|
||||
putty.exe
|
||||
puttygen.exe
|
||||
rufus.exe
|
||||
snapcontrol.exe
|
||||
snapshot64.exe
|
||||
tzedit.exe
|
||||
rdp.exe
|
||||
|
||||
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user