Downloads:
154
Downloads of v 0.3.7:
86
Last Update:
07 Jul 2023
Package Maintainer(s):
Software Author(s):
- lifenjoiner
Tags:
isx installshield installer extractor extraction portable foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ISx
This is not the latest version of ISx available.
- 1
- 2
- 3
0.3.7 | Updated: 07 Jul 2023
- Software Specific:
- Software Site
- Software Source
- 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:
154
Downloads of v 0.3.7:
86
Maintainer(s):
Software Author(s):
- lifenjoiner
ISx 0.3.7
This is not the latest version of ISx available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by lifenjoiner. The inclusion of lifenjoiner trademark(s), if any, upon this webpage is solely to identify lifenjoiner 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 ISx, run the following command from the command line or from PowerShell:
To upgrade ISx, run the following command from the command line or from PowerShell:
To uninstall ISx, 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 isx --internalize --version=0.3.7 --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 isx -y --source="'INTERNAL REPO URL'" --version="'0.3.7'" [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 isx -y --source="'INTERNAL REPO URL'" --version="'0.3.7'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install isx
win_chocolatey:
name: isx
version: '0.3.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'isx' do
action :install
source 'INTERNAL REPO URL'
version '0.3.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller isx
{
Name = "isx"
Version = "0.3.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'isx':
ensure => '0.3.7',
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 Windos on 19 Jul 2023.
choco://isx
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
ISx
ISx is a simple file extractor that extracts all components of a given InstallShield installer executable, including (but not limited to):
- InstallShield CAB files
- Compiled installation scripts/rules (i.e. INX/INS files)
- Setup initialization files
- Language-specific string resource files
- Underlying MSI packages
- Packaged setup prerequisites
ISx is intended to serve as an open-source alternative to IsXunpack
.
Usage Example
ISx.exe "D:\Local\setup.exe"
From: https://raw.githubusercontent.com/lifenjoiner/ISx/v0.3.7/LICENSE
MIT License
Copyright (c) 2017 lifenjoiner
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:
The above copyright notice and this permission notice shall be included in all
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.
The packaged Windows portable archive is available for independent download via the
Releases page on ISx's GitHub repository. A download link for the packaged version
is included at the following URL:
https://github.com/lifenjoiner/ISx/releases/tag/v0.3.7
For convenience, this is a direct URL to the relevant asset:
https://github.com/lifenjoiner/ISx/releases/download/v0.3.7/ISx-v0.3.7-win32.7z
The following PowerShell command will print a calculated SHA256 hash:
(Get-FileHash -Path ISx-v0.3.7-win32.7z -Algorithm SHA256).Hash
This command should be executed against an independently downloaded archive, as well
as the copy distributed with the package. Both hash values should be identical. A
matching hash value should confirm that no corruption or tampering has occurred
during this package's generation process.
For reference, the following SHA256 hash was calculated during the package's automated creation:
88724C8CFB2B0FF6DE062BE0152B44D2B363C120381D63E567E53E6C732C1477
md5: A16089CE2BD310B9CDBFA261788A256A | sha1: 979D49AE1E56661EDA302186B2FDB99849F2922D | sha256: 88724C8CFB2B0FF6DE062BE0152B44D2B363C120381D63E567E53E6C732C1477 | sha512: 17F896EDE205E2D69477629AA8FFC63A6B8F94F456B7CE0142834D833B9E823B9A80C8C921BD0B1FC73070A9C000562C38C09D16E90978B17DE3E2EEA76BF68A
$ErrorActionPreference = 'Stop'
$processName = 'ISx'
$processes = Get-Process -Name $processName -ErrorAction SilentlyContinue
if ($processes) {
Write-Warning "$processName is currently running, stopping it to prevent upgrade/uninstall from failing..."
foreach ($process in $processes) {
Stop-Process -InputObject $process -ErrorAction SilentlyContinue
Start-Sleep -Seconds 3
}
$processes = Get-Process -Name $processName -ErrorAction SilentlyContinue
if ($processes) {
Write-Warning "$processName is still running despite stop request, force stopping it..."
$processes | Stop-Process -Force -ErrorAction SilentlyContinue
}
Write-Warning "If upgrading, $processName may need to be manually restarted upon completion"
}
else {
Write-Debug "No running $processName processes instances were found"
}
Log in or click on link to see number of positives.
- isx.0.3.7.nupkg (7d834fbd316a) - ## / 63
- ISx-v0.3.7-win32.7z (88724c8cfb2b) - ## / 58
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 |
---|---|---|---|---|
ISx 0.3.8 | 68 | Thursday, January 25, 2024 | Approved | |
ISx 0.3.7 | 86 | Friday, July 7, 2023 | Approved |
Copyright (c) 2017 lifenjoiner
This package has no dependencies.
Ground Rules:
- This discussion is only about ISx and the ISx 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 ISx, 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.