OBS studio added

This commit is contained in:
Michael H.G. Schmidt 2021-09-05 15:02:23 +02:00
parent 4e3f1d1c42
commit 724714a1c5
8 changed files with 68 additions and 5 deletions

View File

@ -0,0 +1,27 @@
@echo off
set EXE=..\software\obsstudio-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
pause
exit /b
)
echo ####### %0 #######
echo installing OBS Studio ...
start /wait %EXE% /S
echo moving OBS Studio startmenu shortcut ...
move /Y %STARTMENU%\"OBS Studio\OBS*.lnk" %STARTMENU%
echo removing OBS Studio startmenu folder ...
rd /S /Q %STARTMENU%\"OBS Studio" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -63,6 +63,12 @@ copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\PureBasic\PureBasic
rem refresh desktop (W10 style) rem refresh desktop (W10 style)
ie4uinit.exe -show ie4uinit.exe -show
echo moving PureBasic startmenu shortcut ...
move /Y %STARTMENU%\"PureBasic\PureBasic (x64).lnk" %STARTMENU%
echo removing PureBasic startmenu folder ...
rd /S /Q %STARTMENU%\"PureBasic" 2>nul
echo ####### %0 ####### echo ####### %0 #######
:END :END
pause pause

View File

@ -15,6 +15,12 @@ taskkill /F /IM steam.exe 2>nul
echo installing STEAM ... echo installing STEAM ...
start /wait %EXE% /S start /wait %EXE% /S
echo moving STEAM startmenu shortcut ...
move /Y %STARTMENU%\"Steam\Steam.lnk" %STARTMENU%
echo removing Steam startmenu folder ...
rd /S /Q %STARTMENU%\"Steam" 2>nul
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -20,8 +20,11 @@ rem ... stupid Total Commander is installing its links to user area ? WTF ?
echo renaming and moving TotalCommander desktop link to public desktop ... echo renaming and moving TotalCommander desktop link to public desktop ...
move /Y "%USERPROFILE%\Desktop\Total Commander*" "%PUBLIC%\Desktop\TCM.lnk" move /Y "%USERPROFILE%\Desktop\Total Commander*" "%PUBLIC%\Desktop\TCM.lnk"
echo moving start menu entries to public area ... echo moving Total Commander startmenu shortcut ...
move /Y %STARTMENU_USER%\"Total Commander" %STARTMENU% 2>nul move /Y %STARTMENU_USER%\"Total Commander\Total Commander 64 bit.lnk" %STARTMENU%
echo removing Total Commander startmenu folder ...
rd /S /Q %STARTMENU_USER%\"Total Commander" 2>nul
if EXIST %KEY% ( if EXIST %KEY% (
echo installing license ... echo installing license ...

View File

@ -1,7 +1,8 @@
@echo off @echo off
set EXE=..\software\virtualbox-setup.exe set EXE=..\software\virtualbox-setup.exe
set VBOXMANAGE="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" set VBOXMANAGE="%ProgramFiles%\Oracle\VirtualBox\VBoxManage.exe"
set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% ( if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! echo ERROR: %EXE% not found!
@ -23,6 +24,12 @@ ie4uinit.exe -show
echo disabling VirtualBox update search ... echo disabling VirtualBox update search ...
%VBOXMANAGE% setextradata global GUI/UpdateDate never %VBOXMANAGE% setextradata global GUI/UpdateDate never
echo moving VirtualBox startmenu shortcut ...
move /Y %STARTMENU%\"Oracle VM VirtualBox\Oracle VM VirtualBox.lnk" %STARTMENU%
echo removing VirtualBox startmenu folder ...
rd /S /Q %STARTMENU%\"Oracle VM VirtualBox" 2>nul
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -30,6 +30,12 @@ move /Y "%PUBLIC%\Desktop\Visual*.lnk" "%PUBLIC%\Desktop\VScode.lnk"
rem refresh desktop (W10 style) rem refresh desktop (W10 style)
ie4uinit.exe -show ie4uinit.exe -show
echo moving VScode startmenu shortcut ...
move /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" %STARTMENU%
echo removing VScode startmenu folder ...
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul
rem NO updates here! FUCK YOU! rem NO updates here! FUCK YOU!
echo disabling automatic updates via W10 firewall ... echo disabling automatic updates via W10 firewall ...
netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul

View File

@ -2,6 +2,7 @@
set CONFIG=config\install-xnview.txt set CONFIG=config\install-xnview.txt
set EXE=..\software\xnview-setup.exe set EXE=..\software\xnview-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% ( if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! echo ERROR: %EXE% not found!
@ -16,8 +17,14 @@ taskkill /F /IM xnviewmp.exe 2>nul
echo installing XnView ... echo installing XnView ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo renaming and moving XnView desktop link ... echo removing XnView desktop link ...
move /Y "%USERPROFILE%\Desktop\XnViewMP.lnk" "%PUBLIC%\Desktop" del /F "%USERPROFILE%\Desktop\XnViewMP.lnk"
echo moving XnView startmenu shortcut ...
move /Y %STARTMENU%\"XnViewMP\XnViewMP.lnk" %STARTMENU%
echo removing XnView startmenu folder ...
rd /S /Q %STARTMENU%\"XnViewMP" 2>nul
rem refresh desktop (W10 style) rem refresh desktop (W10 style)
ie4uinit.exe -show ie4uinit.exe -show

View File

@ -23,3 +23,4 @@ https://www.sonos.com/redir/controller_software_pc sonospc-setup.exe
https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe
https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi
https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
23 https://download.lenovo.com/consumer/mobiles/rescue_and_smart_assistant_v5.7.0.16_prod_setup.exe motorescue-setup.exe
24 https://github.com/winauth/winauth/releases/download/3.5.1/WinAuth-3.5.1.zip winauth.zip
25 https://swupdate.openvpn.net/as/clients/openvpn-connect-2.7.1.111_signed.msi openvpn-setup.msi
26 https://cdn-fastly.obsproject.com/downloads/OBS-Studio-27.0.1-Full-Installer-x64.exe obsstudio-setup.exe