Downloads:
94,594
Downloads of v 2.0.10.20181231:
36,844
Last Update:
31 Dec 2018
Package Maintainer(s):
Software Author(s):
- Olof Lagerkvist
Tags:
imdisk admin virtual disk drive image iso- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ImDisk Virtual Disk Driver
This is not the latest version of ImDisk Virtual Disk Driver available.
- 1
- 2
- 3
2.0.10.20181231 | Updated: 31 Dec 2018
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
94,594
Downloads of v 2.0.10.20181231:
36,844
Maintainer(s):
Software Author(s):
- Olof Lagerkvist
ImDisk Virtual Disk Driver 2.0.10.20181231
This is not the latest version of ImDisk Virtual Disk Driver available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Olof Lagerkvist. The inclusion of Olof Lagerkvist trademark(s), if any, upon this webpage is solely to identify Olof Lagerkvist goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ImDisk Virtual Disk Driver, run the following command from the command line or from PowerShell:
To upgrade ImDisk Virtual Disk Driver, run the following command from the command line or from PowerShell:
To uninstall ImDisk Virtual Disk Driver, 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 imdisk --internalize --version=2.0.10.20181231 --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 imdisk -y --source="'INTERNAL REPO URL'" --version="'2.0.10.20181231'" [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 imdisk -y --source="'INTERNAL REPO URL'" --version="'2.0.10.20181231'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install imdisk
win_chocolatey:
name: imdisk
version: '2.0.10.20181231'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'imdisk' do
action :install
source 'INTERNAL REPO URL'
version '2.0.10.20181231'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller imdisk
{
Name = "imdisk"
Version = "2.0.10.20181231"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'imdisk':
ensure => '2.0.10.20181231',
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 14 Jul 2020.
ImDisk is a virtual disk driver for Windows NT/2000/XP/Vista/7/8/8.1 or Windows Server 2003/2008/2012. It can create virtual hard disk, floppy or CD/DVD drives using image files or system memory.
General License for Open Source projects published by
Olof Lagerkvist - LTR Data.
Copyright (c) Olof Lagerkvist
http://www.ltr-data.se
[email protected]
The above copyright notice shall be included in all copies or
substantial portions of the Software.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
As a discretionary option, the above permission notice may be
included in copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
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: http://www.ltr-data.se/files/imdiskinst_2.0.10.exe
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: 1E5291AD53E8B90F88882EEEF791E8B5F162AEF020E55A633CEC4D1581ACCE4E
File 'LICENSE.txt' is obtained from:
http://www.ltr-data.se/files/license.txt
$ErrorActionPreference = 'Stop'
# *** Automatically filled ***
$packageName = 'imdisk'
$softwareName = 'ImDisk *'
# *** Automatically filled ***
[array] $key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | % {
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
file = "$env:SystemRoot\System32\cmd.exe"
silentArgs = '/c "{0}"' -f $_.UninstallString
validExitCodes = @(0)
}
# Dismount all existing ImDisk virtual disks
if (Test-Path "$env:SystemRoot\System32\imdisk.exe") {
$statements = '/c "for /f %a in (''imdisk -l -n'') do @imdisk -l -u %~a & @imdisk -D -u %~a"'
Start-ChocolateyProcessAsAdmin -ExeToRun $packageArgs.file -Statements $statements -ValidExitCodes @(0, 1) | Out-Null
}
$env:IMDISK_SILENT_SETUP = 1
Uninstall-ChocolateyPackage @packageArgs | Out-Null
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} else {
Write-Warning "$($key.Count) matches found for $packageName!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please contact package maintainer the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
}
md5: DC90372CB0FE139520B04929041102AC | sha1: 8E518EFEA4930B626E1B038F560565EF7EBFC2A4 | sha256: 1E5291AD53E8B90F88882EEEF791E8B5F162AEF020E55A633CEC4D1581ACCE4E | sha512: D750A7358F45B771C7C4CD11391F772356125ADFA8E6BCCCAB72FBC8672A45C4F63510A5B55ABD62AC20143280F1900D733B4DBFF97F122F5A09A523AF68122D
Log in or click on link to see number of positives.
- imdiskinst_2.0.10.exe (1e5291ad53e8) - ## / 68
- imdisk.2.0.10.20181231.nupkg (8b7f5256e127) - ## / 60
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 |
---|---|---|---|---|
ImDisk Virtual Disk Driver 2.1.1 | 36322 | Sunday, November 7, 2021 | Approved | |
ImDisk Virtual Disk Driver 2.0.10.20181231 | 36844 | Monday, December 31, 2018 | Approved | |
ImDisk Virtual Disk Driver 2.0.10 | 1973 | Sunday, December 2, 2018 | Approved | |
ImDisk Virtual Disk Driver 2.0.9.20170202 | 6874 | Thursday, February 2, 2017 | Approved | |
ImDisk Virtual Disk Driver 2.0.9.20160815 | 3468 | Monday, August 15, 2016 | Approved | |
ImDisk Virtual Disk Driver 2.0.9 | 3492 | Saturday, January 2, 2016 | Approved | |
ImDisk Virtual Disk Driver 2.0.6 | 536 | Saturday, November 7, 2015 | Approved | |
ImDisk Virtual Disk Driver 1.9.4.20150620 | 544 | Saturday, June 20, 2015 | Approved | |
ImDisk Virtual Disk Driver 1.9.4 | 525 | Saturday, April 4, 2015 | Approved | |
ImDisk Virtual Disk Driver 1.8.4 | 2498 | Friday, August 8, 2014 | Approved | |
ImDisk Virtual Disk Driver 1.7.6 | 890 | Saturday, November 9, 2013 | Approved | |
ImDisk Virtual Disk Driver 1.7.5 | 628 | Friday, June 28, 2013 | Approved |
Copyright © Olof Lagerkvist
This package has no dependencies.
Ground Rules:
- This discussion is only about ImDisk Virtual Disk Driver and the ImDisk Virtual Disk Driver 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 ImDisk Virtual Disk Driver, 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.