Skip to Main Content
Patch My PC Feature and Application Request

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:

LTSpice

Would like the LTSpice simulator added to help maintain updates.

Which Product is this Request for (New Application Request Only) Patch My PC
  • Attach files
      Drop here to upload
    • Andrew Boyd
      Reply
      |
      Mar 18, 2025

      Hi, we also have a requirement for LT SPICE.

      We currently install using a PS Script

      $process = "msiexec.exe"

      $args = "/i ""$PSScriptRoot\LTspice64.msi"" ALLUSERS=1 AI_INSTALLPERUSER=3 /passive /norestart"

      start-process $process -ArgumentList $args -Wait

      # Remove LT SPICE 24.0.12 Check for updates- located in "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\LTspice\Check for updates.lnk"

      Remove-Item 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\LTspice\Check for updates.lnk' -Force -ErrorAction SilentlyContinue

      # Remove Uninstall LTspice 24.0.12 - located in "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\LTspice\Uninstall LTspice 24.0.9.0.lnk"

      Remove-Item 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\LTspice\Uninstall LTspice 24.0.12.0.lnk' -Force -ErrorAction SilentlyContinue

      # Remove LTSPICE Desktop Shortcut - located in "C:\Users\Public\Desktop\LTspice.lnk"

      Remove-Item "C:\Users\Public\Desktop\LTspice.lnk"


      The uninstaller example is as follows

      Start-Process $uninstallFile $args -Wait

      #calling registry uninstall strings

      $process='msiexec.exe'

      $arg = '/x {486041B4-482F-4577-BAD5-9EF2FC1DE2F4} /quiet /norestart'

      start-process $process -ArgumentList $arg -wait


    • +24
    17 VOTE

    Create an automated installer package for LTspice software

    LTspice ® is a powerful, fast, and free SPICE simulator software, schematic capture and waveform viewer with enhancements and models for improving the simulation of analog circuits. Its graphical schematic capture interface allows you to probe sch...
    David Lowe about 1 month ago in Application Request (Windows) 0 NOTED
    19 VOTE

    LTspice

    This activity is operated on behalf of ESA (European Space Agency)
    Riccardo Albo over 2 years ago in Application Request (Windows) 0 NOTED