Hello Community,
just recently, I faced some strange behaviour with our installer for our OEM 2023 application.
We are adding somma additional installers into the OEM installer, like demonstrated here:
When installing, the setup.exe is silently called with
setup.exe --silent --pf 000 --sn 00000000
This has run very consistently for at least the last year up until the most recend build.
Now, when trying to install this, I get the this error message:
******************** Install Summary ********************
Bundle: AutoSTAGE 2023 Education
Installation Failure in Bundle: AutoSTAGE 2023 Education
Application Name : AutoSTAGE 2023 Education
Package Name : AutoSTAGE Runtime
Error code : 2
Error Context: MSI (s) (24:88) [19:22:07:350]: Machine policy value ‘DisableUserInstalls’ is 0 MSI (s) (24:88) [19:22:07:354]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (24:88) [19:22:07:356]: SRSetRestorePoint skipped for this transaction. MSI (s) (24:88) [19:22:07:357]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (s) (24:88) [19:22:07:358]: Error: Failed to access database: %TEMP%\RarSFX0\Content\ADSKMaterials\CM\MaterialLibrary2023.msi MSI (s) (24:88) [19:22:07:358]: MainEngineThread is returning 2 MSI (s) (24:D0) [19:22:07:358]: No System Restore sequence number for this installation. MSI (s) (24:D0) [19:22:07:358]: User policy value ‘DisableRollback’ is 0 MSI (s) (24:D0) [19:22:07:358]: Machine policy value ‘DisableRollback’ is 0 MSI (s) (24:D0) [19:22:07:359]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (24:D0) [19:22:07:359]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (24:D0) [19:22:07:359]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
Please explore possible solution from: Suche | Autodesk
Package Name : Autodesk Material Library 2023
Error code : 2
Error Context: MSI (s) (24:48) [19:22:06:846]: Machine policy value ‘DisableUserInstalls’ is 0 MSI (s) (24:48) [19:22:06:847]: Note: 1: 2203 2: C:\Windows\Installer\inprogressinstallinfo.ipi 3: -2147287038 MSI (s) (24:48) [19:22:06:849]: SRSetRestorePoint skipped for this transaction. MSI (s) (24:48) [19:22:06:849]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3: 2 MSI (s) (24:48) [19:22:06:850]: Error: Failed to access database: %TEMP%\RarSFX0\3rdParty%USERNAME%Edu\AutoSTAGE_2023_Education_Runtime_Installer_2.3.40.msi MSI (s) (24:48) [19:22:06:850]: MainEngineThread is returning 2 MSI (s) (24:D0) [19:22:06:850]: No System Restore sequence number for this installation. MSI (s) (24:D0) [19:22:06:851]: User policy value ‘DisableRollback’ is 0 MSI (s) (24:D0) [19:22:06:851]: Machine policy value ‘DisableRollback’ is 0 MSI (s) (24:D0) [19:22:06:851]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (24:D0) [19:22:06:851]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 MSI (s) (24:D0) [19:22:06:851]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
Please explore possible solution from: Suche | Autodesk
**************************** End ***************************
Usually, when replicating this, the error message just contains our AutoSTAGE msi component, but this particular error message also includes some Autodesk component, which should not call any exception to crash the installation. Strangely, the package name and error context is not matching and is exactly reversed.
Usually, up until the release from August 17th of this year, this is the regular (example) output:
******************** Install Summary ********************
Bundle: AutoSTAGE 2023 Trial
ODIS Installer (Core - Package)
Install State: INSTALLED
install summary
Start time : Fri Sep 29 17:40:46 2023
End time : Fri Sep 29 17:41:20 2023
Total time : 34secAutoSTAGE 2023 Trial (Core - Package)
Install State: INSTALLED
install summary
Start time : Fri Sep 29 17:42:12 2023
End time : Fri Sep 29 17:43:33 2023
Total time : 1min21secAutodesk Material Library Base Resolution Image Library 2023 (Core - Package)
Install State: INSTALLED
install summary
Start time : Fri Sep 29 17:41:54 2023
End time : Fri Sep 29 17:42:11 2023
Total time : 17secAutodesk Material Library 2023 (Core - Package)
Install State: INSTALLED
install summary
Start time : Fri Sep 29 17:40:45 2023
End time : Fri Sep 29 17:41:54 2023
Total time : 1min9sec**************************** End ***************************
Has anybody also witnessed this behaviour?
I am kind of speechless about this very strange error message.
Thanks,
Jens