Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building from source #14

Closed
kimimaru4000 opened this issue Feb 7, 2021 · 1 comment
Closed

Building from source #14

kimimaru4000 opened this issue Feb 7, 2021 · 1 comment

Comments

@kimimaru4000
Copy link

How can I build this tool from the source code and what dependencies do I need? I'm not on Windows.

@Admentus64
Copy link
Owner

Admentus64 commented Feb 7, 2021

There's no need to build the tool. At least not on Windows. It's coded in PowerShell. And the code is simply executed by running the .ps1 script. Windows 10 comes natively with it installed. On Windows 7/8 you will need to install PowerShell separately.

As for those who use Linux or Mac. I honestly have no idea. You're probably out of luck. You should try if you can install PowerShell on those platforms, but it probably won't do much good since the tool is heavily based on it's use of System.Windows.Forms for it's GUI design which probably is Windows exclusive.

These were the instructions to install PowerShell separately on Windows 7:

--- How to install PowerShell on Windows 7 ---

  1. Install Windows Framework .NET 4.5 or above:
    https://go.microsoft.com/fwlink/?linkid=2088631

  2. Install Windows Management Framework 5.1:
    https://www.microsoft.com/en-us/download/details.aspx?id=54616

  • For X86/32bits: Download Win7-KB3191566-x86.zip and run Win7-KB3191566-x86.msu
  • For X86_X64/64bits: Download Win7AndW2K8R2-KB3191566-x64.zip and run Win7AndW2K8R2-KB3191566-x64.msu
  1. Run PowerShell 5.1 and run $PSVersionTable, you should get this image:
    PS

  2. If PowerShell refuses to run Patcher64+ with a message about scripts being disabled on your machine:

  • Open PowerShell's terminal as "Run as Administrator" (or run Start-Process powershell -Verb runAs)
  • Run Set-ExecutionPolicy -ExecutionPolicy Unrestricted
  • Permissions are unlocked now for the whole system

@Admentus64 Admentus64 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants