{"id":15877402,"url":"https://github.com/jkroepke/docker-wixtoolset","last_synced_at":"2026-01-16T01:01:15.471Z","repository":{"id":233192490,"uuid":"786264436","full_name":"jkroepke/docker-wixtoolset","owner":"jkroepke","description":"Docker Container for creating MSI with wixtoolset under linux","archived":false,"fork":false,"pushed_at":"2025-12-19T10:39:53.000Z","size":74,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T03:54:32.395Z","etag":null,"topics":["docker","msi","windows","wix","wix-toolset"],"latest_commit_sha":null,"homepage":"https://github.com/jkroepke/docker-wixtoolset","language":"Dockerfile","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/jkroepke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"jkroepke"}},"created_at":"2024-04-13T23:15:40.000Z","updated_at":"2025-12-19T10:39:56.000Z","dependencies_parsed_at":"2025-05-30T16:37:44.313Z","dependency_job_id":"b9a59115-60a7-4b24-a389-80d3d82419f5","html_url":"https://github.com/jkroepke/docker-wixtoolset","commit_stats":null,"previous_names":["jkroepke/docker-wixtoolset"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jkroepke/docker-wixtoolset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkroepke%2Fdocker-wixtoolset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkroepke%2Fdocker-wixtoolset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkroepke%2Fdocker-wixtoolset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkroepke%2Fdocker-wixtoolset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkroepke","download_url":"https://codeload.github.com/jkroepke/docker-wixtoolset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkroepke%2Fdocker-wixtoolset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28475124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T00:15:39.755Z","status":"ssl_error","status_checked_at":"2026-01-16T00:15:32.174Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","msi","windows","wix","wix-toolset"],"created_at":"2024-10-06T02:01:35.982Z","updated_at":"2026-01-16T01:01:15.466Z","avatar_url":"https://github.com/jkroepke.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/jkroepke"],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/jkroepke/docker-wixtoolset/workflows/CI/badge.svg)](https://github.com/jkroepke/docker-wixtoolset/actions?query=workflow%3ACI)\n[![GitHub license](https://img.shields.io/github/license/jkroepke/docker-wixtoolset.svg?logo=github)](https://github.com/jkroepke/docker-wixtoolset/blob/master/LICENSE.txt)\n[![Docker Pulls](https://img.shields.io/docker/pulls/jkroepke/wixtoolset?logo=docker)](https://hub.docker.com/r/jkroepke/wixtoolset)\n\n# docker-wixtoolset\n\n⭐ Don't forget to star this repository! ⭐\n\n## About\n\nDocker image for building **Windows MSI installers** using the **WiX Toolset 5** on **Linux**.  \nIt runs the official WiX CLI (`wix build`, `wix extension add`, etc.) under **Wine** with a preinstalled **.NET SDK 9**, so you can build MSI packages without needing Windows or Wine setup.\n\n## Features\n- Run `wix build` directly on Linux\n- Includes **WiX Toolset 5.0.2** (pinned for license compatibility)\n- Preinstalled WiX extensions:\n  - `WixToolset.Util.wixext`\n  - `WixToolset.Firewall.wixext`\n  - `WixToolset.UI.wixext`\n- Based on Debian with Wine and .NET SDK preinstalled\n- Fully isolated environment for CI/CD builds\n- No need for a Windows VM or manual configuration\n\n## Example usage\nBuild an MSI directly from Linux:\n```bash\ndocker run --rm -v $(pwd):/src -w /src jkroepke/wixtoolset wix build Product.wxs\n```\n\n### List installed extensions:\n\n```\ndocker run --rm jkroepke/wixtoolset wix extension list\n```\n\n## Version information\n\nWiX Toolset is pinned to version 5.0.2. This is the latest available version with public binary artifacts.\n\nWiX Toolset 6 and newer versions require a commercial license agreement and paid maintenance fee to access official binaries.\n\nSee WiX Toolset OSMF License and the [introduction post](https://github.com/wixtoolset/issues/issues/8974) for details.\n\n## Use cases\n\n- Build .msi installers from Linux-based CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins)\n- Cross-compile Windows installers for Go, .NET, Python, or C++ applications\n- Reproducible builds without any Windows dependencies\n\n## Tags\n\n- latest\n\n## About\n\nDocker Container for creating MSI with wixtoolset under linux\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkroepke%2Fdocker-wixtoolset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkroepke%2Fdocker-wixtoolset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkroepke%2Fdocker-wixtoolset/lists"}