repository setup
This commit is contained in:
35
app/README.md
Normal file
35
app/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Standardsoftware-
|
||||
* install_7zip.cmd - https://7-zip.org/
|
||||
* install_audacity.cmd - https://github.com/audacity/audacity/releases
|
||||
* install_blender.cmd - https://ftp.halifax.rwth-aachen.de/blender/release/
|
||||
* install_chromium.cmd - https://github.com/Hibbiki/chromium-win64/releases
|
||||
* install_double_commander.cmd -
|
||||
* install_filezilla_client.cmd -
|
||||
* install_firefox_msi.cmd - https://download-installer.cdn.mozilla.net/pub/firefox/releases/
|
||||
* install_firefox.cmd - https://download-installer.cdn.mozilla.net/pub/firefox/releases/latest/
|
||||
* install_freecad.cmd - https://github.com/FreeCAD/FreeCAD/releases
|
||||
* install_gimp.cmd - https://download.gimp.org/gimp/
|
||||
* install_glogg.cmd - http://glogg.bonnefon.org/download.html
|
||||
* install_greenshot.cmd - https://github.com/greenshot/greenshot/releases/
|
||||
* install_handbrake.cmd -
|
||||
* install_inkscape.cmd - https://inkscape.org/release/inkscape-1.4/windows/64-bit/msi/?redirected=1
|
||||
* install_keepass.cmd - https://github.com/keepassxreboot/keepassxc/releases
|
||||
* install_krita.cmd - https://download.kde.org/stable/krita/
|
||||
* install_libreoffice_x64.cmd - https://download.documentfoundation.org/libreoffice/stable/
|
||||
* install_libreoffice_x86.cmd - https://download.documentfoundation.org/libreoffice/stable/
|
||||
* install_librewolf.cmd - https://gitlab.com/librewolf-community/browser/bsys6/-/releases
|
||||
* install_microsip.cmd - https://www.microsip.org/downloads
|
||||
* install_mp3tag.cmd - https://www.mp3tag.de/download.html
|
||||
* install_notepad++.cmd - https://github.com/notepad-plus-plus/notepad-plus-plus/releases
|
||||
* install_obs.cmd - https://obsproject.com/de/download
|
||||
* install_pdf24.cmd - https://tools.pdf24.org/de/creator
|
||||
* install_putty.cmd - https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
|
||||
* install_rdc-manager.cmd -
|
||||
* install_sumatrapdf.cmd - https://www.sumatrapdfreader.org/download-free-pdf-viewer
|
||||
* install_thunderbird.cmd - https://www.thunderbird.net/de/thunderbird/all/
|
||||
* install_vbox.cmd - https://download.virtualbox.org/virtualbox/7.1.4/
|
||||
* install_veracrypt.cmd -
|
||||
* install_vlc.cmd - https://www.videolan.org/
|
||||
* install_waterfox.cmd - https://www.waterfox.net/download/
|
||||
* install_xournal.cmd - https://github.com/xournalpp/xournalpp/releases
|
||||
* install_windirstat.cmd - https://github.com/windirstat/windirstat/releases
|
40
app/alle.cmd
Normal file
40
app/alle.cmd
Normal file
@@ -0,0 +1,40 @@
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Windows Tweaks
|
||||
set GITURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main
|
||||
|
||||
curl -kLO %GITURL%/standardsoftware/install_7zip.cmd & call install_7zip.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_audacity.cmd & call install_audacity.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_blender.cmd & call install_blender.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_chromium.cmd & call install_chromium.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_double_commander.cmd & call install_double_commander.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_filezilla_client.cmd & call install_filezilla_client.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_firefox.cmd & call install_firefox.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_firefox_msi.cmd & call install_firefox_msi.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_freecad.cmd & call install_freecad.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_gimp.cmd & call install_gimp.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_glogg.cmd & call install_glogg.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_greenshot.cmd & call install_greenshot.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_handbrake.cmd & call install_handbrake.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_inkscape.cmd & call install_inkscape.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_keepass.cmd & call install_keepass.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_krita.cmd & call install_krita.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_libreoffice_x64.cmd & call install_libreoffice_x64.cmd
|
||||
:: curl -kLO %GITURL%/standardsoftware/install_libreoffice_x86.cmd & call install_libreoffice_x86.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_librewolf.cmd & call install_librewolf.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_microsip.cmd & call install_microsip.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_mp3tag.cmd & call install_mp3tag.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_notepad++.cmd & call install_notepad++.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_obs.cmd & call install_obs.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_pdf24.cmd & call install_pdf24.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_putty.cmd & call install_putty.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_rdc-manager.cmd & call install_rdc-manager.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_sumatrapdf.cmd & call install_sumatrapdf.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_thunderbird.cmd & call install_thunderbird.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_vbox.cmd & call install_vbox.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_veracrypt.cmd & call install_veracrypt.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_vlc.cmd & call install_vlc.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_waterfox.cmd & call install_waterfox.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_wireguard.cmd & call install_wireguard.cmd
|
||||
curl -kLO %GITURL%/standardsoftware/install_xournal.cmd & call install_xournal.cmd
|
25
app/install_7zip.cmd
Normal file
25
app/install_7zip.cmd
Normal file
@@ -0,0 +1,25 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=2409
|
||||
set BASEURL=https://7-zip.org/a
|
||||
set PROG=7z%VERS%-x64.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
31
app/install_audacity.cmd
Normal file
31
app/install_audacity.cmd
Normal file
@@ -0,0 +1,31 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VER=3.5.1
|
||||
set BASEURL=https://github.com/audacity/audacity/releases/download/Audacity-%VER%
|
||||
set PROG=audacity-win-%VER%-64bit.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
22
app/install_blender.cmd
Normal file
22
app/install_blender.cmd
Normal file
@@ -0,0 +1,22 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Major und Minor Version: z.B. MAJ=4.2, MIN=3 ergibt: 4.2.3
|
||||
set MAJ=4.2
|
||||
set MIN=3
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://ftp.halifax.rwth-aachen.de/blender/release/Blender%MAJ%
|
||||
set PROG=blender-%MAJ%.%MIN%-windows-x64.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" ALLUSERS=1 /qn /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
18
app/install_chromium.cmd
Normal file
18
app/install_chromium.cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://github.com/Hibbiki/chromium-win64/releases/download/v126.0.6478.62-r1300313
|
||||
set PROG=mini_installer.sync.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL "%BASEURL%/%PROG%" -o %SAVEPATH%\%PROG%
|
||||
|
||||
%PROG% --install --silent --system-level
|
||||
|
30
app/install_double_commander.cmd
Normal file
30
app/install_double_commander.cmd
Normal file
@@ -0,0 +1,30 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=doublecmd-1.1.16.i386-win32.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
|
34
app/install_driverstore_explorer.cmd
Normal file
34
app/install_driverstore_explorer.cmd
Normal file
@@ -0,0 +1,34 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=v0.12.17
|
||||
set BASEURL=https://github.com/lostindark/DriverStoreExplorer/releases/download/%VERS%
|
||||
set PROG=DriverStoreExplorer.%VERS%.zip
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
:: %PROG% /S
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: --- Entpacket .ZIP
|
||||
:: powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
18
app/install_filezilla_client.cmd
Normal file
18
app/install_filezilla_client.cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=FileZilla_3.66.1_win64-setup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S /user=all
|
29
app/install_firefox.cmd
Normal file
29
app/install_firefox.cmd
Normal file
@@ -0,0 +1,29 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: https://download-installer.cdn.mozilla.net/pub/firefox/releases/120.0.1/win64/de/Firefox%20Setup%20120.0.1.msi
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://download.mozilla.org/?product=firefox-stub&os=win64&lang=de
|
||||
set PROG=FirefoxSetup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL "%BASEURL%" -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
(
|
||||
echo [Install]
|
||||
echo TaskbarShortcut=true
|
||||
echo DesktopShortcut=true
|
||||
echo StartMenuShortcuts=true
|
||||
echo RegisterDefaultAgent=true
|
||||
) > FirefoxInstaller_setup.ini
|
||||
|
||||
%PROG% /INI=FirefoxInstaller_setup.ini
|
||||
|
18
app/install_firefox_msi.cmd
Normal file
18
app/install_firefox_msi.cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=132.0
|
||||
set BASEURL=https://download-installer.cdn.mozilla.net/pub/firefox/releases/%VERSION%/win64/de
|
||||
set PROG=Firefox%%20Setup%%20%VERSION%.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL "%BASEURL%" -o %PROG%
|
||||
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log TASKBAR_SHORTCUT=true DESKTOP_SHORTCUT=false
|
19
app/install_freecad.cmd
Normal file
19
app/install_freecad.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=0.21.2
|
||||
set BASEURL=https://github.com/FreeCAD/FreeCAD/releases/download/%VERSION%
|
||||
set PROG=FreeCAD-%VERSION%-WIN-x64-installer-1.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
21
app/install_gimp.cmd
Normal file
21
app/install_gimp.cmd
Normal file
@@ -0,0 +1,21 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
set MAJ=3.0
|
||||
set MIN=4
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://download.gimp.org/gimp/v%MAJ%/windows
|
||||
set PROG=gimp-%MAJ%.%MIN%%-setup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S /VERYSILENT /NORESTART /ALLUSERS
|
||||
|
33
app/install_glogg.cmd
Normal file
33
app/install_glogg.cmd
Normal file
@@ -0,0 +1,33 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=http://glogg.bonnefon.org/files
|
||||
set PROG=glogg-latest-x86_64-setup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: --- Entpacket .ZIP
|
||||
:: powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
28
app/install_greenshot.cmd
Normal file
28
app/install_greenshot.cmd
Normal file
@@ -0,0 +1,28 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=1.2.10.6
|
||||
set BASEURL=https://github.com/greenshot/greenshot/releases/download/Greenshot-RELEASE-%VERS%
|
||||
set PROG=Greenshot-INSTALLER-%VERS%-RELEASE.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
(
|
||||
echo [Setup]
|
||||
echo Lang=de
|
||||
echo Dir=
|
||||
echo Group=Greenshot
|
||||
echo NoIcons=0
|
||||
echo Tasks=
|
||||
) > greenshot.inf
|
||||
|
||||
%PROG% /NORESTART /VERYSILENT /SUPPRESSMSGBOXES /SP- /LOADINF=greenshot.inf
|
28
app/install_handbrake.cmd
Normal file
28
app/install_handbrake.cmd
Normal file
@@ -0,0 +1,28 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Installiere .NET Runtime
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
set PROG=install_windowsdesktop-runtime-6.0.23-x64.cmd
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & call %PROG%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://github.com/HandBrake/HandBrake/releases/download/1.7.1
|
||||
set PROG=HandBrake-1.7.1-x86_64-Win_GUI.exe
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
30
app/install_inkscape.cmd
Normal file
30
app/install_inkscape.cmd
Normal file
@@ -0,0 +1,30 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://inkscape.org/gallery/item/53697
|
||||
set PROG=inkscape-1.4_2024-10-11_86a8ad7-x64.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
25
app/install_keepass.cmd
Normal file
25
app/install_keepass.cmd
Normal file
@@ -0,0 +1,25 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=VC_redist.x64.exe
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=2.7.9
|
||||
set BASEURL=https://github.com/keepassxreboot/keepassxc/releases/download/%VERSION%
|
||||
set PROG=KeePassXC-%VERSION%-Win64.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
31
app/install_krita.cmd
Normal file
31
app/install_krita.cmd
Normal file
@@ -0,0 +1,31 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=5.2.6
|
||||
set BASEURL=https://download.kde.org/stable/krita/%VERS%
|
||||
set PROG=krita-x64-%VERS%-setup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
24
app/install_libreoffice_x64.cmd
Normal file
24
app/install_libreoffice_x64.cmd
Normal file
@@ -0,0 +1,24 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=25.8.0
|
||||
set ARCH1=x86_64
|
||||
set ARCH2=x86-64
|
||||
set BASEURL=https://ftp.gwdg.de/pub/tdf/libreoffice/stable/%VERSION%/win/%ARCH1%
|
||||
set PROG=LibreOffice_%VERSION%_Win_%ARCH2%.msi
|
||||
set HLPR=LibreOffice_%VERSION%_Win_%ARCH2%_helppack_de.msi
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
:: --- Lade Hilfepack herunter
|
||||
curl -kL %BASEURL%/%HLPR% -o %SAVEPATH%\%HLPR%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
msiexec /i %PROG% /qn /norestart PRODUCTLANGUAGE=1031 LANGUAGE=1031 RebootYesNo=No QUICKSTART=0 UI_LANGS=de ADDLOCAL=ALL /l %SAVEPATH%\%PROG%.log
|
||||
msiexec /i %HLPR% /qn /norestart
|
23
app/install_libreoffice_x86.cmd
Normal file
23
app/install_libreoffice_x86.cmd
Normal file
@@ -0,0 +1,23 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=24.8.4
|
||||
set ARCH=x86
|
||||
set BASEURL=https://ftp.gwdg.de/pub/tdf/libreoffice/stable/%VERSION%/win/%ARCH1%
|
||||
set PROG=LibreOffice_%VERSION%_Win_%ARCH%.msi
|
||||
set HLPR=LibreOffice_%VERSION%_Win_%ARCH%_helppack_de.msi
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
:: --- Lade Hilfepack herunter
|
||||
curl -kL %BASEURL%/%HLPR% -o %SAVEPATH%\%HLPR%
|
||||
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
msiexec /i %PROG% /qn /norestart PRODUCTLANGUAGE=1031 LANGUAGE=1031 RebootYesNo=No QUICKSTART=0 UI_LANGS=de ADDLOCAL=ALL /l %SAVEPATH%\%PROG%.log
|
18
app/install_librewolf.cmd
Normal file
18
app/install_librewolf.cmd
Normal file
@@ -0,0 +1,18 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
set VERS=132.0-1
|
||||
set BASEURL=https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/%VERS%
|
||||
set PROG=librewolf-%VERS%-windows-x86_64-setup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
35
app/install_microsip.cmd
Normal file
35
app/install_microsip.cmd
Normal file
@@ -0,0 +1,35 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=3.21.5
|
||||
set BASEURL=https://www.microsip.org/download/MicroSIP-%VERS%.zip?6
|
||||
set PROG=MicroSIP-%VERS%.zip
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Unzipping....
|
||||
powershell.exe "& {Expand-Archive %PROG% -DestinationPath %SAVEPATH%\MSIP}"
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
MKDIR "%Programfiles(x86)%\MicroSIP"
|
||||
COPY %SAVEPATH%\MSIP\*.* "%Programfiles(x86)%\MicroSIP\"
|
||||
|
||||
:: --- Verknüpfung
|
||||
set VBS=link.vbs
|
||||
echo Set oWS = WScript.CreateObject("WScript.Shell") >%VBS%
|
||||
echo sLinkFile = "C:\Users\Public\Desktop\MicroSIP.lnk" >>%VBS%
|
||||
echo Set oLink = oWS.CreateShortcut(sLinkFile) >>%VBS%
|
||||
echo oLink.TargetPath = "%Programfiles(x86)%\MicroSIP\microsip.exe" >>%VBS%
|
||||
echo oLink.Save >>%VBS%
|
||||
|
||||
cscript /nologo %VBS%
|
||||
|
||||
:: MKLINK C:\Users\Public\Desktop\MicroSIP "%Programfiles(x86)%\MicroSIP\microsip.exe"
|
34
app/install_mp3tag.cmd
Normal file
34
app/install_mp3tag.cmd
Normal file
@@ -0,0 +1,34 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: https://download-installer.cdn.mozilla.net/pub/firefox/releases/120.0.1/win64/de/Firefox%20Setup%20120.0.1.msi
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=328
|
||||
set BASEURL=https://download.mp3tag.de
|
||||
set PROG=mp3tagv%VERS%-x64-setup.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL "%BASEURL%/%PROG%" -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
(
|
||||
echo [shortcuts]
|
||||
echo startmenu=1
|
||||
echo desktop=1
|
||||
echo explorer=1
|
||||
echo quicklaunch=1
|
||||
echo [addons]
|
||||
echo quickpick=1
|
||||
echo [language]
|
||||
echo language=1031
|
||||
) > Mp3tagSetup.ini
|
||||
|
||||
:: %PROG% /INI=mp3tag.ini
|
||||
%PROG% /S /D=%SYSTEMDRIVE\%ProgramFiles%\Mp3tag
|
22
app/install_notepad++.cmd
Normal file
22
app/install_notepad++.cmd
Normal file
@@ -0,0 +1,22 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installiere Notepad++
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
set VERS=8.7.1
|
||||
set BASEURL=https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v%VERS%
|
||||
set PROG=npp.%VERS%.Installer.exe
|
||||
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Deinstalliere alte Version
|
||||
if exist "%%programfiles%%\Notepad++\uninstall.exe" "%%programfiles%%\Notepad++\uninstall.exe" /S
|
||||
if exist "%%programfiles(x86)%%\ Notepad++\uninstall.exe" "%%programfiles(x86)%%\Notepad++\uninstall.exe" /S
|
||||
|
||||
:: --- Installiere Notepad++
|
||||
%PROG% /S /noUpdater
|
||||
|
24
app/install_obs.cmd
Normal file
24
app/install_obs.cmd
Normal file
@@ -0,0 +1,24 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=30.2.3
|
||||
set BASEURL=https://github.com/obsproject/obs-studio/releases/download/%VERSION%
|
||||
set PROG=OBS-Studio-%VERSION%-Windows-Installer.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
35
app/install_openssh.cmd
Normal file
35
app/install_openssh.cmd
Normal file
@@ -0,0 +1,35 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set MINOR=p1-Preview
|
||||
set MAJOR=9.8.1.0
|
||||
set BASEURL=https://github.com/PowerShell/Win32-OpenSSH/releases/download/v%MAJOR%%MINOR%
|
||||
set PROG=OpenSSH-Win64-v%MAJOR%.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: --- Entpacket .ZIP
|
||||
:: powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
|
59
app/install_pdf24.cmd
Normal file
59
app/install_pdf24.cmd
Normal file
@@ -0,0 +1,59 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=11.20.1
|
||||
set BASEURL=https://download.pdf24.org
|
||||
set PROG=pdf24-creator-%VERS%-x64.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
(
|
||||
echo Windows Registry Editor Version 5.00
|
||||
echo
|
||||
echo [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\PDFPrint]
|
||||
echo "Language"="German"
|
||||
echo "assistant.closeAfterSave"=dword:00000001
|
||||
echo "assistant.closeAfterEmail"=dword:00000001
|
||||
echo "assistant.openPDFAfterSave"=dword:00000000
|
||||
echo "assistant.mailNamePrompt"=dword:00000001
|
||||
echo "assistant.joinFilesUseFirstName"=dword:00000000
|
||||
echo "assistant.fixedSaveDir"=""
|
||||
echo "EmailInterface"="mapi"
|
||||
echo "NoTrayIcon"=dword:00000000
|
||||
echo "NoOnlineConverter"=dword:00000001
|
||||
echo "NoShellContextMenuExtension"=dword:00000000
|
||||
echo "NoShellFileContextMenuExtension"=dword:00000000
|
||||
echo "NoShellDirectoryContextMenuExtension"=dword:00000000
|
||||
echo "NoShellBackgroundContextMenuExtension"=dword:00000000
|
||||
echo "NoOnlinePdfTools"=dword:00000001
|
||||
echo "NoCloudPrint"=dword:00000001
|
||||
echo "NoEmbeddedBrowser"=dword:00000001
|
||||
echo "NoPDF24MailInterface"=dword:00000000
|
||||
echo "NoTwainImport"=dword:00000000
|
||||
echo "NoScreenCapture"=dword:00000000
|
||||
echo "NoFax"=dword:00000001
|
||||
echo "NoFaxProfile"=dword:00000001
|
||||
echo "NoMail"=dword:00000000
|
||||
echo "NoDelayedToForegroundOnNewFile"=dword:00000000
|
||||
echo "NoOCR"=dword:00000000
|
||||
echo "DeletePrintJobsWithError"=dword:00000000
|
||||
) > PDF24_stdsettings.reg
|
||||
|
||||
:: --- installiere programm
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /log c:\temp\pdf-creator24.log REGISTERREADER=No AUTOUPDATE=No FAXPRINTER=No
|
||||
|
||||
:: --- warte 10 sek.
|
||||
ping -n 3 127.0.0.1
|
||||
|
||||
:: --- importiere standardeinstellungen
|
||||
reg import PDF24_stdsettings.reg
|
||||
|
19
app/install_putty.cmd
Normal file
19
app/install_putty.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=0.81
|
||||
set BASEURL=https://the.earth.li/~sgtatham/putty/%VERSION%/w64
|
||||
set PROG=putty-64bit-%VERSION%-installer.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
24
app/install_rdc-manager.cmd
Normal file
24
app/install_rdc-manager.cmd
Normal file
@@ -0,0 +1,24 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=RemoteDesktopConnectionManager.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
20
app/install_sumatrapdf.cmd
Normal file
20
app/install_sumatrapdf.cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=3.5.2
|
||||
set BASEURL=https://files2.sumatrapdfreader.org/software/sumatrapdf/rel/%VERS%
|
||||
set PROG=SumatraPDF-%VERS%-64-install.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% -s -all-users
|
||||
|
19
app/install_thunderbird.cmd
Normal file
19
app/install_thunderbird.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=132.0
|
||||
set BASEURL=https://download.mozilla.org/?product=thunderbird-%VERSION%-SSL&os=msi&lang=de
|
||||
set PROG=ThunderbirdSetup%VERSION%.exe
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
41
app/install_vbox.cmd
Normal file
41
app/install_vbox.cmd
Normal file
@@ -0,0 +1,41 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Microsoft Redistributable C++
|
||||
curl -kLO https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell/install_vc_redist_runtime.cmd & call install_vc_redist_runtime.cmd
|
||||
|
||||
:: --- VBOX Version
|
||||
set VBV=7.1.4
|
||||
set VBB=165100
|
||||
|
||||
:: --- VirtualBox Extension Pack
|
||||
set BASEURL=https://download.virtualbox.org/virtualbox/%VBV%
|
||||
set EXTN=Oracle_VM_VirtualBox_Extension_Pack-%VBV%.vbox-extpack
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%EXTN% -o %SAVEPATH%\%EXTN%
|
||||
|
||||
:: --- VirtualBox
|
||||
set BASEURL=https://download.virtualbox.org/virtualbox/%VBV%
|
||||
set PROG=VirtualBox-%VBV%-%VBB%-Win.exe
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% --silent --msiparams "VBOX_START=0"
|
||||
|
||||
:: --- VirtualBox Konfigurieren
|
||||
set VMPATH=%SYSTEMDRIVE%\VirtuelleMaschinen
|
||||
set VBOXMGR="%ProgramFiles%\Oracle\Virtualbox\Vboxmanage.exe"
|
||||
MKDIR %VMPATH%
|
||||
%VBOXMGR% extpack install %SAVEPATH%\%EXTN% --accept-license=33d7284dc4a0ece381196fda3cfe2ed0e1e8e7ed7f27b9a9ebc4ee22e24bd23c
|
||||
%VBOXMGR% setproperty machinefolder %VMPATH%
|
||||
%VBOXMGR% setextradata global GUI/UpdateDate never
|
||||
|
||||
:: --- Handbuch
|
||||
set BASEURL=https://download.virtualbox.org/virtualbox/%VBV%/UserManual.pdf
|
||||
curl -kL https://download.virtualbox.org/virtualbox/%VBV%/UserManual.pdf -o %VMPATH%/UserManual.pdf
|
19
app/install_veracrypt.cmd
Normal file
19
app/install_veracrypt.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://support.ostrachhelp.de/OstrachHELP/binaries/raw/branch/main/win
|
||||
set PROG=VeraCrypt_Setup_x64_1.26.7.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" ACCEPTLICENSE=YES /passive /l %SAVEPATH%\%PROG%.log
|
||||
|
20
app/install_vlc.cmd
Normal file
20
app/install_vlc.cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERSION=3.0.21
|
||||
set BASEURL=http://get.videolan.org/vlc/%VERSION%/win64
|
||||
set PROG=vlc-%VERSION%-win64.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /language=de /L=1031 /S
|
||||
|
20
app/install_waterfox.cmd
Normal file
20
app/install_waterfox.cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=6.5.0
|
||||
set BASEURL=https://cdn1.waterfox.net/waterfox/releases/%VERS%/WINNT_x86_64
|
||||
set PROG=Waterfox%%20Setup%%20%VERS%.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
19
app/install_windirstat.cmd
Normal file
19
app/install_windirstat.cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=2.2.0
|
||||
set BASEURL=https://github.com/windirstat/windirstat/releases/download/release/v%VERS%
|
||||
set PROG=WinDirStat-x64.msi
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
33
app/install_wireguard.cmd
Normal file
33
app/install_wireguard.cmd
Normal file
@@ -0,0 +1,33 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=https://download.wireguard.com/windows-client
|
||||
set PROG=wireguard-installer.exe
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: --- Entpacket .ZIP
|
||||
:: powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
34
app/install_xournal.cmd
Normal file
34
app/install_xournal.cmd
Normal file
@@ -0,0 +1,34 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=1.2.4
|
||||
set BASEURL=https://github.com/xournalpp/xournalpp/releases/download/v%VERS%
|
||||
set PROG=xournalpp-%VERS%-windows.zip
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Entpacke .ZIP
|
||||
powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
xournalpp-%VERS%-windows.exe /S
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -kL %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
33
app_template.cmd
Normal file
33
app_template.cmd
Normal file
@@ -0,0 +1,33 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installationsroutine
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Option: Download in ein temporäres Verzeichnis
|
||||
:: --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set BASEURL=
|
||||
set PROG=
|
||||
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% /S
|
||||
|
||||
|
||||
:: --- Installiere C++ Redistibutable
|
||||
:: set BASEURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/essentiell
|
||||
:: set PROG=VC_redist.x64.exe
|
||||
:: curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG% & %PROG% /Q
|
||||
|
||||
:: --- Entpacket .ZIP
|
||||
:: powershell.exe -command "Expand-Archive -Force -Path %PROG% -DestinationPath . "
|
||||
|
||||
:: ---- Beispiele ---------------------------------------------
|
||||
:: %PROG% /S
|
||||
:: %PROG% /VERYSILENT /NORESTART /ALLUSERS
|
||||
:: %PROG% /install /quiet /norestart
|
||||
:: %SYSTEMDRIVE%\windows\system32\msiexec /i "%PROG%" /passive /l %SAVEPATH%\%PROG%.log
|
11
settings.cmd
Normal file
11
settings.cmd
Normal file
@@ -0,0 +1,11 @@
|
||||
:: ------------------------------------------------------------
|
||||
:: Installer
|
||||
:: ------------------------------------------------------------
|
||||
|
||||
:: --- Erstelle und betrete Downloadverzeichnis
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
:: --- Basis-URL des Git-Repository
|
||||
set GITURL=https://support.ostrachhelp.de/OstrachHELP/setup_windows/raw/branch/main/
|
||||
|
Reference in New Issue
Block a user