Downloads:
32,471
Downloads of v 9.1.936.20170923:
3,580
Last Update:
23 Sep 2017
Package Maintainer(s):
Software Author(s):
- Oleg Danilov
Tags:
environment variable path editor freeware- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
RapidEE
This is not the latest version of RapidEE available.
- 1
- 2
- 3
9.1.936.20170923 | Updated: 23 Sep 2017
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
32,471
Downloads of v 9.1.936.20170923:
3,580
Maintainer(s):
Software Author(s):
- Oleg Danilov
RapidEE 9.1.936.20170923
This is not the latest version of RapidEE available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Oleg Danilov. The inclusion of Oleg Danilov trademark(s), if any, upon this webpage is solely to identify Oleg Danilov goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install RapidEE, run the following command from the command line or from PowerShell:
To upgrade RapidEE, run the following command from the command line or from PowerShell:
To uninstall RapidEE, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download rapidee --internalize --version=9.1.936.20170923 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade rapidee -y --source="'INTERNAL REPO URL'" --version="'9.1.936.20170923'" [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 rapidee -y --source="'INTERNAL REPO URL'" --version="'9.1.936.20170923'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install rapidee
win_chocolatey:
name: rapidee
version: '9.1.936.20170923'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'rapidee' do
action :install
source 'INTERNAL REPO URL'
version '9.1.936.20170923'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller rapidee
{
Name = "rapidee"
Version = "9.1.936.20170923"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'rapidee':
ensure => '9.1.936.20170923',
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.
This package was approved as a trusted package on 01 Jul 2018.
Rapid Environment Editor (RapidEE) is an environment variables editor. It includes an easy to use GUI and replaces the small and inconvenient Windows edit box.
Features
- Show environment variables and values as an editable tree
- Variable inspector
- Supports drag'n'drop for reordering of variable values
- Portable mode
- Automatically checking for invalid pathnames and filenames
- Accept a number of command line parameters to modify the system and user environment variables
- Multiuser support
- Translated into a number of languages
- Supports Windows XP, 2003, Vista, 2008, Windows 7, Windows 8 & Windows 10 (including 64-bit versions).
Package parameters
NoShortcut
- Do not create shortcut
Copyright (c) 2007-2016, Oleg Danilov
All rights reserved.
END-USER LICENSE AGREEMENT For Rapid Environment Editor
You should carefully read the following terms and conditions before
using this software. Your use of this software indicates your
acceptance of this license agreement and warranty.
1. The computer software, artwork and other components included in
this version of product (collectively the "Software") are the
exclusive copyrighted property of Oleg Danilov
2. You must not (a) sell, rent, lease or sublicense all or any portion
of the Software; (b) modify or prepare derivative works of the
Software; (c) reverse engineer, decompile or disassemble the Software
3. The Software is freeware. You can use it as long as you wish for
free. You must not bundle the Software in any other distribution
packages and take distribution fees without our agreement.
4. THE SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS
EXPRESSED OR IMPLIED. YOU USE THE SOFTWARE AT YOUR OWN RISK. THE
AUTHORS WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR
ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THE SOFTWARE.
5. By installing and using the SOFTWARE PRODUCT, you accept all terms
and conditions herein.
If you do not agree with anything in this License, you must
immediately remove the SOFTWARE PRODUCT from your storage devices and
cease to use it.
Website: http://www.rapidee.com
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://www.rapidee.com/download/RapidEE.zip
x64: https://www.rapidee.com/download/RapidEEx64.zip
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 7181FAFDBAA1B68CA0122CE968D9E9CA9DBD7BDF04F1CDE962DFEB0FCB833481
checksum64: 6AE4B60CDEF28BEBB250F2136EDC3D501FC4D24425FCAB932955B311BC9E86F3
File 'license.txt' is obtained from:
https://www.rapidee.com/en/license
$ErrorActionPreference = 'Stop'
$startMenu = [Environment]::GetFolderPath("CommonPrograms")
$startMenuLink = Join-Path $startMenu "Rapid Environment Editor.lnk"
Remove-Item "$startMenuLink" -ea 0
md5: B881C0D90A94B7E07DF75514BFD7D88D | sha1: 5D35E0B5DC738AA9115DFF51FEF4B1C0DD30788E | sha256: 6AE4B60CDEF28BEBB250F2136EDC3D501FC4D24425FCAB932955B311BC9E86F3 | sha512: 6A8EDE1945644F2873E06E14B18FDBF2216A08F406D1852F47476A2502FA4E8F490BE73877A53111A88E9640AAC74696C333DEAFB31803318C6CC9FAA017D79E
md5: 6A117A3F5AAB25C4838754591FACB4B2 | sha1: B955C449574FE2A87EE5BD736A9172BE91E228A7 | sha256: 7181FAFDBAA1B68CA0122CE968D9E9CA9DBD7BDF04F1CDE962DFEB0FCB833481 | sha512: 06DB2AEC928DDF75D5A8410AF685791684AE5D78E117779AE38F6CA3F0E0FFEAA0D75F51C601697F2DA7E4A00790D2A38DA8D53A744788EE49698153D59FD09C
Log in or click on link to see number of positives.
- rapidee.exe (c2bc6ae1b66d) - ## / 64
- rapidee.exe (8f728df58742) - ## / 65
- RapidEEx64_x64.zip (6ae4b60cdef2) - ## / 60
- RapidEE_x32.zip (7181fafdbaa1) - ## / 60
- RapidEE.9.1.936.20170923.nupkg (6d522fd0423c) - ## / 61
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 |
---|---|---|---|---|
RapidEE 9.2.937 | 19032 | Thursday, July 5, 2018 | Approved | |
RapidEE 9.1.936.20170923 | 3580 | Saturday, September 23, 2017 | Approved | |
RapidEE 9.1.936 | 1826 | Monday, May 15, 2017 | Approved | |
RapidEE 9.1.933 | 998 | Thursday, April 13, 2017 | Approved | |
RapidEE 9.1.932 | 1222 | Tuesday, February 14, 2017 | Approved | |
RapidEE 9.0.932 | 934 | Wednesday, January 18, 2017 | Approved | |
RapidEE 9.0.931 | 1319 | Tuesday, November 15, 2016 | Approved | |
RapidEE 9.0.930.20160831 | 1273 | Wednesday, August 31, 2016 | Approved | |
RapidEE 9.0.930 | 710 | Friday, June 10, 2016 | Approved | |
RapidEE 8.0.929 | 1015 | Monday, November 9, 2015 | Approved | |
RapidEE 8.0.829 | 451 | Wednesday, July 29, 2015 | Approved |
Copyright (c) 2007-2017 Oleg Danilov. All rights reserved.
-
- chocolatey (≥ 0.10.8)
Ground Rules:
- This discussion is only about RapidEE and the RapidEE 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 RapidEE, 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.