{"id":18770801,"url":"https://github.com/rasa/nirsoft_installer","last_synced_at":"2025-10-26T19:33:57.868Z","repository":{"id":27561320,"uuid":"31043311","full_name":"rasa/nirsoft_installer","owner":"rasa","description":"Downloads and install NirSoft freeware","archived":false,"fork":false,"pushed_at":"2016-12-01T17:49:31.000Z","size":60,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-29T07:42:40.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"NSIS","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/rasa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-19T23:52:28.000Z","updated_at":"2022-05-16T04:21:49.000Z","dependencies_parsed_at":"2022-09-02T11:11:12.983Z","dependency_job_id":null,"html_url":"https://github.com/rasa/nirsoft_installer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fnirsoft_installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fnirsoft_installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fnirsoft_installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fnirsoft_installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasa","download_url":"https://codeload.github.com/rasa/nirsoft_installer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239677966,"owners_count":19679173,"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":[],"created_at":"2024-11-07T19:21:34.824Z","updated_at":"2025-10-26T19:33:52.826Z","avatar_url":"https://github.com/rasa.png","language":"NSIS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nirsoft_installer [![Flattr this][flatter_png]][flatter]\n\nDownload and install most of the freeware applications available at\nhttp://nirsoft.net.\n\nnirsoft_installer looks in the directory where nirsoft_installer.exe is for\nany files it needs before attempting to download them. If it does download a\nfile, it will attempt to save a copy of the file in this same directory.\n\nnirsoft_installer adds the installation directory to your PATH environment variable.\nOn 32-bit systems, this directory is usually `C:\\Program Files\\NirSoft`.\nOn 64-bit systems, this directory is usually `C:\\Program Files(x86)\\NirSoft`.\n\nIf the program is a Windows GUI application, an icon is created in the\n`C:\\Documents and Settings\\%username%\\Start Menu\\Programs\\NirSoft` directory.\n\nApplications that require Windows 98, ME, or NT 4.0, are listed as such.\n\nNote: you are responsible to verify that each program you install using\nnirsoft_installer is designed to work in your environment.\nIf you are unsure, then please visit http://nirsoft.net for more information.\n\n## Usage\n\n````\nnirsoft_installer [options]\n\nOptions:\n/S         Install the application silently with the default options selected\n/D=path    Install into the directory 'path' (default is\n           %ProgramFiles%\\NirSoft)\n/INSTYPE n Where n is a number between 1 and 11:\n            1: Top Ten (Windows 32-bit)\n            2: Top Ten (Windows 64-bit)\n            3: All - Windows 64-bit - All versions\n            4: All - Windows 32-bit - 8/7/Vista or newer\n            5: All - Windows 32-bit - 2008/2003/XP\n            6: All - Windows 2000/NT\n            7: All - Windows NT\n            8: All - Windows ME/98/95\n            9: All - Windows 95\n           10: Added in release 1.47 (32-bit)\n           11: Added in release 1.47 (64-bit)\n           12: Added in release 1.49 (32-bit)\n           13: Added in release 1.49 (64-bit)\n           14: Added in release 1.50 (32-bit)\n           15: Added in release 1.50 (64-bit)\n````\n\n## Verify a Release\n\nTo verify a release, download the .zip, .sha256, and .asc files for the release \n(replacing nirsoft_installer-1.50-win32.zip with the release you are verifying):\n\n````\n$ wget https://github.com/rasa/nirsoft_installer/releases/download/v1.50/nirsoft_installer-1.50-win32.zip{,.sha256,.asc}\n````\n\nNext, check that sha256sum reports \"OK\":\n````\n$ sha256sum -c nirsoft_installer-1.50-win32.zip.sha256\nnirsoft_installer-1.50-win32.zip: OK\n````\n\nLastly, check that GPG reports \"Good signature\":\n\n````\n$ gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x105a5225b6ab4b22\n$ gpg --verify nirsoft_installer-1.50-win32.zip.asc nirsoft_installer-1.50-win32.zip\ngpg:                using RSA key 0xFF914F74B4BB6EF3\ngpg: Good signature from \"Ross Smith II \u003cross@smithii.com\u003e\" [ultimate]\n...\n````\n\n## Contributing\n\nTo contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Bugs\n\nTo view existing bugs, or report a new bug, please see [issues](../../issues).\n\n## Changelog\n\nTo view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).\n\n## License\n\nThis project is [MIT licensed](LICENSE).\n\n## Contact\n\nThis project was created and is maintained by [Ross Smith II][] [![endorse][endorse_png]][endorse]\n\nFeedback, suggestions, and enhancements are welcome.\n\n[Ross Smith II]: mailto:ross@smithii.com \"ross@smithii.com\"\n[flatter]: https://flattr.com/submit/auto?user_id=rasa\u0026url=https%3A%2F%2Fgithub.com%2Frasa%2Fnirsoft_installer\n[flatter_png]: http://button.flattr.com/flattr-badge-large.png \"Flattr this\"\n[endorse]: https://coderwall.com/rasa\n[endorse_png]: https://api.coderwall.com/rasa/endorsecount.png \"endorse\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Fnirsoft_installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasa%2Fnirsoft_installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Fnirsoft_installer/lists"}