Downloads:
1,182
Downloads of v 2014.1:
1,182
Last Update:
10 May 2016
Package Maintainer(s):
Software Author(s):
- Louis J. Farrugia
Tags:
ortep3 ortep chemistry crystallography admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Ortep3
- 1
- 2
- 3
2014.1 | Updated: 10 May 2016
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,182
Downloads of v 2014.1:
1,182
Maintainer(s):
Software Author(s):
- Louis J. Farrugia
Ortep3 2014.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Louis J. Farrugia. The inclusion of Louis J. Farrugia trademark(s), if any, upon this webpage is solely to identify Louis J. Farrugia 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Ortep3, run the following command from the command line or from PowerShell:
To upgrade Ortep3, run the following command from the command line or from PowerShell:
To uninstall Ortep3, 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 ortep3 --internalize --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 ortep3 -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 ortep3 -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 ortep3
win_chocolatey:
name: ortep3
version: '2014.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ortep3' do
action :install
source 'INTERNAL REPO URL'
version '2014.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ortep3
{
Name = "ortep3"
Version = "2014.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ortep3':
ensure => '2014.1',
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 by moderator dtgm on 11 May 2016.
Ortep-3 for Windows is a MS-Windows version of the current release of ORTEP-III (1.0.3), which incorporates a Graphical User Interface (GUI) to make production of thermal ellipsoid plots much easier.
License
Ortep-3 for Windows is provided free of charge for academic, scientific, educational and non-commercial users, provided its use is acknowledged. A license is required and may be requested. If you do not yet have a license file, this package will still install, but Ortep3 will not start.
Helper programs
Ortep can call other programs. These are not dependencies. This package will pre-set for Ortep-3 the paths for these programs. It will use the default install paths for the following applications (whether they are installed or not), but the paths (and programs) can be changed with parameters (see below):
Package Parameters
The following package parameters can be set:
/installDir:
<path>The default location for Ortep3 is C:\Ortep3. This package by default will install to a more standard, "%ProgramFiles(x86)%\Ortep3", but the directory can be customized.
/LicensePath:
<path>If you have a license file, "ORTEP3-License.txt", you can place it in "C:\Temp" (default) and this package will copy it to the proper location. Adjust the location with this parameter. The path can be a file path or URL.
/editor:
<path> - Assign a text editor helper program other than Notepad./povray:
<path> - Assign an alternate path for POV-ray./gsview:
<path> - Assign an alternate path for GhostScript View or another PS file viewer./graphics:
<path> - Assign a graphics viewer helper program other than IrfanView (for example, XnView)./hpgl:
<path> - Assign an alternate path for HP-GL View or another HP-GL file viewer.
These parameters can be passed to the installer with the use of -params
.
For example :
-params '"/LicensePath:http://localsite.org/ortep3license.txt /editor:""C:\Program Files (x86)\Notepad++\notepad++.exe"""'
.
(note: the double-double quotes around the path are only needed if it contains spaces)
Features
Ortep-3 for Windows has the following facilities and features.
$RegistryLocation = 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall'
# different key for 32-bit installs on 64-bit systems
$BitLevel = Get-ProcessorBits
If ($BitLevel -eq '64') {
$RegistryLocation = 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall'
}
$unexe = (Get-ItemProperty "$RegistryLocation\*" |
Where-Object { $_.displayname -match 'ortep'} |
Select-Object -ExpandProperty UninstallString).trim('"')
if (test-path $unexe) {
$UninstallArgs = @{
packageName = 'ortep3'
fileType = 'exe'
file = $unexe
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0)
}
Uninstall-ChocolateyPackage @UninstallArgs
Remove-Item (Split-Path $unexe) -Recurse -Force
} else { Write-Host "no uninstaller found!"}
# remove the environment variable
Install-ChocolateyEnvironmentVariable 'ORTEP3DIR' $null 'Machine'
Log in or click on link to see number of positives.
- ortep3Install.exe (da5d1458a335) - ## / 56
- ortep_2014.1.zip (07d215949fe6) - ## / 57
- ortep3.2014.1.nupkg (49281aa43ad0) - ## / 57
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.
Copyright © 2001-2014 Louis J. Farrugia
This package has no dependencies.
Ground Rules:
- This discussion is only about Ortep3 and the Ortep3 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 Ortep3, 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.