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

spatial (Install)

This is not the latest version of spatial (Install) available.

  • 1
  • 2
  • 3

1.1.4 | Updated: 31 Mar 2017

Downloads:

11,930

Downloads of v 1.1.4:

488

Software Author(s):

  • Improbable Worlds Ltd

spatial (Install) 1.1.4

This is not the latest version of spatial (Install) available.

  • 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
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install spatial (Install), run the following command from the command line or from PowerShell:

>

To upgrade spatial (Install), run the following command from the command line or from PowerShell:

>

To uninstall spatial (Install), 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 spatial -y --source="'INTERNAL REPO URL'" --version="'1.1.4'" [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 spatial -y --source="'INTERNAL REPO URL'" --version="'1.1.4'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install spatial
  win_chocolatey:
    name: spatial
    version: '1.1.4'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'spatial' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.1.4'
end

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


cChocoPackageInstaller spatial
{
    Name     = "spatial"
    Version  = "1.1.4"
    Source   = "INTERNAL REPO URL"
}

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


package { 'spatial':
  ensure   => '1.1.4',
  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.

Package Approved

This package was approved as a trusted package on 04 Apr 2017.

Description

SpatialOS: Build worlds where everything matters.

SpatialOS is a computation platform that allows you to exceed the power of a single game engine or server.

Code Beyond Server Boundaries

SpatialOS can create a swarm of hundreds of conventional game engines that overlap together to create a huge, seamless world. Develop unconstrained by the computational and concurrent player limits of a single engine.

Grow a Persistent World

A SpatialOS world can contain millions of persistent entities and manage their state and history. Design gameplay that allows players to affect the world in meaningful, long-lasting ways.

Deploy Fast, Iterate Fast

Use just a few CLI commands to run your world on the SpatialOS Platform, then instantly share with players. SpatialOS handles all infrastructure management and data synchronization for you, greatly increasing the speed at which you can build and grow your online world.

spatial toolbelt

The spatial toolbelt is a command line toolchain that allows you to build and manage your SpatialOS simulations locally and in the cloud.

Note: spatial toolbelt has its own internal update mechanism. This package just bootstraps the toolbelt onto your computer.

SpatialOS SDK

The SDK has a number of dependencies on things like a JDK and Unity being installed. You can get this installer to tell you how to install the dependencies that a particular SDK version has via the sdkVersion package parameter. See below.

Package parameters

Supply like --params="/option:'value' ..." (see docs for --params)

  • sdkVersion (optional, defaults to v9) - The sdkVersion that you're intending to use. Supplying this will make this installer output some commands for you to paste into your shell to install the dependencies that are required by that version of the SpatialOS SDK.
  • cliStructureVersion (optional, defaults to v2) - The cliStructureVersion that you're intending to use. This affects the layout of commands within the toolbelt. There should be no reason to set this other than to try out new versions ahead of their being generally released.
    You can change this later via spatial config set cli-structure {version}.
    You can get the current value via spatial config get cli-structure.

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

function Write-DependencyInstallInformation([psobject] $customParameters, [string] $td) {
  $sdkVersion = ($customParameters.sdkVersion, $dependencies.defaults.sdkVersion, "v10" -ne $null)[0]
  $content = (Get-Content "$($td)/dependencies.$($sdkVersion).txt" -ErrorAction SilentlyContinue) -join "`n"
  if ($content.length -le 0) {
    $possibilities = (get-childitem "$($td)/dependencies.*.txt").Name | foreach-object {$_ -replace '.*\.(v[0-9]+)\..*','* $1'}
    throw @"
The SDK version that you supplied ($sdkVersion) is not recognised.

Please choose one of
$($possibilities -join "`n")

as the value of the /sdkVersion:<value> custom parameter.

"@
# trailing space is necessary to separate from stack trace.
  } else {
    write-host @"
To install dependencies for $($sdkVersion), run the following inside an administrator prompt:

$content
"@ -ForegroundColor green
  }
}

$installDir = "$(Get-ToolsLocation)\spatial"
if (-not(test-path $installDir)) {
  new-item $installDir -type directory
}

$packageToolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$paramsText = get-content "$($packageToolsDir)\params.txt"
$p = $paramsText.Split("`n")

# 32-bit params are omitted deliberately, since that will cause package to fail
# on 32-bit OS - we want that, since spatial is compiled for 64-bit only.
Get-ChocolateyWebFile `
  -PackageName "spatial" `
  -FileFullPath "$($installDir)\spatial.exe" `
  -Url64bit "$($p[0])" `
  -Checksum64 "$($p[1])" `
  -ChecksumType64 "$($p[2])" `

Install-BinFile -Name "spatial" -Path "$($installDir)\spatial.exe"

$packageParams = Get-PackageParameters($env:chocolateyPackageParameters)
Write-DependencyInstallInformation $packageParams $packageToolsDir

write-host "Updating to latest version of spatial.exe via ``spatial update --force``"
& $installDir\spatial.exe update --force
if ($LASTEXITCODE -ne 0) {
  write-warning @"
Running ``spatial update`` failed.

Check the output for the reason.

The most likely reasons this failed:
* The browser window failed to open

  To fix:
  - run ``spatial update --force``
  - paste the url it outputs to a browser window and sign in
  - if the command times out again, run it again after having signed in and it
  will succeed.

* The browser window opened but with a different persona (e.g. Chrome's "people"
  feature). Your computer's shell picks the last browser window that you touched
  to launch a web address in.

  To fix, either:
  - click on a browser window where you have signed in before
  - sign in to the browser window that was chosen
  then re-run ``spatial update --force``
"@
}

$safeDefaultCliStructureVersion = "v2"
$cliStructureVersion = ($packageParams.cliStructureVersion, $safeDefaultCliStructureVersion -ne $null)[0]
write-debug "Trying to set CLI structure version to '$cliStructureVersion'."
$valid = @("v1", "v2")
if ($valid -notcontains $cliStructureVersion) {
  write-warning @"
Invalid CLI structure version parameter passed: '$cliStructureVersion'.

Defaulting to '$safeDefaultCliStructureVersion' for version.

To change this, run ``spatial config set cli-structure <version>``.

(You should not need to change this unless directed to by support).
"@
  $cliStructureVersion = $safeDefaultCliStructureVersion
}
& $installDir\spatial.exe config set cli-structure "$cliStructureVersion"
if ($LASTEXITCODE -ne 0) {
  write-warning @"
Failed to set config cli-structure to '$cliStructureVersion'.

You can try yourself via ``$installDir\spatial.exe config set cli-structure $cliStructureVersion``.

If that fails, please ask for help from support in our support forum at:

https://forums.improbable.io/c/sup

(you will need to be signed in with your spatialos account to see that).
"@
}

write-host @"
Installed to $($installDir).
"@
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$installDir = "$(Get-ToolsLocation)\spatial"

Remove-Binfile "$($installDir)\spatial.exe"

if (test-path "$($installDir)\spatial.exe") {
  remove-item "$($installDir)\spatial.exe"

  # if the directory is now empty, remove it.
  $contents = Get-ChildItem $installDir -recurse -filter "spatial"
  $directoryInfo = $contents | Measure-Object
  if ($directoryInfo.count -eq 0) {
    remove-item $installDir -force -recurse
  } else {
    write-warning @"
Did not remove $installDir because it was not empty. It still contains:
$($contents -join "`n")
"@
  }
}
tools\dependencies.v10.txt
choco install unity --yes --version 5.5.2
choco install unity-standard-assets --yes --version 5.5.2
choco install unity-docs --yes --version 5.5.2
choco install unity-linux --yes --version 5.5.2
choco install unity-mac --yes --version 5.5.2
choco install unity-ios --yes --version 5.5.2
choco install jdk8 --yes --version 8.0.121
choco install sbt --yes --version 0.13.13.1
choco install vcredist2015 --yes --version 14.0.24215.20160928
tools\dependencies.v8.txt
choco install unity --yes --version 5.5.2
choco install unity-standard-assets --yes --version 5.5.2
choco install unity-docs --yes --version 5.5.2
choco install unity-linux --yes --version 5.5.2
choco install unity-mac --yes --version 5.5.2
choco install unity-ios --yes --version 5.5.2
choco install jdk8 --yes --version 8.0.121
choco install sbt --yes --version 0.13.9
choco install vcredist2015 --yes --version 14.0.24215.20160928
tools\dependencies.v9.txt
choco install unity --yes --version 5.5.2
choco install unity-standard-assets --yes --version 5.5.2
choco install unity-docs --yes --version 5.5.2
choco install unity-linux --yes --version 5.5.2
choco install unity-mac --yes --version 5.5.2
choco install unity-ios --yes --version 5.5.2
choco install jdk8 --yes --version 8.0.121
choco install sbt --yes --version 0.13.13.1
choco install vcredist2015 --yes --version 14.0.24215.20160928
tools\LICENSE.txt
Terms of Service and License Agreement for SpatialOS

1. ABOUT THIS DOCUMENT.
1.1. Improbable. This Open Alpha Developer Partner Licence (“Agreement”) explains how you can use SpatialOS, Improbable’s operational environment software for the simulation of virtual worlds and associated functionality, including any and all patches, updates, fixes, new or alternate versions and all assets, files, manuals, information and other materials provided in connection with it (the “Software”). You will be granted access to the Software following a sign-up process and approval of this Agreement. The Agreement is a legally binding contract between you, either individually or if applicable on behalf of your corporate entity/employer (“you” or “Developer”) and Improbable Worlds Limited (incorporated in England) with company number 08070525) whose registered office is at 20 Farringdon Road, London, EC1M 3HE, UK.
1.2. Purpose. The purpose of this Agreement is for you to experiment with, test and develop your own software products using the Software and Services, in accordance with Improbable’s rules and requirements and together with any other purposes or uses which the parties may agree in writing.
1.3. Alpha status. The Software and Services are provided on an open Alpha basis – it is not on full commercial release. Therefore, There may be missing or incomplete features, bugs or errors which may be subject to testing/further development/patches/updates at Improbable’s sole discretion. Improbable does not make any promises, warranties or representations of any kind about (or accept any liability for) the Software and Services, what they do, how they do it, or about future content. The Software and Services by Improbable are provided as is without warranty or representation, express, implied or statutory, including without limitation warranty or satisfactory purpose, merchantability, fitness for any particular purpose or availability for use (although improbable will use reasonable endeavours to make the Software and Services available); nor are there any warranties created by course of dealing or course, performance or trade usage. All implied and/or statutory representations, conditions or warranties are excluded to the extent permissible by law.
In this Agreement: (i) “Software and Services” means the Software, the Servers, technical support and all other products and services provided by Improbable to you under this Agreement; and (ii) “Servers” means the servers operated by or on behalf of Improbable to which you may upload content using the Software under this Agreement.
2. LICENCE RIGHTS AND OBLIGATIONS.
2.1. Use of the Software. During the term of this Agreement you will have access to the Software, subject to any requirements from Improbable, including regarding on Software functionality, any notified commercial/pricing requirements and available Server deployment size as further detailed at www.spatialos.com (as updated by Improbable from time to time). You may also have access to a reasonable amount of remote technical support (at Improbable’s sole discretion). Upon expiry of this Agreement, your access to Software and Services may be subject to additional terms and conditions, as notified to you by Improbable.
2.2. Licences. Improbable grants you a personal, revocable, non-transferable, non-sublicensable and non-exclusive licence to use the Software and Services during the term of this Agreement solely and exclusively for the purpose of this Agreement. You and your officers, employees, agents and other personnel will not at any time directly or indirectly use the Software and Services, or do or omit to do anything regarding the Software and Services, which breaches the Restrictions set out in clause 6 below, this Agreement or any other terms set out by Improbable in writing from time to time. You grant Improbable a permanent, irrevocable, worldwide, non-exclusive, transferable licence to use the Developer Original Content (defined in clause 5.2 below), solely for the purpose of promoting the Developer Original Content, the Software and Improbable. Improbable will use its reasonable endeavours to consult with you prior to any such marketing involving the Developer Original Content.
2.3. Use of Developer Original Content. If you would like to commercially use and/or otherwise exploit the Developer Original Content you may only do so with Improbable’s prior written consent. Unless otherwise agreed between the parties in writing, you will only release Developer Original Content to end user consumers via either Steam or Improbable’s own content launcher.
2.4. Security. You will at all times ensure that the Software and Services and any Confidential Information disclosed by Improbable to you are kept secure and that you will use all reasonable security practices and systems applicable to prevent and take prompt and proper remedial action against unauthorised access, copying, modification, storage, reproduction, display or distribution of the same.
3. REGULATION. Regarding your products and services made available via the Software and Services, you are solely and exclusively responsible for: (i) all legal and regulatory compliance; and (ii) any end user and/or consumer matters relating to the same, and you acknowledge that Improbable has no responsibilities, obligations or liabilities whatsoever regarding the same. This includes (but is not limited to) applicable consumer protection, data protection and other regulatory matters. In relation to data protection matters, you will be the data controller and Improbable will be the data processor. You will be responsible for the use of and entry into any applicable end user licence, privacy policy and other applicable documentation between you and end users and/or consumers.
4. TERM. The Agreement will run from the date Improbable grants you access to the Software under this Agreement and will continue until completion of the open Alpha, as decided by Improbable at its sole discretion. Unless the parties have agreed otherwise in writing, the Agreement may be terminated on written notice by Improbable at any time, whether or not you have breached any of your obligations under this Agreement. You may terminate this Agreement at any time by permanently ceasing all use of the Software and Services. All rights and obligations of the parties will cease to have effect immediately upon termination or expiry of this Agreement for any reason except for: (a) any and all accrued rights and obligations of the parties at the termination date; and (b) those rights and obligations of the parties necessary for the interpretation and enforcement of it (including but not limited to clauses 2 (Licence Rights and Obligations), 3 (Regulation), 4 (Term), 5 (Intellectual Property Rights), 7 (Confidentiality), 8 (Legal) and 9 (General)).
5. INTELLECTUAL PROPERTY RIGHTS.
5.1. Improbable IPRs. As between the parties, Improbable is the sole and exclusive owner of the Software and Services and all related documentation, assets and materials with all Intellectual Property Rights (defined below) in them including any improvements, updates, subsequent versions, modifications, amendments and alterations made by or on behalf of Improbable to any of the aforesaid (“Improbable Property”).
5.2. Developer IPRs. You will be the sole and exclusive owner of any and all content, products and services with all Intellectual Property Rights in the same created by you using the Improbable Property (e.g. you would be the owner of original ideas, concepts or designs for software created using Improbable Property) (the “Developer Original Content“) as well as all pre-existing materials and assets created by or on behalf of you (together with the Developer Original Content, the “Developer Property”).
5.3. Developer Improvements. In the event that you create any improvements, updates, modifications, amendments or alterations to the Software and Services, excluding the Improbable Property (“Developer Improvements”), both parties shall discuss the Developer Improvements in good faith including regarding the licensing or acquisition by Improbable of the same. This excludes the Improbable Property itself (which remains Improbable property).
"Intellectual Property Rights" means any and all copyright, trade marks, service marks, trade dress, brand names, logos, goodwill, get up, trade, business or domain names, design rights, database rights, patents, rights in inventions, know-how, trade secrets and confidential information, rights in databases, rights in computer software, moral rights, publicity rights, performance rights, synchronisation rights, mechanical rights, publishing, rental, lending and transmission rights and other intellectual property and exploitation rights of a similar or corresponding character which may now or in the future subsist in any part of the world, in all cases whether or not registered or registrable including all granted applications and all applications for registration, division, continuation, reissuance, renewals, extensions, restorations and reversions regarding any of the same.
6. RESTRICTIONS. In order to use the Software and Services, you must (unless Improbable agrees otherwise in writing): (i) not copy the Software (no back-up, archival or storage copies are permitted); (ii) not upload the Software to the internet, servers or to any cloud based system permitted other than the Servers and as authorised by Improbable; (iii) not modify, merge, distribute, translate, reverse engineer, decompile, disassemble, create derivative works of, hack or interfere with the Software or any part of it; (iv) use only SDKs provided by Improbable with the Software - no independent creation or use of other SDKs is permitted; (v) not use the Software, or upload content to the Servers, in any way which: (a) is illegal or infringes third party Intellectual Property Rights; (b) is related to gambling and/or adult content; or (c) is defamatory, racist, offensive or inappropriate; (vi) not attempt to access, copy, steal, modify or otherwise interact with any third party content, code, assets, data, materials, or information stored or located on the Servers (“Third Party Content”); (vii) not attempt to breach any restrictions or requirements by Improbable in connection with the Software, the Servers or Third Party Content; and (viii) not upload to the Servers anything which causes damage to or affects the operation of the Servers, the Software or Third Party Content.
7. CONFIDENTIALITY. Neither party will disclose Confidential Information to any third party and will only release the Confidential Information to those of its directors, officers or employees who need to know it strictly for the purpose of exercising or performing that party's rights and obligations under this Agreement (the "Purpose"). Each receiving party will treat Confidential Information with the same degree of care and apply no lesser security measures than it affords to its own Confidential Information. The receiving party warrants that these measures provide adequate protection against unauthorised disclosure, copying or use. The receiving party will make no commercial use of the Confidential Information, except for the Purpose. Confidential Information may be disclosed if and to the extent:
(a) it is required by law, court order or other authority of competent jurisdiction or any regulatory or government authority to which the receiving party is subject, but in each case only to the extent required and for the purpose of such disclosure and provided that the disclosing party is promptly informed of the disclosure;
(b) the receiving party reasonably considers it necessary to disclose the information to its professional advisers, auditors or bankers provided that it does so on terms protecting the information;
(c) the information entered the public domain through no fault of the receiving party;
(d) the information was previously disclosed to the receiving party without any obligation of non disclosure; or
(e) the disclosing party has given its consent in writing.
Without prejudice to the generality of the above, copies or reproductions of Confidential Information will not be made except to the extent reasonably necessary for the Purpose and all copies made will be dated and will be the property of the disclosing party. The receiving party will keep accurate and up to date records of any copies or reproductions and a list of any of the parties permitted above.
This clause supplements but does not replace any agreed Non Disclosure Agreement.
8. LEGAL.
8.1. Prior agreements. This Agreement will replace any previous version of the Developer Partner Licence but will be subject to the terms of any other written commercial agreement between the parties.
8.2. LIABILITY. The maximum and total aggregate liability of each party and its affiliates, officers, directors, employees and agents in connection with this Agreement (including but not limited to the Software and Services) will be an amount equal to any and all payments from you actually received by Improbable under this Agreement (if any). Improbable will not be liable to you whether in connection with this Agreement or any collateral contract, whether caused by Improbable or another third party, for any damage to property, loss of earnings, profits, charges or expenses, loss or theft of information, loss of business, opportunity, reputational loss or harm, or any special, indirect or consequential or punitive loss or damage or disruption of any kind, in any case, whether based on breach of contract, tort (including negligence or breach of statutory duty), misrepresentation, restitution or otherwise whether or not the relevant party has been advised of the possibility of such damage nothing in this Agreement purports to limit or exclude any party’s liability for fraud, fraudulent misrepresentation or willful misconduct or exclude or limit liability for death or personal injury caused by that party’s negligence or to the extent otherwise not permitted by law.
8.3. INDEMNITY. each party and its affiliates, officers, directors, employees and agents ("Indemnifier") agrees on demand to indemnify and hold harmless the other party and its affiliates, officers, directors, employees and agents ("Indemnified") (and keep them indemnified and held harmless) from and against any and all damages, claims, suits, actions, judgments, contributions, fines, penalties, costs and expenses whatsoever, including reasonable legal fees and costs, arising out of: (i) any unauthorised use by the Indemnifier of the Indemnified’s assets, Intellectual Property Rights or Confidential Information or of third party content; (ii) any actual or alleged claim by a third party of Intellectual Property Rights infringement or unauthorised Confidential Information usage in connection with the Software and Services or third party content; and/or (iii) any breach by the Indemnifier of the terms of the Agreement. Notwithstanding the above, Improbable shall have no liability to you to the extent that any claim is based upon (i) modifications to the Software and Services made by anyone other than Improbable; (ii) combination of the Software and Services with software not provided by Improbable; (iii) your failure to use modifications to the Software provided by Improbable to avoid infringement or misappropriation; (iv) use of the Software and Services by you which breaches Improbable’s terms and conditions; and (v) matters outside Improbable’s reasonable control.
8.4. DMCA. In accordance with the Digital Millennium Copyright Act of 1998, the text of which may be found on the U.S. Copyright Office website at http://www.copyright.gov/legislation/dmca.pdf, Improbable will respond expeditiously to claims of copyright infringement committed using the Software if such claims are reported to Improbable’s attention. Upon receipt of a copyright infringement notice, Improbable will take whatever action, in its sole discretion, it deems appropriate, including removal of the challenged content, from the Software and Servers.
9. GENERAL. (i) This Agreement does not create any exclusive relationship between the parties nor any partnership, joint venture, employment or agency between them. (ii) No failure or delay by a party to exercise any right under this Agreement or at law will be a waiver of that right. (iii) Any variation of this Agreement must be in writing and signed by the parties. (iv) No assignment, sub-contracting or transfer of this Agreement by either party is possible without the other party’s prior written consent. (v) Only a party to this Agreement can enforce it (whether under the UK’s Contracts (Rights of Third Parties) Act 1999 or otherwise). (vi) If any part of this Agreement is found to be invalid or unenforceable, that will not affect the rest of the Agreement. (vii) This Agreement can be executed in multiple counterparts. (viii) Any notices under this Agreement must be in English and sent to the other party’s registered office. (ix) This Agreement constitutes the whole agreement between the parties and unless otherwise stated herein supersedes all previous agreements between them regarding its subject matter. Each party acknowledges that, in entering into this Agreement, it has not relied on, and will have no right or remedy in respect of, any statement, representation, assurance or warranty other than as expressly set out in this Agreement. (x) Each party is responsible for its own costs regarding this Agreement. (xi) Each party will, and will use all reasonable endeavours to procure that any necessary third party will, promptly execute and deliver such documents and perform such acts as may reasonably be required to give full effect to this Agreement. (xii) This Agreement and any dispute or claim in connection with it will be governed by the law of England under the exclusive jurisdiction of the courts of England.
tools\params.txt
https://console.improbable.io/toolbelt/download/20170321.114351.ab13bd8/win
9767421B0A0149FDDE8F6FBE7FABF16B0223F8D9C5DAB36988D5BE8E1283D53B
sha256
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
<Include details of how to verify checksum contents>

GET https://console.improbable.io/toolbelt/download/20170209.180811.6c0f401/win.sha256

Compare to sha256 of downloaded spatial.exe

Should match.

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
spatial (Install) 1.1.9 2749 Wednesday, January 10, 2018 Approved
spatial (Install) 1.1.8 1105 Tuesday, September 12, 2017 Approved
spatial (Install) 1.1.7 447 Monday, August 21, 2017 Approved
spatial (Install) 1.1.6 1787 Friday, April 28, 2017 Approved
spatial (Install) 1.1.5 515 Monday, April 10, 2017 Approved
spatial (Install) 1.1.4 488 Friday, March 31, 2017 Approved
spatial (Install) 1.1.3 535 Friday, March 17, 2017 Approved
spatial (Install) 1.1.2 359 Thursday, March 16, 2017 Approved
spatial (Install) 1.1.1 441 Friday, March 10, 2017 Approved
spatial (Install) 1.1.0 503 Friday, March 3, 2017 Approved
spatial (Install) 1.1.0-rc2 402 Friday, March 3, 2017 Exempted
spatial (Install) 1.1.0-rc1 416 Thursday, March 2, 2017 Exempted
spatial (Install) 1.0.0 451 Friday, February 17, 2017 Approved
Discussion for the spatial (Install) Package

Ground Rules:

  • This discussion is only about spatial (Install) and the spatial (Install) 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 spatial (Install), 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