{"id":19345517,"url":"https://github.com/ynlamy/deploy","last_synced_at":"2025-07-23T16:41:25.074Z","repository":{"id":153145816,"uuid":"347591842","full_name":"ynlamy/deploy","owner":"ynlamy","description":"Windows command-line utility to deploy applications locally and remotely using script or through Group Policy Objects (GPOs)","archived":false,"fork":false,"pushed_at":"2022-07-19T15:19:56.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T09:33:22.378Z","etag":null,"topics":["deploy","deployment","utility","windows"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ynlamy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2021-03-14T09:17:17.000Z","updated_at":"2025-01-22T01:37:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"d88bbc4c-8876-49a3-98d3-658f12f6ec4c","html_url":"https://github.com/ynlamy/deploy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ynlamy/deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynlamy%2Fdeploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynlamy%2Fdeploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynlamy%2Fdeploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynlamy%2Fdeploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynlamy","download_url":"https://codeload.github.com/ynlamy/deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynlamy%2Fdeploy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266715814,"owners_count":23973346,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deploy","deployment","utility","windows"],"created_at":"2024-11-10T04:06:52.501Z","updated_at":"2025-07-23T16:41:25.021Z","avatar_url":"https://github.com/ynlamy.png","language":"Pascal","readme":"# deploy\n\nWindows command-line utility to deploy applications locally and remotely using script or through Group Policy Objects (GPOs).\n\n```\nUsage: deploy.exe -c \u003ccommandline\u003e [-a \u003carchitecture\u003e] [-k \u003ckey\u003e] [-m \u003cversion\u003e] [-u \u003curl\u003e] [-s \u003csha256\u003e]\n\n-a \u003carchitecture\u003e, --arch=\u003carchitecture\u003e : Execute command line only on the specified target architecture : all, x86, x64 (default : all)\n-c \u003ccommandline\u003e, --cmdline=\u003ccommandline\u003e : Command line to execute\n-k \u003ckey\u003e, --key=\u003ckey\u003e : Application uninstall key\n-m \u003cversion\u003e, --min=\u003cversion\u003e : Minimum application version\n-u \u003curl\u003e, --url=\u003curl\u003e : URL to use to download the file or to fecth the file (supports zip file)\n-s \u003csha256\u003e, --sha=\u003csha256\u003e : Secure Hash Algorithm (SHA-256) of downloaded file or fetched file\n-h, --help : Print this help screen\n-v, --version : Print the version of the program and exit\n```\n\nThis program have been created by Yoann LAMY under the terms of the [GNU General Public License v3](http://www.gnu.org/licenses/gpl.html).\n\n![Preview](deploy-1.gif)\n\n## Examples :\n\nVLC installation :\n\n```\ndeploy.exe -c \"vlc-3.0.12-win64.exe /S\" -a x64 -k \"VLC media player\" -m 3.0.12 -u https://mirrors.ircam.fr/pub/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe -s d6e211c71c3f2ddebd950770779bb3fd71c2d977c04ff40ea9e3e5ee9d9d0ec9\n```\n\nFirefox installation :\n\n```\ndeploy.exe -c \"msiexec /i 'Firefox Setup 86.0.1.msi' /qn /norestart\" -a x64 -k \"Mozilla Firefox 86.0.1 (x64 en-US)\" -m 86.0.1 -u https://download-installer.cdn.mozilla.net/pub/firefox/releases/86.0.1/win64/en-US/Firefox%20Setup%2086.0.1.msi -s 4075c2a2d210ca635bad20b572659a6ec187a46def4e446bc77753e1d7e8c9e3\n```\n\nLibreOffice installation :\n\n```\ndeploy.exe -c \"msiexec /i LibreOffice_7.0.5_Win_x64.msi /qn /norestart CREATEDESKTOPLINK=0\" -a x64 -k {726F4143-9BAA-4F54-A918-07C139D9C775} -m 7.0.5.2 -u https://miroir.univ-lorraine.fr/documentfoundation/libreoffice/stable/7.0.5/win/x86_64/LibreOffice_7.0.5_Win_x64.msi -s d5cc1613f56f54058b02701c8f7bea80ec20a452b2ba48099bd49350e2f05955\n```\n\nAdobe Acrobat Reader DC installation using script BAT in a zip file :\n\n```\ndeploy.exe -c \"install.bat\" -a all -k {AC76BA86-7AD7-FFFF-7B44-AC0F074E4100} -m 21.001.20142 -u \\\\server\\share\\adobeacrobatreaderdc.zip -s 0b24eb9798846f8453749dfe15fdc4ec88a9592ec641b3c4e1476746a234c164\n```\n\nNextcloud Desktop Client installation through Group Policy Objects (GPOs) in an Active Directory domain :\n\n```\ndeploy.exe -c \"Nextcloud-3.1.3-setup.exe /S\" -a all -k Nextcloud -m 3.1.3 -u https://github.com/nextcloud/desktop/releases/download/v3.1.3/Nextcloud-3.1.3-setup.exe -s f2b1068a1e2add84eaa4b0bb57585079d2a703297b690af32509063ae54b9da0\n```\n\n![Preview](deploy-2.gif)\n\nCREDITS :\nThis program use the [HashLib4Pascal library](https://github.com/Xor-el/HashLib4Pascal).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynlamy%2Fdeploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynlamy%2Fdeploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynlamy%2Fdeploy/lists"}