{"id":38638445,"url":"https://github.com/robertcoltheart/deploy","last_synced_at":"2026-01-17T09:05:48.870Z","repository":{"id":3958131,"uuid":"51512082","full_name":"robertcoltheart/deploy","owner":"robertcoltheart","description":"A fluent builder for MSI installation packages.","archived":false,"fork":false,"pushed_at":"2024-02-16T21:57:09.000Z","size":108,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-29T19:52:01.423Z","etag":null,"topics":["dotnet","msi"],"latest_commit_sha":null,"homepage":"","language":"C#","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/robertcoltheart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-02-11T12:05:04.000Z","updated_at":"2023-02-07T14:08:05.000Z","dependencies_parsed_at":"2023-12-01T22:40:38.920Z","dependency_job_id":null,"html_url":"https://github.com/robertcoltheart/deploy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/robertcoltheart/deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcoltheart%2Fdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcoltheart%2Fdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcoltheart%2Fdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcoltheart%2Fdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertcoltheart","download_url":"https://codeload.github.com/robertcoltheart/deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcoltheart%2Fdeploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: 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":["dotnet","msi"],"created_at":"2026-01-17T09:05:48.667Z","updated_at":"2026-01-17T09:05:48.821Z","avatar_url":"https://github.com/robertcoltheart.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy\n\n[![NuGet](https://img.shields.io/nuget/v/Deploy?style=for-the-badge)](https://www.nuget.org/packages/Deploy) [![License](https://img.shields.io/github/license/robertcoltheart/deploy?style=for-the-badge)](https://github.com/robertcoltheart/deploy/blob/master/LICENSE)\n\nA fluent builder for MSI installation packages.\n\n## Usage\nInstall the package from NuGet with `nuget install Deploy`.\n\n```csharp\nvar builder = new PackageBuilder()\n    .Author(\"Me\")\n    .Platform(PackagePlatform.X86)\n    .ProductName(\"My Product\")\n    .UpgradeCode(Guid.NewGuid())\n    .File(\"start.exe\", \"icon.ico\", \"Start Shortcut\")\n    .File(\"dependency.dll\")\n    .Version(new Version(1, 0, 0));\n\nbuilder.Build(\"Setup.msi\");\n```\n\n## Limitations\nThe package builder is designed to create very simple packages, and thus is limited by the following:\n\n1. **No compression.** Files are packaged as a simple CAB and are not compressed.\n2. **No control over icons.** Icons are placed in the root of the start menu only.\n3. **No directory control.** All binaries are placed in the `Program Files/[ProductName]` directory. For 32 bit applications on 64-bit systems, the `Program Files (x86)` folder is used.\n4. **No custom actions.** For extra actions such as bootstrapping or database setup, a fully-fledged setup suite should be used.\n5. **No custom UI.** The MSI will install without prompts and will only show a progress bar.\n\n## Contributing\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.\n\n## License\nDeploy is released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertcoltheart%2Fdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertcoltheart%2Fdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertcoltheart%2Fdeploy/lists"}