Downloads:
247
Downloads of v 0.3.9:
16
Last Update:
16 May 2025
Published Date:
16 May 2025
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
(Ready for review)
- 1
- 2
- 3
0.3.9 | Updated: 16 May 2025
- 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:
247
Downloads of v 0.3.9:
16
Published:
16 May 2025
Maintainer(s):
Software Author(s):
- lifenjoiner
ISx 0.3.9
(Ready for review)
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
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
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.9/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.9
For convenience, this is a direct URL to the relevant asset:
https://github.com/lifenjoiner/ISx/releases/download/v0.3.9/ISx-v0.3.9-win32.7z
The following PowerShell command will print a calculated SHA256 hash:
(Get-FileHash -Path ISx-v0.3.9-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:
31F2BF585118A597D7129BD44235A602C285772984D9CC146F6F5023457B14F9
$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"
}
md5: 6BE7A36566CF4253F81E9D71E66DEE72 | sha1: A070FAAC145C1DA8AC6D79401EEA545F2E07120B | sha256: 31F2BF585118A597D7129BD44235A602C285772984D9CC146F6F5023457B14F9 | sha512: D76AD935B8F2505C39B0F8EA882445CE520D83A67286DA798A31468333D4CD454E22F7C62F4DD1037C4FBDDC5788E60F7937933C8FE2540B79A01472F015AE8F
Log in or click on link to see number of positives.
- isx.0.3.9.nupkg (bc9d127de8bf) - ## / 66
- ISx-v0.3.9-win32.7z (31f2bf585118) - ## / 63
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.10 | 5 | Monday, May 26, 2025 | Ready | |
ISx 0.3.9 | 16 | Friday, May 16, 2025 | Ready | |
ISx 0.3.8 | 118 | Thursday, January 25, 2024 | Approved | |
ISx 0.3.7 | 108 | 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.
sublym0nal (maintainer) on 16 May 2025 02:56:28 +00:00:
User 'sublym0nal' (maintainer) submitted package.
chocolatey-ops (reviewer) on 16 May 2025 03:32:07 +00:00:
isx has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 16 May 2025 09:11:56 +00:00:
isx has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/c61bc46b9df840fb7ceb4d2fa73f09f8 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 16 May 2025 10:43:11 +00:00:
isx has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.