Post Go back to editing

MSI Installer fails silent installs as SYSTEM

Category: Software
Product Number: LTSpice
Software Version: 17.1.6

Hi,

We're trying to deploy the LTSpice software (the MSI edition) with the All Users configuration.

Launching the installer via GUI on the device and selecting All Users works.

Deploying it in bulk (silently, etc.) via the SYSTEM account fails with the following error. The icons briefly appear on the desktop, before rolling back on failure.

Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI4967.tmp, Entrypoint: OnExpandArchConfig
MSI (s) (F4!2C) [15:51:32:795]: Product: LTspice -- The system cannot find the path specified.

C:\WINDOWS\system32\config\systemprofile\AppData\Local\LTspice\examples.zip

The system cannot find the path specified.

C:\WINDOWS\system32\config\systemprofile\AppData\Local\LTspice\examples.zip
CustomAction AI_ExpandArchConfig returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

Parents
  • For version 17.1.15, this command line seems to work:

    msiexec /package LTspice64.msi ALLUSERS=1 AI_INSTALLPERUSER=3 /passive /norestart

    The AI_INSTALLPERUSER=3 tricks the installer into skipping the steps which cause the problem and doesn't seem to have any ill effect - I can't guarantee that, of course.  Using an MST might be safer.

Reply
  • For version 17.1.15, this command line seems to work:

    msiexec /package LTspice64.msi ALLUSERS=1 AI_INSTALLPERUSER=3 /passive /norestart

    The AI_INSTALLPERUSER=3 tricks the installer into skipping the steps which cause the problem and doesn't seem to have any ill effect - I can't guarantee that, of course.  Using an MST might be safer.

Children