Hello dear all,
We are trying to update to the latest version of LTspice
We are encountering this problem.
The installation of LTspice fails with a fatal MSI error 1603.
The log shows that the installer cannot find the archive file:
C:\WINDOWS\system32\config\systemprofile\AppData\Local\LTspice\examples.zip
This missing path triggers the AI_ExpandArchConfig custom action to fail, which in turn aborts the installation. It looks like the installer expects to extract examples.zip (and possibly other archives) into the system profile’s AppData directory, but the path does not exist or is inaccessible under the current installation context.
In short: the setup cannot locate or access the expected LTspice data files in the system profile AppData folder, which causes the MSI to roll back with error 1603.
MSI (s) (04:34) [11:55:07:146]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSID7EA.tmp, Entrypoint: OnExpandArchConfig
MSI (s) (04!FC) [11:55:07:209]: Product: LTspice -- Le chemin d’accès spécifié est introuvable.
C:\WINDOWS\system32\config\systemprofile\AppData\Local\LTspice\examples.zip
Le chemin d’accès spécifié est introuvable.
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)
LTspice64.log


