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)
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.
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.
As a fellow SCCM admin THANK YOU!!! I had to create an account to reply because this saved me so much time.