{"id":24557454,"url":"https://github.com/openms/nsis","last_synced_at":"2026-01-03T00:47:45.537Z","repository":{"id":206415603,"uuid":"716567157","full_name":"OpenMS/NSIS","owner":"OpenMS","description":"A ready-to-use NSIS with 8k strings support and ModernUI","archived":false,"fork":false,"pushed_at":"2023-11-09T13:11:14.000Z","size":6450,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-05-23T09:22:08.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-09T12:08:43.000Z","updated_at":"2023-11-09T12:08:44.000Z","dependencies_parsed_at":"2023-11-09T14:37:44.984Z","dependency_job_id":null,"html_url":"https://github.com/OpenMS/NSIS","commit_stats":null,"previous_names":["openms/nsis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMS%2FNSIS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMS%2FNSIS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMS%2FNSIS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMS%2FNSIS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenMS","download_url":"https://codeload.github.com/OpenMS/NSIS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910768,"owners_count":20367546,"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":"2025-01-23T05:16:54.285Z","updated_at":"2026-01-03T00:47:45.487Z","avatar_url":"https://github.com/OpenMS.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NSIS\nA ready-to-use NSIS with 8k strings support and ModernUI\n\n\nWhen creating a Windows installer for OpenMS, the current default NSIS only supports string of length 1024.\nThis makes NSIS effectively unusable when fiddling with the user's $PATH during installation -- any Win10 with only a small number of programms installed will have a PATH larger than 1k.\nThere is a 'special-build' () available providing large-string support (up to 8k-length strings), but this is not what is by default installed on GitHub runners (which use Chocolatey as package manager).\nSee https://github.com/mkevenaar/chocolatey-packages/issues/221 for details.\n\nWe also make use of the UltraModernUI plugin, which needs extra installation as NSIS plugin.\n\nThis repo thus combines all three, as an ready-to-use archive (just untar NSIS.tar.gz and use it).\n\nTo update this project, run the following commands on a MinGW shell on Windows to create the final NSIS.tar.gz file:\n```\n  mkdir NSIS_OpenMS\n\n  ## NSIS (default)\n  curl --no-progress-meter -L -o nsis-3.zip  https://sourceforge.net/projects/nsis/files/NSIS%203/3.09/nsis-3.09.zip/download\n  ## attention the ZIP file contains a subfolder 'nsis-3.09'\n  unzip -o nsis-3.zip -d ./NSIS_OpenMS/\n\n  # NSIS 8k (copy on top, since it's not a full NSIS and would result in : error '!include: could not find: \"MUIEx.nsh\"' if used alone)\n  curl --no-progress-meter -L -o nsis-3-8k.zip  https://sourceforge.net/projects/nsis/files/NSIS%203/3.09/nsis-3.09-strlen_8192.zip/download\n  unzip -o nsis-3-8k.zip -d ./NSIS_OpenMS/nsis-3.09\n\n  # And finally the UltraModernUI plugin:\n  curl --no-progress-meter -L -o UltraModernUI_2.0b6.zip  https://github.com/SuperPat45/UltraModernUI/releases/download/2.0b6/UltraModernUI_2.0b6.zip\n  unzip -o UltraModernUI_2.0b6.zip -d ./NSIS_OpenMS/nsis-3.09\n  \n  tar -zcvf NSIS.tar.gz -C NSIS_OpenMS/nsis-3.09/ .\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenms%2Fnsis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenms%2Fnsis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenms%2Fnsis/lists"}