This repository was archived by the owner on Aug 29, 2025. It is now read-only.
powershell-wrapper for wine
These files are here to be called from a winetricks verb.
Make sure you are downloading the latest commits on the master branch, otherwise you will get checksum mismatches.
Version Log:
- v0.0.1 - Test for winetricks verb download.
- v1.0.0 - Initial release, built with Github Actions.
- v1.5.0 - Remove dependency on ConEmu
- v2.0.0 - Fix issues in RSI Launcher as well as other electron apps that use sudo-prompt
- Additionally add support for 32bit wineprefixes
- v2.0.1 - Hotfix a dumb mistake that causes the RSI Launcher to stop working.
- v2.1.0 - Fix support for handling pipeline inputs.
- v2.1.1 - Fix support for non-english and nonstandard "Program Files" locations.
- v2.1.2 - Add new dist zip and tar.gz archives.
- These are laid out like this:
/profile.ps1, /32/powershell.exe, /64/powershell.exe
- These are laid out like this:
- v2.1.3 - Fix ProjectSynchro/powershell-wrapper-for-wine#2
- This fixes installing the EAC service in the RSI Launcher.
- v2.2.0 - Add debugging and fix single quotes if they are beside an escaped double quote.
- This fixes the edge case seen when running the RSI Launcher's installer-support.exe binary.
- v2.2.1 - Fix debugging and revert quote replacement changes.
- This fixes the edge case seen when running the vcredist binary in the RSI Launcher.
- The EAC service will fail to install due to how it is invokved, I'll have to rewrite this in something that can use regex a bit better.
- v3.0.0 - Port wrapper to Golang
- Dealing with string manipulation in C was painful, this results in a larger binary but it is far easier to deal with edge cases.
- Fully fix ProjectSynchro/powershell-wrapper-for-wine#2
- v3.0.1 - Ensure we pass through the child process status.. whoops
- v3.0.2 - Hide out-of-date powershell core warning message
- v3.0.3 - Reduce size of binaries and fix debug builds (You can still use
ENABLE_DEBUG_LOG=1at runtime) - v3.0.4 - Further reduce the size of binaries
- v3.0.5 - Fix elevating processes with the
RunAsverb. When starting a process with-Verb RunAsthe process should now be elevated correctly.
Checksums:
7ce1b10e34d379748c2c0c9c2f51e48183c79f86c2dee884d8ce3088590d7bd3 powershell32.exe
10dbd72ce69e3082d631921cccb6411672b629f9f82d6f6c1eedb7b4fa0d28a7 powershell64.exe
cf24bcc88905c4fd77dfda6d3745c2ec1ca712662954073282dd9923f56b629c profile.ps1
08f866265e0395f4bc5ddb18f3dff345771d039a62911e506c62084fd2533ec3 powershell-wrapper.zip
9b04280d0197eaa15b2dd740e735f10d28372849ed95f60583b6aa3fd46a2a86 powershell-wrapper.tar.gz