summaryrefslogtreecommitdiff
path: root/omnibus/resources
Commit message (Collapse)AuthorAgeFilesLines
* Removes install-as-service option which is not supportedmp/remove-service-from-installer2Marc A. Paradise2021-03-032-38/+6
| | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Remove "Code Can" from dmg backgroundfix_mac_installer_imageTim Smith2020-04-171-0/+0
| | | | | | We don't use this slogan anymore Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all our links to use the new docs site formatTim Smith2020-03-041-1/+1
| | | | | | When we migrated to hugo the URLs changed a bit. Nothing ends in .html and we moved all the resources into their own dir. Signed-off-by: Tim Smith <tsmith@chef.io>
* Adding entitlement for unsigned memory executionjm/add_unsigned_memory_entilementJon Morrow2020-02-011-0/+8
| | | | | | | ffi loads c code into memory in an unsigned way and this allows workstation to work with the hardened runtime. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* Updated package license for macos and windows.Amol Shinde2019-09-232-302/+274
| | | | Signed-off-by: Amol Shinde <amol.shinde@msystechnologies.com>
* Update to Chef Infra Client in Add/Remove Programs & Event Loginfra_clientTim Smith2019-05-101-3/+3
| | | | | | Make sure we're Chef Infra Client where the user sees it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove COM registration entries from Windows InstallerStuart Preston2018-06-191-30/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Update help link in Add/Remove Programs on WindowsStuart Preston2018-06-071-1/+1
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Attempt to unzip files even if in repair modesp/issue/7103Stuart Preston2018-04-021-1/+1
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Bump Chef.PowerShell assemblyStuart Preston2018-03-031-2/+2
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-0/+30
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Add MSIFASTINSTALL property, supported by Windows Installer 5.0Stuart Preston2018-01-291-0/+7
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Rename IPS symlinks resource to projectnameJaymala Sinha2017-07-201-0/+0
| | | | | | | | | | | | Since the symlinks created inside /usr/bin conflict between our "Angry" and mainstream projects on our testers, we are updating IPS the packaging to override "projectname-symlinks.erb" if it exists. We are leaving symlinks.erb for backward compatibilty. PRs with resource filename updates in chef and omnibus-toolchain will follow this PR. Related omnibus PR: https://github.com/chef/omnibus/pull/793 Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* use the same task name used by the chef-client cookbook so that the task can ↵task_nameMatt Wrock2016-12-171-2/+2
| | | | | | be managed by its task recipie Signed-off-by: Matt Wrock <matt@mattwrock.com>
* Fixed minor UI issues with Chef's MSI.aliasgar162016-12-091-4/+6
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Changed Chef service/task options feature name and did re-alignment of the ↵aliasgar162016-12-092-14/+32
| | | | | | title, text messages, box, buttons, etc. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Removed ST attribute as its absense will make schtasks utility to fetch the ↵aliasgar162016-12-091-1/+1
| | | | | | current time as the start time for scheduled task. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed embedded Ruby code issue in source.wxs file.aliasgar162016-12-091-1/+1
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed bug to handle binary paths while creating scheduled task for Chef.aliasgar162016-12-091-1/+1
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Combined source_ui.wxs into source.wxs as per the requirements of the Chef's ↵aliasgar162016-12-092-97/+88
| | | | | | build tool. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Embedded and modified WixUI_FeatureTree module in Chef's WIX config as per ↵aliasgar162016-12-093-34/+130
| | | | | | the requirement for Chef_Service_Options. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed some bugs in the WIX config.aliasgar162016-12-091-9/+3
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Resolved bugs and added custom actions to remove service and sch_task, and ↵aliasgar162016-12-091-3/+31
| | | | | | also added code to handle transition scenarios between service, sch_task and none options. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Added support in WIX to install chef-client as a scheduled task.aliasgar162016-12-092-2/+26
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* [BEN-123] Fix IPS package must create symlinks to package commandsjsinha/BEN-123-IPSFIXJaymala Sinha2016-10-241-0/+6
| | | | | | | Create symlinks.erb template to exists in local project directory structure to enable IPS package to create required symlinks for installed commands Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Update ManufacturerName to be a cleaner stringsalam/msi-fixSalim Alam2016-02-091-1/+1
|
* explicitly specify user permissions during msi install of chef directoryMatt Wrock2016-02-011-0/+21
|
* explicitly adding .bat to service executable called by service in case users ↵Matt Wrock2016-01-191-1/+1
| | | | remove .bat from PATHEXT
* configure chef client windows service to the correct chef directorysvc_locationMatt Wrock2016-01-141-1/+1
|
* Update dmg iconKartik Null Cating-Subramanian2016-01-121-0/+0
|
* Remove non-chef related filesKartik Null Cating-Subramanian2016-01-1129-1194/+0
|
* Import all of omnibus-chef under the omnibus directoryKartik Null Cating-Subramanian2016-01-0843-0/+1808