Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

459

Downloads of v 1.31.0:

98

Last Update:

06 Dec 2022

Package Maintainer(s):

Software Author(s):

  • Istvan Bialko

Tags:

rs deploy ceta admin slave service

RS.Deploy.Ceta

  • 1
  • 2
  • 3

1.31.0 | Updated: 06 Dec 2022

Downloads:

459

Downloads of v 1.31.0:

98

Maintainer(s):

Software Author(s):

  • Istvan Bialko

RS.Deploy.Ceta 1.31.0

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Package Approved

This package was approved by moderator flcdrg on 26 Dec 2022.

WARNING

This package is unlisted and hidden from package listings.

Description

Functions of this service:
- Installs components on a server
- Reapplies configuration
- Database management

Installs from msi.
Parameters:
RAJIP: master service address (default: localhost)
SQLSERVER: database for logs (default: .\sqlexpress)
INSTALLFOLDER: destination folder

Example: --params '"/RAJIP:localhost /SQLSERVER:.\sqlexpress"'


tools\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Package can be verified like this:

1. Go to

   http://release.colorful.hr/Content/Tools/RS.Deploy.Ceta.Installer.msi

   to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum: 11F6BD3A1CFE05872E6BC422D16F8633FF2F6C87F23E291B2198D37709EA9B95
tools\LICENSE.txt
From: http://www.apache.org/licenses/LICENSE-2.0

LICENSE

Copyright [2017] [Romanian Software]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$pp = Get-PackageParameters

$packageName= 'rs-deploy-ceta'
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'RS.Deploy.Ceta.Installer.msi'

$silentArgs = "/q"

$projectName = "RS.Deploy.Ceta"

if($pp -and $pp.count -gt 0)
{
	foreach($param in $pp.keys)
	{
		if($param -eq 'INSTALLFOLDER' -and (-not $pp[$param].Contains($projectName)))
		{
			$arg = " $param="""+ $(Join-Path $pp[$param] $projectName)+'"'
		}
		else
		{
			$arg = " $param="""+$pp[$param]+'"'
		}
		
		$silentArgs += $arg
	}
}

$packageArgs = @{
  packageName   = $packageName
  unzipLocation = $toolsDir
  fileType      = 'MSI'
  file          = $fileLocation
  silentArgs    = $silentArgs
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyInstallPackage @packageArgs
tools\RS.Deploy.Ceta.Installer.msi
md5: D8FC02BB8F4E64CFE1FEC809F12A943D | sha1: E531374CDEB9F0988B4506D7ADE7EE531CF4E0FB | sha256: 11F6BD3A1CFE05872E6BC422D16F8633FF2F6C87F23E291B2198D37709EA9B95 | sha512: 49E85A04176679C557A0D0AB2AF7A6F3B6C9A26F5555B011B93FE8BD0A5070ECD8815ADEE4003B205B37E85F3B92890DBB5E2108FD473CC57E7133838535D9A7

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Discussion for the RS.Deploy.Ceta Package

Ground Rules:

  • This discussion is only about RS.Deploy.Ceta and the RS.Deploy.Ceta package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or RS.Deploy.Ceta, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus