{"id":13575810,"url":"https://github.com/source-foundry/Hack-windows-installer","last_synced_at":"2025-04-04T23:30:44.486Z","repository":{"id":44369730,"uuid":"56929002","full_name":"source-foundry/Hack-windows-installer","owner":"source-foundry","description":"A Windows installer for the Hack typeface","archived":false,"fork":false,"pushed_at":"2018-03-06T18:53:41.000Z","size":2326,"stargazers_count":759,"open_issues_count":1,"forks_count":74,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-02-26T14:15:38.170Z","etag":null,"topics":["font","installer"],"latest_commit_sha":null,"homepage":"","language":"Inno Setup","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/source-foundry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-Hack.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-23T16:23:50.000Z","updated_at":"2025-02-20T16:25:05.000Z","dependencies_parsed_at":"2022-07-13T15:30:38.972Z","dependency_job_id":null,"html_url":"https://github.com/source-foundry/Hack-windows-installer","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2FHack-windows-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2FHack-windows-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2FHack-windows-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/source-foundry%2FHack-windows-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/source-foundry","download_url":"https://codeload.github.com/source-foundry/Hack-windows-installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266474,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["font","installer"],"created_at":"2024-08-01T15:01:04.425Z","updated_at":"2025-04-04T23:30:42.052Z","avatar_url":"https://github.com/source-foundry.png","language":"Inno Setup","funding_links":[],"categories":["Inno Setup"],"sub_categories":[],"readme":"# Hack Windows Installer\n\nA Windows installer for the [Hack](https://github.com/source-foundry/Hack) typeface.\n\nWhile it might seem like overkill to use a Windows installer for fonts, there is good reason for this on the Windows platform. A number of things can go wrong when one tries to install or update frequently updated fonts manually (see [issue #152](https://github.com/source-foundry/Hack/issues/152), [issue #129](https://github.com/source-foundry/Hack/issues/129) and [issue #362](https://github.com/source-foundry/Hack/issues/362) in the [Hack repository](https://github.com/source-foundry/Hack/)). \n\nThis installer addresses nearly all of the [commonly obeserved issues](https://github.com/source-foundry/Hack-windows-installer/blob/master/FontInstallationIssues.md).\n\n\n## Usage\n\n- Download `HackFontsWindowsInstaller.exe` from [Releases](https://github.com/source-foundry/Hack-windows-installer/releases/latest)\n- Double click `HackFontsWindowsInstaller.exe`\n- If you see a *Windows protected your PC* message, click on `More info` and select `Run anyway`. This *Windows SmartScreen warning* can be safely ignored, the installer is virus and addware free (see VirusTotal report for each release) \n- Follow the installation instructions\n- If a font file was installed or removed, the installer will request a reboot\n\n## Installer Source\n\nYou may review the comment annotated installer source in [HackWindowsInstaller.iss](https://github.com/source-foundry/Hack-windows-installer/blob/master/src/HackWindowsInstaller.iss).\n\nTo build this setup yourself, download the most recent ANSI (not Unicode) version of [Inno Setup](http://www.jrsoftware.org/isdl.php). Install it and activate the option to install the [Inno Setup Preprocessor](http://www.jrsoftware.org/ispphelp/). Double-click `HackWindowsInstall.iss` (folder `src`), which will load it in Inno Setup and select *Build* - *Compile*.\n\nWe release the compiled installer with its SHA256 hash digest and [VirusTotal](https://virustotal.com/en/) malware scan report link in [Releases](https://github.com/source-foundry/Hack-windows-installer/releases/latest).\n\n\n## Silent Installation\n\nTo install silently, use the following command:\n\n ``start /wait HackFontsWindowsInstaller.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS``\n\nTo remove it silently:\n\n ``C:\\Program Files\\Hack Fonts\\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART``\n\n\n## Troubleshooting\n\nThe installer creates a log file on the path `C:\\Users\\ (Username) \\AppData\\Local\\Temp\\Setup Log (Year-Month-Day) #XXX.txt` with full information, as well as `C:\\Program Files\\Hack Fonts\\Log-FontData.txt`. The later only contains a subset of the first. \n\nIf you are using EMET: If the \"Only trusted fonts\" option is activated, you need to declare Hack as trusted or it will not be usable.\n\n\n## Contributions\n\nAny constructive contribution is very welcome! \n\nIn order to fix a bug you have encountered, we require the log file. To view this log file, do the following:\n\n- Open the folder `C:\\Program Files\\Hack Fonts` (or `C:\\Program Files\\Hack Windows Installer` if you installed it before 1.6.0)\n- Locate the file called `Log-FontData.txt`\n- Open a new [issue](https://github.com/source-foundry/Hack-windows-installer/issues/new)\n- Paste the entire text of the log file  \n\n\n## License\nCopyright © 2016-2018 [Michael Hex](http://www.texhex.info/) / Source Foundry. Licensed under the **MIT License**. For details, please see [LICENSE.txt](https://github.com/source-foundry/Hack-windows-installer/blob/master/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsource-foundry%2FHack-windows-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsource-foundry%2FHack-windows-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsource-foundry%2FHack-windows-installer/lists"}