Another Windows Installer installation is already in progress
1618 means Windows Installer reports another installation already running; finish or clear the legitimate pending operation before retrying.
What it means in this context
Microsoft defines Windows Installer Error 1618 (ERROR_INSTALL_ALREADY_RUNNING) as another installation already being in progress. This is a concurrency/state error, not evidence that the MSI package itself is corrupt.
What is known, and what is not proven yet
Keep observation, evidence and conclusion separate before making a higher-impact change.
Windows Installer returned 1618.
Concurrent setup/update state and result after one restart/single-installer retry.
Windows Installer concurrency/state.
Whether a legitimate installer/update is active or the state persists when Windows is otherwise idle.
Finish/restart, then retry one installer only.
IT/vendor if deployment tooling or managed installs keep the installer busy.
- Wait for visible installers, Windows/app updates or setup processes to finish.
- Restart Windows once if no legitimate installation is visibly active.
- Retry only one installer after restart.
- If 1618 immediately returns, preserve installer/update context rather than ending random msiexec processes.
Return Windows Installer to a single-install state
Low riskWhy: 1618 specifically represents concurrent installation state.
- Close other setup programs.
- Allow pending update/install operations to finish.
- Restart the PC if the installer state is unclear.
- Run only the intended installer and record whether 1618 repeats.
When not to use this record
Do not kill every msiexec process or delete installer registry state when an enterprise deployment, update or another legitimate setup may still be running.
If it persists
If 1618 persists immediately after a clean restart with only one installer launched, collect installer/event context and involve IT or the software publisher.