Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

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

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
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

Downloads:

620

Downloads of v 27.7.1.20:

56

Last Update:

11 Sep 2023

Package Maintainer(s):

Software Author(s):

  • Rosslare

Tags:

rosslare axtrax access control panels

AxTraxNG

  • 1
  • 2
  • 3

27.7.1.20 | Updated: 11 Sep 2023

Downloads:

620

Downloads of v 27.7.1.20:

56

Maintainer(s):

Software Author(s):

  • Rosslare

AxTraxNG 27.7.1.20

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Exemption for this package version only:

Scanner thinks there should be more files to scan than there actually are. The files that are actually present have all been scanned as clean.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AxTraxNG, run the following command from the command line or from PowerShell:

>

To upgrade AxTraxNG, run the following command from the command line or from PowerShell:

>

To uninstall AxTraxNG, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade axtraxng -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade axtraxng -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install axtraxng
  win_chocolatey:
    name: axtraxng
    version: '27.7.1.20'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'axtraxng' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '27.7.1.20'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller axtraxng
{
    Name     = "axtraxng"
    Version  = "27.7.1.20"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'axtraxng':
  ensure   => '27.7.1.20',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

AxTraxNG is a complete server-client software management platform that enables setting physical access control policy across organizations that is available in multiple languages and date formats. The server manages thousands of networked access control panels and system users. The user-friendly interface is intuitive, reliable and rich in functionality. With Rosslare’s SDK tool AxTraxNG also leverages easy integration and deployment of various applications in security, safety, time and attendance and more. AxTraxNG allows the control and monitoring of every aspect of site access.

Package Parameters

The following package parameters can be set:

  • /server: - Install server together with client
  • (SQL server needs to be installed separately)
  • If no parameter is given only the client is installed.
  • (Let me know if you need parameters for ViTrax or AxTime)

To pass parameters, use --params "''" (e.g. choco install axtraxng --params="'/server'").
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.


tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
1. The original software is available on the following page (with very limited download speed): http://axtraxng.com/
2. Download and unzip the AxTraxNG zip package, you will find a setup file AxTraxNGSetup*.exe
3. Unzip the setup file with 7zip or similar to get access to the installation folders for the different components.
4. You will find that the checksums of all the individual files will match the files included in this chocolatey package.
tools\axtraxng_27_7_1_20.7z
md5: CE1C4EB16CB888F76419DB3091343D2B | sha1: BA56AEB65AC47A241AB2175EA6306A1FB8324236 | sha256: 45966594441AF5A95FF675EB837985520F4677A9652F533545842189B6A23D56 | sha512: 8754AA844C292CF183BD56E8D607526BEB73788F0806A49801C1926C35CC34FEEBE2FEDF114E814A2C0B0A975035924FFCA0C254380928A266ADA748FCF86908
tools\helpers.ps1
function Invoke-UninstallConfigurationTool {
$packageName = 'AxTraxNG Configuration Tool'
$validExitCodes = @(0, 3010, 1603, 1605, 1614, 1641)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                         'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
                 -ErrorAction:SilentlyContinue `
| Where-Object   {$_.DisplayName -like $packageName} `
| ForEach-Object {
	$silentArgs = "$($_.PSChildName) /qn /norestart"
	if($($_.PSChildName) -like '{*') { Uninstall-ChocolateyPackage -PackageName "$($_.DisplayName)" -FileType "msi" -SilentArgs "$($silentArgs)" -File '' -ValidExitCodes $validExitCodes }
	}
}

function Invoke-UninstallServerMonitor {
$packageName = 'AxTraxNG Server Monitor'
$validExitCodes = @(0, 3010, 1603, 1605, 1614, 1641)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
	'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
	-ErrorAction:SilentlyContinue `
| Where-Object   {$_.DisplayName -like $packageName} `
| ForEach-Object {
	$silentArgs = "$($_.PSChildName) /qn /norestart"
	if($($_.PSChildName) -like '{*') { Uninstall-ChocolateyPackage -PackageName "$($_.DisplayName)" -FileType "msi" -SilentArgs "$($silentArgs)" -File '' -ValidExitCodes $validExitCodes }
	}
}

function Invoke-UninstallServer {
$packageName = 'AxTraxNG Server'
$validExitCodes = @(0, 3010, 1603, 1605, 1614, 1641)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
	'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
    -ErrorAction:SilentlyContinue `
| Where-Object   {$_.DisplayName -like $packageName} `
| ForEach-Object {
	$silentArgs = "$($_.PSChildName) /qn /norestart"
	if($($_.PSChildName) -like '{*') { Uninstall-ChocolateyPackage -PackageName "$($_.DisplayName)" -FileType "msi" -SilentArgs "$($silentArgs)" -File '' -ValidExitCodes $validExitCodes }
	}
}

function Invoke-UninstallClient {
$packageName = 'AxTraxNG Client'
$validExitCodes = @(0, 3010, 1603, 1605, 1614, 1641)
Get-ItemProperty -Path @('HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
	'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*') `
	-ErrorAction:SilentlyContinue `
| Where-Object   {$_.DisplayName -like $packageName} `
| ForEach-Object {
	$silentArgs = "$($_.PSChildName) /qn /norestart"
	if($($_.PSChildName) -like '{*') { Uninstall-ChocolateyPackage -PackageName "$($_.DisplayName)" -FileType "msi" -SilentArgs "$($silentArgs)" -File '' -ValidExitCodes $validExitCodes }
	}
}
tools\REDISTRIBUTE.pdf
md5: DD73B1562E70B35D5499EB8BF4FA5A71 | sha1: 08237E03703903BB25E353DE25CE6146DD4A68AF | sha256: F6491FA19A5332967DAC0BE0BAF4030C0C7492A267A4C16405284204EED38506 | sha512: E66D332FE94C22C59486C0B6D0715DF7706EEA131791EC720A88293E145CEF3163B1C281471075A3A2E0B8FCE9A7FDA665FC82FF5D36293E0D0EF3C4BFFFBCF5
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$file_Zip = Join-Path $toolsDir 'axtraxng_27_7_1_20.7z'

#Unzip installation files in temp folder
$packageArgsURL = @{
  packageName   = $env:ChocolateyPackageName
  file          = $file_Zip
  unziplocation = $env:TEMP
}
Get-ChocolateyUnzip @packageArgsURL

#Uninstall AxTraxNG
. $toolsDir\helpers.ps1
Invoke-UninstallConfigurationTool

#Install PreReq
$file_PreReq = Join-Path $env:TEMP 'Pre_Requisite\setup.exe'
$packageArgsPreReq = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'exe'
  file          = $file_PreReq
  softwareName  = 'AxTraxNG PreReq*'
  silentArgs    = "/S /v/qn"
  validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyInstallPackage @packageArgsPreReq

#Install Client
$file_Client = Join-Path $env:TEMP 'Client\setup.exe'
$packageArgsClient = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'exe'
  file          = $file_Client
  softwareName  = 'AxTraxNG Client*'
  silentArgs    = "/S /v/qn"
  validExitCodes= @(0, 3010, 1641)
}

#Install Config Tool
$file_ConfigTool = Join-Path $env:TEMP 'AxTraxConfigTool\setup.exe'
$packageArgsConfigTool = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'exe'
  file          = $file_ConfigTool
  softwareName  = 'AxTraxNG ConfigTool*'
  silentArgs    = "/S /v/qn"
  validExitCodes= @(0, 3010, 1641)
}

#Install Server
$file_Server = Join-Path $env:TEMP 'Server\setup.exe'
$packageArgsServer = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'exe'
  file          = $file_Server
  softwareName  = 'AxTraxNG Server*'
  silentArgs    = "/S /v/qn"
  validExitCodes= @(0, 3010, 1641)
}

#Install Server Monitor
$file_Monitor = Join-Path $env:TEMP 'Server Monitor\setup.exe'
$packageArgsMonitor = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'exe'
  file          = $file_Monitor
  softwareName  = 'AxTraxNG ServerMonitor*'
  silentArgs    = "/S /v/qn"
  validExitCodes= @(0, 3010, 1641)
}

$pp = Get-PackageParameters
if ($pp.'server') { 
	Write-Host "INSTALLING SERVER"
	. $toolsDir\helpers.ps1
	Invoke-UninstallServerMonitor
	Invoke-UninstallServer
	Install-ChocolateyInstallPackage @packageArgsServer
	Install-ChocolateyInstallPackage @packageArgsMonitor
}

Write-Host "INSTALLING CLIENT"
. $toolsDir\helpers.ps1
Invoke-UninstallClient
Install-ChocolateyInstallPackage @packageArgsClient
Install-ChocolateyInstallPackage @packageArgsConfigTool
tools\LICENSE.txt
From: (license copied during installation process. see approval to redistribute in separate file name REDISTRIBUTE.TXT)

LICENSE

Software License Agreement and Software Maintenance Agreement

1.0	Definitions
1.1	"REL" means Rosslare Enterprises Limited and its affiliates and/or related companies. 
1.2	"Documentation" means any information in digital or paper form including datasheets, technical information, information sheets, user manuals, training materials, bulletins, or other documentation pertaining to the Software. 
1.3	"License" means this License Agreement and Maintenance Agreement (including Appendix A where applicable) between the Licensee and REL. 
1.4	"Server" means the computer running the REL server Software operation on a client-server architecture (where applicable).
1.5	"Client" means the computer workstation running the REL client Software which connects to the server to allow operators to use the Software (where applicable).
1.6	"Licensee" means the person and/or legal entity that is acquiring the right to use the Software from REL in accordance with the terms of this License, as well as any affiliates and subsidiaries of the Licensee on whose behalf the Licensee is licensing the Software. 
1.7	"License Fees" means the fees payable by the Licensee to REL for the right to use the Software. 
1.8	"Maintenance Fees" has the same meaning as in the Software Maintenance Terms and Conditions. 
1.9	"Maintenance Services" has the same meaning as in the Software Maintenance Terms and Conditions.
1.10	"Software" means the modules and specific items of REL software for which the Licensee has paid the License Fees or acquired the right to use. "Software" includes any upgrades, updates, and new releases, for which the Licensee has paid the applicable Maintenance Fees or has acquired the right to use. "Software" includes the Documentation.
1.11	"Terms and Conditions of Software Maintenance" means the Terms and Conditions of Software Maintenance attached hereto as Appendix A.
1.12	"Third Party Software" means any software in respect to which REL is not the developer or copyright holder.
1.13	"Workstation/Workstations" means the computer(s) on to which the Software is installed, deployed and used for Software that is either Client-Server based, or Software that is designed to be installed on a singular computer.

2.0	The License
2.1	This License grants the Licensee the, non-transferable, non-exclusive, right to use the Software strictly in accordance with the terms hereof.
2.2	The Licensee shall have the right to install and use only those modules and parts of the Software that the Licensee shall have licensed and paid License Fees in respect thereto. The Licensee shall have the right to install and use the Software in accordance with the licensing level paid for, or the number of licenses it acquires. With respect to Software that requires a license to run on a single Workstation, the Licensee shall install such module on no more than the number of Workstations for which it shall have licensed and paid License Fees. As applicable, some modules of the Software are licensed on a concurrent Client basis. In respect to such modules, no more than the number of Clients for whom the Licensee shall have licensed and paid License Fees may use the Software at the same time. The basis upon which the Software is licensed shall be set out in the relevant proposal, quotation and invoice submitted by REL to the Licensee. In respect to a module of the Software that requires a license to run on a Server, the Licensee shall install such module on no more than the number of Servers for which it shall have licensed and paid License Fees.
2.3	The Licensee shall not exceed the number of Client or Servers or Workstations for which it has paid License Fees. If the Licensee wishes to increase the number of Clients or Servers or Workstations, it must request a modification to this License and pay the applicable fees. 
2.4	The Licensee may make a single copy the Software for back-up and archival purposes, provided that the original and copy is kept in its possession, and that the installation and use of the Software does not exceed that allowed in clause 2.2 above. 
2.5	Where the Software is bundled with Third Party Software, such Third Party Software is supplied to the Licensee on, and subject to, the standard license terms of the relevant Third Party Software suppliers, which shall take effect between the Licensee and each such Third Party Software supplier. The Licensee agrees to strictly comply with such license terms. 
3.0	Fees
3.1	To use the Software, the Licensee must pay all applicable License Fees and other fees according to the agreed payment terms. Any complimentary or free versions of the Software, not paid for, will also be included under the terms and conditions of this Software License Agreement. If the Licensee does not pay such fees when applicable, REL shall revoke the License(s) in which case the Licensee shall forthwith stop using the Software.
3.2	All fees quoted in any proposal or on the REL price list or website are exclusive of applicable taxes. 
3.3	Except as required by law, all payments by the Licensee to REL must be made without deduction or withholding and free from set-off or counter-claim. If the Licensee is required by law to make any deduction or with-holding from any sums paid or payable by the Licensee to REL, then the amount payable to REL must be increased to the extent necessary to ensure that, after making that deduction or withholding, REL receives and retains (free from any liability in respect of any such deduction or withholding) a net amount equal to what it would have received or retained had no such deduction or withholding been required or made.
4.0	Documentation
4.1	This License extends to the Documentation, whether in electronic or print format.
4.2	The Licensee shall have the right to make such copies of Documentation in electronic format as it reasonably requires for its internal purposes. The Licensee shall not re-publish Documentation, or distribute Documentation, for use outside of its organization.
4.3	The Licensee shall not copy, modify or make use of the Documentation except to use the Software in the manner permitted in this License.
5.0	Obligations of Licensee
Subject to clause 17.2: 
5.1	The Licensee shall not without REL written consent: (i) Copy, reproduce, translate, adapt, vary or modify the Software; (ii) disassemble, decompile or "unlock", reverse engineer, merge or decode the Software in any manner whatsoever; (iii) provide or otherwise make available the Software in any form to any person outside the Licensee’s organization; (iv) transfer the Software to any other person under any circumstances except as permitted by clause 11.1; and (vi) attempt to bypass or circumvent any security procedures applicable to the Software.
5.2	This License is personal to the Licensee. The Licensee shall only use the Software for its internal business purposes. If a customer of the Licensee uses the Software licensed by the Licensee for any purpose, such use by the customer shall not be deemed an internal business purpose of the Licensee. The Licensee shall not allow such use except with the express written consent of REL, who may grant such consent subject to appropriate commercial arrangements.
5.3	In respect to the Software, the Licensee shall not sell, rent, lend, lease, license, sub-license, time-share, assign, act as an application service provider or bureau service or otherwise collect fees or grant access to persons outside the Licensee’s organization, except as permitted pursuant to clause 11 (Transfer of Software).
5.4	The Licensee shall supervise and control the use of the Software in accordance with the terms of this License. The Licensee shall ensure that its employees who have authorized access to the Software are made aware of the terms of this License and comply therewith. The Licensee shall maintain safe custody of the Software.
5.5	The Software contains confidential, unpublished information protected by copyright, trade secret and other intellectual property laws. The Licensee shall not disclose the Software to others, or remove or alter any copyright notices from the media or Documentation. The Licensee shall prevent any unauthorized use, copying, distribution, publication or disclosure of the Software.
5.6	The Licensee shall not take any action that would cause injury to the rights of REL in the Software or that would deprive REL of the fees to which it is entitled.
5.7	The Licensee represents and warrants that it will comply with all applicable laws, including laws that protect REL technology, Software and trade secrets.
5.8	If the Licensee is licensing the Software on behalf of any affiliates or subsidiaries, the Licensee shall procure such affiliates and subsidiaries to use the Software in accordance with this License. The Licensee accepts liability for the acts or omissions of its affiliates and subsidiaries in breach of this License.
5.9	Where the Software is provided for purposes of evaluation, the Licensee shall only use the Software for that purpose. The Licensee shall not use the Software, including any Third Party Software bundled with the Software, in a production environment or for any commercial purpose. The Licensee must decide whether to purchase a License before the end of the agreed evaluation period. At the end of the agreed evaluation period, this License shall be deemed terminated and the Licensee's right to use the Software, including any Third Party Software bundled with the Software, is thereupon revoked. The Licensee or its representatives shall destroy the Software and Documentation, including any Third Party Software and documentation, or otherwise return or dispose of such material in such manner as REL directs.
5.10	Where the Software is licensed pursuant to a Software Rental Agreement, the Licensee shall only use the Software during the rental term specified in such Software Rental Agreement. At the end of such rental term, this License shall be deemed terminated and the Licensee's right to use the Software, including any Third Party Software bundled with the Software, is thereupon revoked. The Licensee or its representatives shall destroy the Software and Documentation, including any Third Party Software and documentation, or otherwise return or dispose of such material in such manner as REL directs.
5.11	The Licensee represents and warrants that it has checked, inspected and tested the Software’s function and has found it to be suitable to meet Licensee’s requirements.
5.12	The Licensee’s obligations in this clause 5 shall survive the termination of this License.
5.13	The Licensee is solely responsible to use the Software with compliance to all applicable data protection laws, including the General Data Protection Regulations (GDPR) when applicable. 


6.0	Warranty
Subject to clause 17.3: 
6.1	REL warrants that it developed the Software in accordance with general industry standards and that the Software is free of material defects and shall perform substantially in accordance with the Documentation under normal use and circumstances. The term of this warranty is 90 days from the date that the Licensee acquired the Software.
6.2	If the Software fails to operate in accordance with this warranty, the Licensee may, as its sole and exclusive remedy, return the Software within the warranty period, along with proof of purchase if requested, specifying the problem. REL shall either replace the Software or refund the License Fees paid by the Licensee to REL, at REL sole discretion. REL shall not be responsible in any event to refund License Fees paid to any entity, person or reseller other than License Fees paid directly to REL.
6.3	EXCEPT FOR THE LIMITED WARRANTY DESCRIBED ABOVE, THERE ARE NO OTHER WARRANTIES, EITHER EXPRESSED OR IMPLIED, CONCERNING THE SOFTWARE OR DOCUMENTATION. REL EXCLUDES, AND EXPRESSLY DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR PURPOSE.
6.4	The above warranty DOES NOT apply to any beta software, any software made available for testing or demonstration purposes, any temporary software modules, any custom developed software features, or any software for which REL does not receive a license fee. All such software products are provided AS IS without any warranty whatsoever.
7.0	Limitations of Liability
Subject to clause 17.4: 
7.1	REL has used all reasonable efforts to develop the Software so that it is stable and reliable. Because there is such a diverse range of computer systems, network infrastructures and operating environments, REL cannot warrant that the Software will be compatible with every computer system, network infrastructure and operating environment. It is the Licensee’s responsibility to ascertain whether the Software is compatible with its computer system, network infrastructure and operating environment.
7.2	REL does not warrant that the Software will satisfy the Licensee’s requirements. The Software is provided “AS IS”. It is the Licensee’s responsibility to determine whether the Software will satisfy its requirements. REL gives no performance warranties.
7.3	REL does not warrant the uninterrupted use of the Software.
7.4	REL does not warrant that the Software is free of "bugs", errors or defects. REL shall not be responsible to the Licensee for costs or damages incurred as a result of any such "bugs", errors or defects. The existence of such "bugs", errors or defects shall not constitute a breach of this License or any warranty.
7.5	To avoid any loss or inconvenience caused by faults with the Software, the Licensee shall back-up its data in accordance with best IT management practice. REL accepts no responsibility for lost or corrupted data, regardless of the cause, or the restoration thereof.
7.6	REL shall not be responsible for any failure, delay or interruption in the Licensee’s use of the Software, including without limitation, system crashes, computer malfunctions, hardware or software faults, system errors, security breaches, theft, incompatibility issues, telecommunications problems, fire, flood, civil disturbance or any other event commonly referred to as an "Act of God".
7.7	REL accepts no liability for security breaches, including without limitation, security breaches resulting from computer hackers, unlawful entry, unauthorized entry, theft, disgruntled employees and other fraudulent acts. While all reasonable efforts shall be made to ensure a secure environment for the transmission of data and other information, REL accepts no liability for any security breaches.
7.8	REL shall not be liable for any delay, damage, loss, injury, failure or breakdown that the Licensee may suffer as a consequence of any defect or deficiency in the Software, including any delay, damage, loss, injury, failure or breakdown to other programs and equipment of the Licensee.
7.9	Any statements contained on REL website, in its marketing literature or in client proposals shall not be deemed to widen REL obligations under this License.
7.10	REL staff, agents and representatives have no authority to make any representations, statements, warranties, conditions or agreements that conflict with this License, unless made in writing by a duly authorized officer. Any such unauthorized representations, statements, warranties, conditions or agreements shall not bind REL nor widen REL obligations under this License.
7.11	To the extent allowed by law, in no event shall REL, its offcers, directors, employees, agents, affiliates and third party licensors or suppliers be liable , whether in contract or tort OR NEGLIGENCE, for any loss or damage arising from (a) the Licensee’s use of the Software, (B) the Licensee’s INABILITY TO use the software, (C) the suspension or interruption of such use, (D) the termination of such use, (E) REL errors or omissions in providing the Maintenance Services, or (F) REL ERRORS OR OMMISSIONS OR NEGLIGENCE IN THE DEVELOPMENT OF THE SOFTWARE. REL EXPRESSLY DICLAIMS ANY SUCH LIABILITY. THIS applies to PERSONAL INJURY, direct, indirect, special, EXEMPLARY, incidentaL OR consequential damages WHATSOEVER including WITHOUT LIMITATION, loss of profit, LOSS OF USE, LOSS OF DATA, loss of business, loss of revenue, LOSS OF ACTUAL OR ANTICIPATED PROFITS OR SAVINGS (INCLUDING LOSS OF CONTRACT), LOSS OF OPPORTUNITY, BUSINESS INERRUPTION, loss of goodwill, loss of productivity, loss of reputation, losses resulting from downtime of the Licensee’s network, domain or e-mail system, losses resulting from system crashes, losses resulting from lost or corrupted data, documents or emails or the restoration thereof, or failure to achieve anticipated benefits, cost savings or production efficiencies. REL and its officers, directors, employees, agents or representatives, shall not be liable for any delay, damage, loss, injury, failure or breakdown that the Licensee may suffer as a consequence of any defect or deficiency in the Software, including any delay, damage, loss, injury, failure or breakdown to the Licensee’s other programs and equipment even if rel has been advised of the possibility of such damages.
7.12	Notwithstanding the exclusions, limitations and disclaimers in this clause 7 and elsewhere in this License, if there is any event or circumstance resulting in liability to REL, REL liability shall not exceed the aggregate License Fees and Maintenance Fees (if applicable) paid by the Licensee.
7.13	All of the above exclusions, limitations and disclaimers shall survive the termination of this License for any reason.
8.0	Maintenance Services
8.1	If the Licensee has paid Maintenance Fees, REL shall provide Maintenance Services for the relevant period covered by such Maintenance Fees in accordance with the Software Maintenance Terms and Conditions attached. Otherwise, REL is under no obligation to provide Maintenance Services.
9.0	Other Services
9.1	Except as otherwise stated in a proposal furnished by REL and accepted by the Licensee, the License Fees do not cover the cost of: (i) Installation, implementation and consulting services; (ii) Customization services; (iii) Integration services; (iv) Data importing services; (v) Net-working services; (vi) Software configuration and preference setting; (vii) Technical support and troubleshooting; (viii) Maintenance Services; (ix) Training; (x) Software "fixes" and updates; and (xi) Software upgrades. Upon the Licensee’s request, REL shall perform such other services at its standard rates and charges, plus travel and accommodation expenses.
10.0	Copyright
10.1	REL retains exclusive ownership of all copyright and other intellectual property rights in the Software and Documentation, whether in electronic or paper form. The Licensee shall not, during or at any time after the expiry or termination of this License, commit, allow, suffer or permit any act that infringes REL copyright and intellectual property rights in the Software and Documentation. The Licensee expressly agrees that it shall not copy the Software except for internal back-up and archival purposes pursuant to clause 2.4.
10.2	This License is a license to use the Software. It is NOT an agreement for the sale of the Software. The Licensee’s rights to use the Software are specified in this License. The Licensee has no other rights in respect to the Software except as expressly granted to it in this License or related agreements with REL.
11.0	Transfer of Software
11.1	The Licensee shall not transfer the Software except with the prior written consent of REL. If REL gives its consent, it will be on the basis that: (a) the Licensee transfers all the Software and Documentation as a whole, including all prior versions and upgrades; (b) the Licensee shall not thereafter use the Software or Documentation, including prior versions and upgrades, and shall remove all copies of the Software from its computers; and (c) the transferee accepts, in writing, the terms of this License and agrees to comply with them.
11.2	The Licensee shall not be deemed to have transferred the Software pursuant to clause 11.1 in circumstances where the Licensee merges with, or its shares are acquired by, another company. However, in such event, such other company shall be deemed to have accepted the terms and conditions of this License and to have assumed the Licensee’s rights and obligations hereunder.
11.3	If the Licensee installs a new version of the Software, it shall not thereafter use, or transfer, any prior versions.
12.0	Right to Integrate With Other Software
12.1	Nothing in this License shall be construed to prevent the Licensee from making, or having made, developments that enable the Software to operate in conjunction with the Licensee’s and/or a third party’s products as part of an integrated system. However, the Licensee shall not have the right to license the Software as part of an integrated system without REL written consent. As a condition to giving its written consent, REL may require the Licensee to disclose the REL copyright by displaying in one or more places "Powered by REL" or such other words as REL shall prescribe. REL shall prescribe the exact content, size, format and placement of such words in accordance with its branding requirements. The Licensee shall not allow its customers to use the Software as part of the Licensee’s integrated system except with REL written consent and subject to the payment of such additional license fees as REL may specify. For the avoidance of doubt, nothing in this clause shall transfer to the Licensee ownership or title in any Software so integrated and the Licensee shall have no greater rights to such Software, when so integrated, as the Licensee has under this License in respect to the Software, when not so integrated.
13.0	Term of License
13.1	This License commences upon installation of the Software. Installation shall be deemed to occur when the Licensee installs the first of a series of modules comprising the Software. Subject to clause 5.9, clause 5.10 and clause 13.2, this License shall continue in perpetuity.
13.2	REL shall have the right to terminate this License, and to disable the Software, thereby rendering the Software non-functional, in the event that the Licensee breaches any term herein or fails to pay any applicable fees, whether under this License or under any other agreement with REL. In the case of a breach, if such breach is capable of remedy, REL shall give the Licensee ten days written notice within which to remedy such breach. If, in REL reasonable judgment, such breach is not capable of remedy, termination shall take effect immediately upon the Licensee’s receipt of notice by REL. In the case of non-payment, REL shall give the Licensee ten days written notice within which to make such payment. If the Licensee shall not have remedied a breach that is capable of remedy, or made such payment, whichever the case may be, by the end of such ten day notice period, this License shall be deemed terminated and REL shall have the right to disable the Software, thereby rendering the Software non-functional. REL shall have no liability to the Licensee for terminating the License and disabling the Software pursuant to this clause.
13.3	Upon termination, the Licensee’s right to use the Software shall be deemed revoked. The Licensee or its representatives shall destroy the Software and Documentation or otherwise return or dispose of such material in such manner as REL directs.
13.4	Termination of this License is without prejudice to any rights or remedies that REL may have under law or equity. Any expense incurred by REL to rectify any default by the Licensee or in enforcing any of its rights shall be reimbursed by the Licensee on written demand from REL.
14.0	Promotion
14.1	The Licensee permits REL to disclose the Licensee’s name and brand in advertising and promotional material, provided such disclosure does not go beyond mentioning that the Licensee uses the Software and REL makes such disclosure in a dignified and responsible fashion. REL shall seek the Licensee’s consent before using the Licensee’s name and brand in any other manner for advertising and promotional purposes.
15.0	Entire Agreement
15.1	Any changes or modifications to this License requested by the Licensee shall be valid only if agreed by REL in writing.
15.2	REL reserves the right to amend this License from time to time and to substitute a new version thereof. The terms and conditions of such new version shall apply to all Licenses held by the Licensee when the Licensee (a) buys an additional License, (b) installs a new release or update of the Software or (c) buys Maintenance Services, whichever comes first.
15.3	This License, including all schedules, constitutes the entire, and only agreement between the parties, and supersedes all prior agreements, understandings, and communications, whether oral or written, between the parties respecting the subject matter hereof. There are no understandings, agreements, warranties, or representations, express or implied, except as set forth herein. This License prevails over any additional, conflicting, or inconsistent terms and conditions appearing on any purchase order submitted by Licensee.
16.0	Non-Waiver
16.1	If REL delays enforcing an obligation or remedy under this License, such delay shall not result in a waiver or variation of such obligation or remedy. No failure by REL to insist upon strict performance of any term or condition in this License shall constitute a waiver or variation of such term or condition. Such failure shall not prevent REL from claiming a default or seeking a remedy under this License. 
17.0	Invalidity of Clause
17.1	If any provision of this License is determined to be void or unenforceable, the remainder will remain valid and enforceable according to its terms.
17.2	Certain jurisdictions have adopted laws expressly permitting reverse engineering, decoding, decompiling and other uses of the Software prohibited in clause 5. In respect to such jurisdictions, the prohibitions in clause 5 shall be deemed modified but only to the extent necessary to comply with the laws of such jurisdictions.
17.3	Some jurisdictions do not allow the exclusion of certain implied warranties or the imposition of certain warranty conditions, so the warranty exclusions and conditions in clause 6 may not apply to a Licensee in such jurisdictions. This License does not exclude any warranties or impose any conditions that may not, under applicable law, be excluded or imposed. The warranty in clause 6 gives the Licensee specific legal rights, and does not limit any other legal rights that the Licensee may have under relevant law, except where such relevant law expressly allows such limitations as contained in this License.
17.4	Certain jurisdictions limit the right of a supplier of software to disclaim liability for loss or damage arising from the use of software. In respect to such jurisdictions, the disclaimers in clause 7 shall be deemed modified but only to the extent necessary to comply with the laws of such jurisdictions.
18.0	Governing Law
18.1	This Agreement shall be governed by the laws of the State of New York, United States of America. The parties submit to the jurisdiction of the courts of the State of New York, United States of America. Jurisdiction for any suit brought hereunder shall be the federal or state courts residing in New York City.
18.2	PRIVACY POLICY. Rosslare values The Licensee’s privacy and is dedicated to be compliant to the applicable data protection laws and regulations. Any personal data which Rosslare may collect or process, if any, is secured in accordance to Rosslare’s privacy policy. For more information please read in Rosslare’s Privacy Policy.
18.3	COMPLIANCE WITH LAWS. You shall comply with all laws and regulations of the United States and other countries ("Export Laws") to ensure that the Software Product is not (1) exported, directly or indirectly, in violation of Export Laws, or (2) used for any purpose prohibited by Export Laws, including, without limitation, nuclear, chemical, or biological weapons proliferation. You further agree that you will not use the Software Product for any purpose prohibited under applicable law.
18.4	U.S. GOVERNMENT RESTRICTED RIGHTS - The Software is provided with restricted rights. Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFAR 252.227-7013, Federal Acquisition Regulation clause 52.227-19 (c) (2) Commercial Computer Software Restricted Rights, NASA clause 52.227.86 (d) Commercial Computer Software Licensing, or their successor.
19.0	Acceptance
19.1	The Licensee acknowledges having received this License before paying the License Fees. By paying the License Fees and by using the Software, the Licensee shall be deemed to have accepted the terms and conditions in this License.

Appendix A 
Software Maintenance Terms and Conditions

Note: Maintenance is optional. The Software Maintenance Terms and Conditions below apply only if the Licensee has purchased Maintenance Services. 

20.0	Definitions
20.1	"Bug" means a minor fault in the Software that prevents the Software from performing according to the Software’s Documentation. A lack of a specific function shall not be deemed a Bug if the Software was not designed to perform that function. One Licensee may experience a Bug. Nonetheless, if the Bug does not affect many users of the Software, REL may not develop a Bug fix.
20.2	"Maintenance Fees" means the REL annual charge, or custom quoted charges, to provide the Maintenance Services. The Maintenance Fees are subject to change pursuant to clause 23.1 below.
20.3	"Maintenance Period" means the period in respect to which the Licensee has agreed to pay the Maintenance Fees and is thereby entitled to receive the Maintenance Services. The initial Maintenance Period shall commence on the Start Date.
20.4	"Maintenance Services" means the maintenance services described in clause 21.
20.5	"New Release" means a Software release, generally applicable to all users, which (a) adds new functionality, (b) improves performance, (c) fixes Bugs, (d) removes incompatibilities, (e) enhances stability or (f) remedies technical faults. For the avoidance of doubt, a new module or "Plug-In" shall not be deemed a New Release. New Release does not include any Third Party Software.
20.6	"Technical Support" means REL technical support infrastructure, contacted via REL web site (currently <http://www.rosslaresecurity.com>) or technical support email address for initiating a support request, uploading/sending problematic files and otherwise communicating with REL in respect to all support and maintenance issues.
20.7	"Software" means the specific items and modules of REL software for which the Licensee has paid the Maintenance Fees or acquired the right to use. "Software" includes any, upgrades and updates and new releases for which the Licensee has paid the applicable Maintenance Fees or has acquired the right to use. "Software" includes the Documentation.
20.8	"Start Date" means the first date upon which the Licensee has access to any module comprising the Software, unless the parties agree, in writing, upon a different Start Date.
20.9	All other defined terms shall have the same meaning as in the License.
21.0	The Maintenance Services
21.1	The Maintenance Services are provided by email, or other online communication methods as may be required and as determined by REL. REL cannot maintain its service levels unless all Licensees provide the minimum information required to perform Technical Support according to REL support guideline documents and procedures. REL support guideline and documents and procedures will be made available on request.
21.2	The Licensee shall use the Technical Support to initiate a support request, to upload/send required problematic files and to communicate with REL in respect to all support and maintenance issues.
21.3	The Licensee shall only receive New Releases where available and if requested during the Maintenance Period.
21.4	The Licensee shall receive unlimited technical support via Technical Support. REL shall use its reasonable efforts to respond to all support requests within 48 hours (during working hours, excluding weekends and public holidays). If REL is able to do so, it shall resolve the technical issue in such response. Otherwise, REL shall use its reasonable efforts to resolve the technical issue in a timely fashion commensurate with the urgency of the Licensee’s request and the nature of the problem.
21.5	REL offers Technical Support to assist the Licensee in identifying and resolving technical issues and problems with the Software. The Licensee shall not use Technical Support to learn how to use the Software or as a substitute for training.
21.6	The Licensee shall not use Technical Support for support in customizing the Software for its specific requirements. While REL will explain in general terms how the Software can be customized, REL will not support the Licensee in meeting its specific customization requirements. The Maintenance Services do not include professional engineering services or customization support, but professional engineering services or customization is available to the Licensee at REL standard rates and charges, plus travel and accommodation expenses.
21.7	REL shall not provide support for Third Party Software, such as computer operating systems, Internet Explorer, Microsoft Word or, nor shall REL support database software, SQL Server, including any additions, deletions, upgrades of such Third Party Software. REL shall not be obliged to support the Licensee’s use of Software features for purposes for which such features were not designed, or to fix any consequential problems caused thereby; system failures due to lack of maintenance; neglect; network failures; user inflicted malfunctions; data loss due to lack of maintenance, neglect and tampering; hardware failure due to natural causes, improper installation or neglect; and system failures due to unsupported hardware configuration or changes.
21.8	REL shall not provide support in circumstances where the Licensee has misused the Software and caused serious damage to the Licensee’s database and file structure. Support for rebuilding or restoring a database is available to the Licensee at REL standard rates and charges, plus travel and accommodation expenses. If, whether during or after providing support to the Licensee, REL discovers that the Licensee misused the Software or caused serious damage to the Licensee’s database and file structure, thereby necessitating such support, REL reserves the right to charge the Licensee for the cost of providing such support and associated rectification work.
21.9	REL shall use its reasonable efforts to correct any faults, errors or Bugs notified by the Licensee. REL may suggest to the Licensee a work-around until REL prepares a New Release that corrects the fault. The Licensee acknowledges that REL is not obligated to develop a New Release for the Licensee’s specific fault. REL shall only fix Bugs in the current version of the Software with the latest New Release installed.
21.10	The Licensee may present REL with suggestions or requests for enhancements or modifications the Licensee would like included in new versions. Final decision on implementation of these requests will remain at the discretion of REL. REL shall own any intellectual property relating to an enhancement or modification suggested or requested by the Licensee. 
21.11	REL shall not provide support in circumstances where the Licensee has installed unauthorized Third Party Software concurrently on the same Server and/or Client.
22.0	Conditions and Exclusions
22.1	REL is not obligated to provide any other services except for the Maintenance Services. REL may provide other services such as consulting, importing, implementation services and training. The Maintenance Fees do not cover the cost of such other services. Upon the Licensee’s request, REL shall perform such other services at its standard rates and charges, plus travel and accommodation expenses.
22.2	REL shall only provide the Maintenance Services via Technical Support although it may make general press releases when New Releases are available for downloading. Upon the Licensee’s request, REL shall provide telephone support or on-site support at its standard rates and charges, plus travel and accommodation expenses.
22.3	REL has an iterative Software development program. For that reason, REL shall only support the current version of the Software and such prior versions of the Software as REL may elect to support, in its sole and absolute discretion.
22.4	The Licensee shall initiate a request for support by submitting a request to Technical Support. The Licensee shall provide REL with complete information in respect to any such request. REL shall not be required to provide Maintenance Services, or REL may stop providing Maintenance Services already commenced, if REL reasonably deems the information provided by the Licensee to be incomplete.
22.5	The Licensee shall grant REL reasonable access to the Licensee’s database, templates, hardware configurations and such other files as REL may reasonably require for the purpose of providing the Maintenance Services. REL shall use its reasonable efforts to protect the confidentiality of the Licensee’s information and will execute a non-disclosure agreement if so requested by the Licensee.
22.6	REL may adopt such other procedures as REL deems necessary and appropriate to provide efficient and effective Maintenance Services. These may include satisfaction surveys, fault notification procedures and the maintenance of fault logs. The Licensee agrees to follow any such procedures.
22.7	The Licensee is responsible for installing New Releases. Upon the Licensee’s request, REL shall perform this service at its standard rates and charges, plus travel and accommodation expenses.
22.8	REL is not responsible for faults caused by Third Party Software nor shall REL be required to provide any Maintenance Services in respect to Third Party Software. REL is not responsible for software and hardware incompatibilities.
22.9	REL has a robust Software development program designed to maintain the technical proficiency of the Software for its clients. However, REL does not commit itself to any specific New Release schedule or that it will issue a major upgrade of the Software during the Maintenance Period.
22.10	Pursuant to its Software development program, REL tries to develop functions, features, fixes and updates that will generally benefit its users. However, REL does not warrant that the new functions, features, fixes and updates incorporated within any New Release will be of specific benefit to the Licensee. 
22.11	The Maintenance Services do not include Technical Support in respect to errors caused by: (a) the operation of the Software by the Licensee incorrectly or in a manner other than expressly authorized by REL in its Software documentation, (b) the failure of the Licensee to provide suitably qualified and adequately trained staff for the operation of the Software, (c) a fault in the hardware in which the Software has been installed or (d) a modification, revision, variation, translation or alteration of the Software not authorized by REL, (e) operation of the Software on any hardware platform that is not one of the REL pre-approved computer configuration, or (f) operation of the Software on any hardware or operating system that is not applied exclusively as required for the operation of the Software alone.
22.12	REL shall not be responsible for any failure or delay in providing the Maintenance Services due to circumstances beyond its reasonable control.
22.13	The terms of the License are incorporated herein. The Licensee’s right to receive the Maintenance Services is expressly conditional upon its compliance with the License.
23.0	Maintenance Fees
23.1	REL shall specify the initial Maintenance Fees in its proposal to the Licensee or upon request by the Licensee. The initial Maintenance Fees shall apply for the duration of the initial Maintenance Period. Thereafter, REL may change the Maintenance Fees with effect from the commencement of the next Maintenance Period.
23.2	Where the Maintenance Fees are expressed as percentages of the license fees for the Software, such percentages shall be applied to the then current list price at the commencement of the relevant Maintenance Period for the latest version of the Software.
23.3	The Licensee may not pay Maintenance Fees for only part of the Software licensed from REL or for only a specific number of Software licenses. The Licensee must pay Maintenance Fees for all Software licensed, including all modules thereof. The Licensee must also pay Maintenance Fees on the value of any customizations that REL performed for the Licensee as part of the implementation services since REL will be required to maintain compatibility of those customizations with future New Releases.
23.4	The Licensee shall pay the Maintenance Fees annually in advance. REL shall invoice the Licensee for the Maintenance Fees. The Licensee shall pay such invoice within 30 days of the date of invoice. Maintenance Fees are not refundable.
23.5	If during the Maintenance Period, the Licensee orders additional Software Licenses, or upgrades their system for a higher level License, REL shall invoice the Licensee for the additional Maintenance Fees applicable thereto, prorated to the end of the Maintenance Period. If within 90 days before the end of a Maintenance Period, the Licensee orders additional Software licenses, the Licensee must renew the maintenance on all Software licenses. In such event, the Licensee shall pay the applicable Maintenance Fees for all Software Licenses in respect to the year following the expiration of the then current Maintenance Period and such prorated portion of Maintenance Fees for the additional Software licenses to the end of the then current Maintenance Period.
23.6	If the Licensee does not pay the Maintenance Fees by the due date thereof, the Licensee will not be able to avail itself of the Maintenance Services.
23.7	The Licensee may not reduce the number of Software licenses during a Maintenance Period, except with the prior written consent of REL who may withhold its consent in its sole and absolute discretion.
24.0	Term
24.1	The initial Maintenance Period is subject to automatic renewal on a year-to-year basis or as otherwise agreed in writing. Either party may give notice of its intention not to renew at least 90 days before the end of the initial Maintenance Period or 90 days before the anniversary date of any renewal Maintenance Period. If neither party gives such notice, the Maintenance Period shall automatically renew on a year-to-year basis until either party gives such notice at least 90 days before the anniversary date of any renewal Maintenance Period.
24.2	At the end of the final Maintenance Period, all Maintenance Services shall cease. The Licensee will not be able to get New Releases from REL even if REL issues a major New Release shortly thereafter.
25.0	Assignment
To provide efficient and effective Maintenance Services, REL may assign its obligations to provide Maintenance Services or sub-contract some or all of its obligations hereunder.

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
AxTraxNG 27.7.1.19 169 Wednesday, May 18, 2022 Exempted
AxTraxNG 27.7.1.18 158 Thursday, August 19, 2021 Exempted
AxTraxNG 27.7.1.9 237 Monday, January 4, 2021 Approved

This package has no dependencies.

Discussion for the AxTraxNG Package

Ground Rules:

  • This discussion is only about AxTraxNG and the AxTraxNG 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 AxTraxNG, 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