Created
September 25, 2023 18:42
-
-
Save lkwg82/b45b24f0732146017e66fcdb24d7bf18 to your computer and use it in GitHub Desktop.
wine installation for SteuerSparErklärung 2023
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
export WINEPREFIX=~/.wine-sse2023 | |
# install winetricks via https://github.com/Winetricks/winetricks | |
winetricks settings win10 | |
#winetricks --self-update | |
#winetricks --force vcrun2022 | |
winetricks crypt32 | |
winetricks -q crypt32 | |
winetricks fontsmooth=rgb | |
winetricks mspatcha | |
echo $WINEPREFIX | |
wine Win-SteuerSparErklaerung_28.32.67.exe |
$ wine --version
wine-8.0.1
invokation
#!/bin/bash
set -ex
export WINEPREFIX=~/.wine-sse2023
export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox --disable-gpu"
cd $WINEPREFIX
cd "drive_c/Program Files (x86)/Akademische Arbeitsgemeinschaft/SteuerSparErklaerung 2023"
wine SteuertippsCenter.exe
$ wine --version
wine-9.9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
regarding problems with entering license key see https://forum.steuertipps.de/forum/index.php?thread/47989-sse2023-in-linux/&postID=50667#post50667