.
This commit is contained in:
parent
3aa5cc35ff
commit
c0c0fe261b
8
scripts/config/install-purebasic.txt
Normal file
8
scripts/config/install-purebasic.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Setup]
|
||||||
|
Lang=default
|
||||||
|
Dir=C:\Program Files\PureBasic
|
||||||
|
Group=PureBasic
|
||||||
|
NoIcons=0
|
||||||
|
SetupType=custom
|
||||||
|
Components=main,english
|
||||||
|
Tasks=
|
@ -1,5 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
set CONFIG=config\install-purebasic.txt
|
||||||
set EXE=..\software\PureBasic_Windows_X64_LTS_5.73.exe
|
set EXE=..\software\PureBasic_Windows_X64_LTS_5.73.exe
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
@ -9,7 +10,7 @@ taskkill /F /IM PureBasic.exe
|
|||||||
taskkill /F /IM pbcompiler.exe
|
taskkill /F /IM pbcompiler.exe
|
||||||
|
|
||||||
echo installing PUREBASIC ...
|
echo installing PUREBASIC ...
|
||||||
%EXE% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -9,10 +9,12 @@ echo ####### %0 #######
|
|||||||
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
|
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
|
||||||
|
|
||||||
echo cleanup ...
|
echo cleanup ...
|
||||||
rd /S /Q %EDGEROOT% 1>nul 2>nul
|
rd /S /Q %EDGEROOT% 2>nul
|
||||||
rd /S /Q %EDGEUPDATE% 1>nul 2>nul
|
rd /S /Q %EDGEUPDATE% 2>nul
|
||||||
del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 1>nul 2>nul
|
del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 2>nul
|
||||||
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 1>nul 2>nul
|
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
|
||||||
|
del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
|
||||||
|
del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul
|
||||||
|
|
||||||
echo block edge updates ...
|
echo block edge updates ...
|
||||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^
|
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^
|
||||||
|
Loading…
Reference in New Issue
Block a user