#!/bin/shset -e# run it in a custom WINEPREFIX to not mess with default ~/.wine
mingw_prefix=/usr/@TRIPLE@
export WINEPREFIX=${HOME}/.wine-@TRIPLE@
iftest -z${WINEDLLOVERRIDES+x}thenexport WINEDLLOVERRIDES="mscoree,mshtml="fiiftest -z${WINEDEBUG+x}thenexport WINEDEBUG=-all
fi/usr/bin/msiexec "$@"