Downloads:
145,810
Downloads of v 8.9.0:
926
Last Update:
26 Aug 2024
Package Maintainer(s):
Software Author(s):
- Power Software Ltd
Tags:
poweriso cd dvd bluray iso cross-platform media burn trial admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PowerISO
- 1
- 2
- 3
8.9.0 | Updated: 26 Aug 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
145,810
Downloads of v 8.9.0:
926
Maintainer(s):
Software Author(s):
- Power Software Ltd
PowerISO 8.9.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Power Software Ltd. The inclusion of Power Software Ltd trademark(s), if any, upon this webpage is solely to identify Power Software Ltd 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 PowerISO, run the following command from the command line or from PowerShell:
To upgrade PowerISO, run the following command from the command line or from PowerShell:
To uninstall PowerISO, 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 poweriso --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 poweriso -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 poweriso -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 poweriso
win_chocolatey:
name: poweriso
version: '8.9.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'poweriso' do
action :install
source 'INTERNAL REPO URL'
version '8.9.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller poweriso
{
Name = "poweriso"
Version = "8.9.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'poweriso':
ensure => '8.9.0',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 Oct 2024.
PowerISO is a powerful CD / DVD / BD image file processing tool, which allows you to open, extract, burn, create, edit, compress, encrypt, split and convert ISO files, and mount ISO files with internal virtual drive. It can process almost all CD / DVD / BD image files including ISO and BIN files. PowerISO provides an all-in-one solution. You can do every thing with your ISO files and disc image files.
Features
- Support almost all CD / DVD / BD-ROM image file formats (ISO, BIN, NRG, CDI, DAA and so on).
- What is DAA file? DAA file (Direct-Access-Archive) is an advanced format for image file, which supports some advanced features, such as compression, password protection, and splitting to multiple volumes.
- Open and extract ISO file. You can extract ISO file with a single click.
- Burn ISO file to CD, DVD, or Blu-Ray disc. PowerISO is a professional burning software. With this tool, you can create Audio CD, Data CD, Data DVD, Video DVD or VCD. PowerISO also supports Blu-Ray burning
- Burn Audio CD from MP3, FLAC, APE, WMA, or BIN files.
- Rip Audio CD to MP3, FLAC, APE, WMA, or BIN files.
- Create ISO file or BIN file from hard disk files or CD / DVD / BD discs.
- Edit ISO image file directly.
- Mount ISO file with internal virtual drive. PowerISO can mount all popular disc image files to built-in virtual drive.
- Convert image files between ISO / BIN and other formats. PowerISO can not only convert BIN to ISO, but also convert almost all image file formats to standard ISO image file.
- Create bootable USB drive. PowerISO allows you to setup Windows through USB drive.
- Make bootable ISO file and create bootable CD, DVD disc.
- Support both 32-bit and 64-bit Windows.
- Can be used easily. PowerISO supports shell integration, context menu, drag and drop, clipboard copy paste...
Notes
- Free unregistered versions will allow you to evaluate the software for free to determine if it suits your needs. The unregistered version will display a dialog prompts you to register, and you can not create or edit image files greater than 300MB with the unregistered version.
- This package always looks for the latest version, as such there may be times where the checksum will not match the downloaded installer.
- After installation your default web browser will be opened with a thank you note from power iso team.
$ErrorActionPreference = 'Stop'
$packageName = 'poweriso'
$softwareNamePattern = 'poweriso*'
$packageArgs = @{
packageName = $packageName
silentArgs = "/S"
fileType = 'EXE'
validExitCodes = @(0)
file = ''
}
[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs.file = "$($_.UninstallString.Replace(' /x86=0', ''))" #"C:\Program Files\OpenSSH\uninstall.exe" /x86=0
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $_.DisplayName"}
}
Log in or click on link to see number of positives.
- poweriso.8.9.0.nupkg (f9f980dfbc71) - ## / 68
- PowerISO8-x64.exe (2f5795b8b0db) - ## / 74
- PowerISO8.exe (5ee07c6b8435) - ## / 75
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 |
---|---|---|---|---|
PowerISO 8.9.0 | 926 | Monday, August 26, 2024 | Approved | |
PowerISO 8.8.0 | 1289 | Friday, April 26, 2024 | Approved | |
PowerISO 8.7.0 | 1522 | Sunday, December 10, 2023 | Approved | |
PowerISO 8.6.0 | 1325 | Tuesday, September 12, 2023 | Approved | |
PowerISO 8.5 | 1298 | Thursday, May 18, 2023 | Approved | |
PowerISO 8.4 | 1250 | Thursday, January 26, 2023 | Approved | |
PowerISO 8.3 | 2233 | Monday, September 5, 2022 | Approved | |
PowerISO 8.2 | 1521 | Monday, April 11, 2022 | Approved | |
PowerISO 8.1 | 1825 | Friday, November 5, 2021 | Approved | |
PowerISO 8.0 | 1568 | Friday, July 16, 2021 | Approved | |
PowerISO 7.9 | 1449 | Wednesday, March 31, 2021 | Approved | |
PowerISO 7.8.0.20210213 | 2741 | Saturday, February 13, 2021 | Approved | |
PowerISO 7.8 | 1995 | Thursday, November 5, 2020 | Approved | |
PowerISO 7.7 | 1919 | Tuesday, June 23, 2020 | Approved | |
PowerISO 7.6 | 1850 | Monday, February 10, 2020 | Approved | |
PowerISO 7.5 | 1810 | Friday, September 20, 2019 | Approved | |
PowerISO 7.4 | 2186 | Tuesday, April 23, 2019 | Approved | |
PowerISO 7.3.0.20190308 | 896 | Friday, March 8, 2019 | Approved | |
PowerISO 7.3 | 4593 | Monday, November 26, 2018 | Approved | |
PowerISO 7.2 | 10284 | Friday, June 22, 2018 | Approved | |
PowerISO 7.1 | 13198 | Thursday, March 1, 2018 | Approved | |
PowerISO 7.0 | 8811 | Wednesday, October 25, 2017 | Approved | |
PowerISO 6.9.0.20171016 | 933 | Monday, October 16, 2017 | Approved | |
PowerISO 6.9 | 1406 | Monday, June 12, 2017 | Approved | |
PowerISO 6.8 | 1105 | Thursday, May 18, 2017 | Approved | |
PowerISO 6.7.0.20161216 | 3201 | Wednesday, January 11, 2017 | Approved | |
PowerISO 6.7 | 19564 | Thursday, November 10, 2016 | Approved | |
PowerISO 6.1 | 47939 | Friday, December 26, 2014 | Approved | |
PowerISO 5.9 | 1285 | Saturday, February 15, 2014 | Approved | |
PowerISO 5.8 | 714 | Sunday, November 17, 2013 | Unknown | |
PowerISO 5.7 | 690 | Sunday, October 6, 2013 | Unknown | |
PowerISO 5.6 | 723 | Sunday, May 5, 2013 | Unknown | |
PowerISO 5.5 | 696 | Sunday, December 23, 2012 | Unknown | |
PowerISO 5.4 | 667 | Tuesday, October 9, 2012 | Unknown |
Copyright 2004-2012 Power Software Ltd. All rights reserved.
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about PowerISO and the PowerISO 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 PowerISO, 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.