This commit is contained in:
Michael H.G. Schmidt 2021-01-29 13:02:40 +01:00
parent 3aa5cc35ff
commit c0c0fe261b
3 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,8 @@
[Setup]
Lang=default
Dir=C:\Program Files\PureBasic
Group=PureBasic
NoIcons=0
SetupType=custom
Components=main,english
Tasks=

View File

@ -1,5 +1,6 @@
@echo off
set CONFIG=config\install-purebasic.txt
set EXE=..\software\PureBasic_Windows_X64_LTS_5.73.exe
echo ####### %0 #######
@ -9,7 +10,7 @@ taskkill /F /IM PureBasic.exe
taskkill /F /IM pbcompiler.exe
echo installing PUREBASIC ...
%EXE% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo ####### %0 #######

View File

@ -9,10 +9,12 @@ echo ####### %0 #######
%EDGEROOT%\%INSTALLER%\setup.exe --uninstall --system-level --verbose-logging --force-uninstall
echo cleanup ...
rd /S /Q %EDGEROOT% 1>nul 2>nul
rd /S /Q %EDGEUPDATE% 1>nul 2>nul
del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 1>nul 2>nul
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 1>nul 2>nul
rd /S /Q %EDGEROOT% 2>nul
rd /S /Q %EDGEUPDATE% 2>nul
del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 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 ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^