Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

235

Downloads of v 1.03:

235

Last Update:

17 Mar 2022

Package Maintainer(s):

Software Author(s):

  • FuSoYa

Tags:

lunar-ips lunarips lunar ips patching snestool snes-tool

LunarIPS Patching Utility

  • 1
  • 2
  • 3

1.03 | Updated: 17 Mar 2022

Downloads:

235

Downloads of v 1.03:

235

Maintainer(s):

Software Author(s):

  • FuSoYa

LunarIPS Patching Utility 1.03

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install LunarIPS Patching Utility, run the following command from the command line or from PowerShell:

>

To upgrade LunarIPS Patching Utility, run the following command from the command line or from PowerShell:

>

To uninstall LunarIPS Patching Utility, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade lunar-ips -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 lunar-ips -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 lunar-ips
  win_chocolatey:
    name: lunar-ips
    version: '1.03'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'lunar-ips' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.03'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller lunar-ips
{
    Name     = "lunar-ips"
    Version  = "1.03"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'lunar-ips':
  ensure   => '1.03',
  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.

Package Approved

This package was approved by moderator flcdrg on 17 Mar 2022.

Description

FuSoYa is not affiliated with this package in any way, so do not reach out to them for issues with this package. Likewise, problems with the LunarIPS software itself should not be reported to this package's Github issue tracker.

Please check the Software Site or installed README.txt for Lunar IPS information and how you can report issues with the software.

---

Lunar IPS (LIPS) is intended as an easy to use, lightweight IPS patch utility for windows to replace the SNESTool DOS program. It can both create and apply IPS patches.

As far as features go, LIPS has:
- IPS patch creation/application support.
- full RLE encoding/decoding support.
- file expanding/truncating support.
- the IPS encoder creates files that are the same size or smaller than files created with SNESTool.
- the IPS encoder avoids the rare "0x454F46 (EOF) offset bug" that SNESTool's IPS encoder has.
- logging feature for applying IPS patches (ROMFileName.log).
- registers the ".IPS" file type so that you can just double click on an IPS file and choose the file to apply it to for convenience.
- support for patching files up to 16 MB in size, which is the limit of the IPS format. The files can technically be larger than that, but the IPS format cannot record changes beyond the 16 MB mark due to 24-bit addressing. The IPS file itself can be any size.

Note that the logging and file registration options are saved to the registry.


tools\chocolateyinstall.ps1
$pp = Get-PackageParameters

# Get the specified language from package params, if provided
# Otherwise, defaulting to english
$langParam = if ( $pp['Language'] ) {
  $pp['Language']
}
else {
  Write-Warning 'No language was provided via package parameters, defaulting to English'
  'English'
}

Write-Host "Installing the $langParam version of Lunar IPS"

$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unzipLocation = "$toolsDir/LunarIPS"

Import-Module "$toolsDir/LunarIPSInstallerHelper.psm1"

# URL is the same with a lang-specific zip archive
# 64-bit exe is in the same archive. Will do some magic around this later.
# Calculated checksum is SHA-512
$filename, $checksum = switch( $langParam ) {
  'English' { 'lips103.zip', '39fe9614d9f4a2793f778a0c41eeda1681a953ef9b6cc4a41c2ce518dc55465e1257ee7b97d7ff005770468ef31a9f0a8b2c58fb36a61fcc3faab3b8f23a636d'; break }
  'Croatian' { 'lipscr103.zip', '46e9279f2cd329e7c5f07f44fffc58273e71b11b58c9356699b48c1452acb7e7da4b2ddc6ca5eb364e4a080c57714a50c60c7fc28c730271e691ad4b0ab0443c'; break }
  'Dutch' { 'lipsne103.zip', 'bae670232e0ab45f9bbd992f08932d2719fe24ee8685e21e371b6905862947b6cf05ed9bb903d95bf5f4d6a297cbe5faa794beb6e2ec4ce4fa27a28ca272dfe3'; break }
  'German' { 'lipsde103.zip', 'fd807ec3b529d27eea476a0bc39ac7711366e893c9364d33125f6a726129b91d099247f49d87988d0141f5ea1daecd43619ec0b000365d266a2ca0431a795afb'; break }
  'Portuguese' { 'lipsportbrazil103.zip', 'f7586a37418484ad055a21c2ab5c2935a222d452d47056516e2531b468c13590ec349e104a6d6c41f9e1621c87d2e2d3b056ef5209c83d1682a52a7c5b6bf5d1'; break }
  'Spanish' { 'lipsspanish103.zip', '005e0d05795f26a4fa7a1facf33f8036f8a5ae3c49a2dfe84e46592b35653b90f254ac40b36015e1e154319b1f7221b74b0c3a422556c7c2c68835439039f49b'; break }
  'Swedish' { 'lipssw103.zip', '8b2929c3c920529f49b6167c36b670587c33b2c98a009ce0ef146c33a754583668af7f834183db9c9e9ea83024d9eef20ab5ea52ef40e87c08dd71bb90d56831'; break }

  default { throw 'Specified language must be one of the following: English, Croatian, Dutch, German, Portuguese, Spanish, or Swedish'; break }
}

$url = "https://fusoya.eludevisibility.org/lips/download/$filename"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $unzipLocation
  url           = $url
  checksum      = $checksum
  checksumType  = 'sha512'
}

Install-ChocolateyZipPackage @packageArgs

# 64-bit shim blocked by .ignore files
# Create it manually because it has the same name as the 32-bit exe
$32path = "$unzipLocation/Lunar IPS.exe"
$64path = "$unzipLocation/x64/Lunar IPS.exe"
Install-BinFile 'Lunar IPS (64-bit)' -Path $64path -UseStart

# If admin, create all users icons, otherwise just for the current user
$shortcutScope = if ( Confirm-Administrator ) { 'Machine' } else { 'CurrentUser' }

# Create arguments hashtable and create 32-bit menu item
try {
  $newSMShortcutArgs = @{
    ShortcutScope = $shortcutScope
    Name          = 'Lunar IPS (32-Bit)'
    Path          = $32path
    IconLocation  = "$32path, 0" -replace '/', '\\'
    Description   = 'Lunar IPS Patching Tool by FuSoYa (32-bit)'
  }
  Write-Host 'Creating 32-bit Start Menu shortcut'
  New-StartMenuShortcut @newSMShortcutArgs
}
catch {
  Write-Error $_
  Write-Warning 'The above error is non-fatal, but the Start Menu shortcut failed to be created.'
}

try {
  $newSMShortcutArgs.Name = 'Lunar IPS (64-bit)'
  $newSMShortcutArgs.Path = $64path
  $newSMShortcutArgs.IconLocation = "$64path, 0" -replace '/', '\\'
  $newSMShortcutArgs.Description = 'Lunar IPS Patching Tool by FuSoYa (64-bit)'

  Write-Host 'Creating 64-bit Start Menu shortcut'
  New-StartMenuShortcut @newSMShortcutArgs
}
catch {
  Write-Error $_
  Write-Warning 'The above error is non-fatal, but the Start Menu shortcut failed to be created.'
}
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

# We need to remove the manually generated shim for the 64-bit version
Uninstall-BinFile 'Lunar IPS (64-bit)'

# Remove the start menu shortcuts
"$env:ALLUSERSPROFILE",
$env:AppData | Foreach-Object {
  if ( Test-Path -PathType 'Container' ( $removePath = "$_/Microsoft/Windows/Start Menu/Programs/Lunar IPS" ) ) {
    Write-Host "Removing Start Menu shortcuts from '$removePath'"
    try {
      Remove-Item -Recurse -Force $removePath -EA Stop
    }
    catch {
      # A warning is sufficient in case the user installed as admin and removed as non-admin, or vice versa
      Write-Warning "Unable to remove Start Menu shortcuts from '$removePath': $_"
    }
  }
}
tools\LunarIPS\x64\Lunar IPS.exe.ignore
 
tools\LunarIPSInstallerHelper.psm1
#Requires -Version 4.0

function Confirm-Administrator {
    [Security.Principal.WindowsPrincipal]$me = [Security.Principal.WindowsIdentity]::GetCurrent()
    $me.IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")
}


function New-StartMenuShortcut {
    Param(
        [ValidateSet('Machine', 'CurrentUser')]
        [string]$ShortcutScope = 'Machine',
        [Parameter(Mandatory)]
        [string]$Name,
        [Parameter(Mandatory)]
        [string]$Path,
        [string]$Arguments,
        [string]$WorkingDirectory,
        [ValidateSet('Default', 'Maximimed', 'Minimized')]
        [string]$WindowStyle = 'Default',
        [string]$IconLocation,
        [string]$Description
    )

    # Get the appdata folder to use based on machine or current user scope
    $useAppData = switch ( $ShortcutScope ) {
        'Machine' {
            $env:ALLUSERSPROFILE
            break
        }

        'CurrentUser' {
            $env:AppData
            break
        }

        default {
            throw 'Invalid ShortcutScope'
        }
    }

    # Shortcut folder path and name 
    $lnkFolder = "$useAppData/Microsoft/Windows/Start Menu/Programs/Lunar IPS"
    $lnkName = "$Name.lnk"
    $lnkFullPath = "$lnkFolder/$lnkName"

    if( Test-Path $lnkFullPath -PathType Leaf ) {
        Write-Warning "Shortcut already exists at '$lnkFullPath'. Removing before creating new shortcut."
        Remove-Item -Force $lnkFullPath
    }

    # Determine correct WindowStyle Value
    # 1 is Default
    # 3 is Minimized
    # 7 is Maximized
    # This was an enum but community packages must be 4.0 compliant
    $useWindowStyle = switch( $WindowStyle ) {
        'Default' { 1; break }
        'Minimized' { 3; break }
        'Maximized' { 7; break }
        default { throw 'Unknown WindowStyle specified' }
    }

    # For some reason the Windows Scripting Host remains the only way to create
    # .lnk files outside of the Win32 API 
    $shell = New-Object -ComObject 'WScript.Shell'

    if ( !( Test-Path $lnkFolder -PathType Container ) ) {
        Write-Warning "Creating folder for Start Menu shortcuts at '$lnkFolder'"
        mkdir $lnkFolder -Force -EA Stop | Out-Null
    }
    $lnk = $Shell.CreateShortcut($lnkFullPath)

    $lnk.TargetPath = $Path
    $lnk.Arguments = $Arguments
    $lnk.WorkingDirectory = $WorkingDirectory
    $lnk.WindowStyle = $useWindowStyle
    $lnk.IconLocation = $IconLocation
    $lnk.Description = $Description
    $lnk.Save()
}

Log in or click on link to see number of positives.

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

Release notes can be found on FuSoYa's Niche news page, or in the readme provided with the LunarIPS software itself.

Discussion for the LunarIPS Patching Utility Package

Ground Rules:

  • This discussion is only about LunarIPS Patching Utility and the LunarIPS Patching Utility 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 LunarIPS Patching Utility, 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.
comments powered by Disqus