Hi Keith Croxton,
I understand how frustrating error 1603 can be, especially after you’ve already followed the standard guidance and reached out to Steinberg support. The Q&A Assist has also given some suggestions, I think it’s better to capture the exact MSI failure first:
- Open Command Prompt (Admin) > run the installer with full logging
-
msiexec /i "PASTE THE PATH TO THE INSTALLER HERE" /l*v C:\Temp\install.log - Let it fail, then open the
install.logfile > search for:Return value 3 - This should show the failing action, not just the generic 1603.
- Another way to do it is to check Event Viewer:
- Press Win + R > type
eventvwr> press Enter - Go to Windows Logs > Application > MsiInstaller
- Search for any related entries at the time of failure.
- Press Win + R > type
While waiting for your updates, I do have some suggestions based on similar cases. The solutions depend on the possible causes, and here are some considered most common:
1 - Previous Steinberg components not fully removed
- Go to Settings > Apps > Installed apps > remove anything:
- Cubase
- Steinberg Library
- eLicenser / Steinberg Activation
- Restart PC > Disk Cleanup (esp.
Tempfiles) > install again. - More nuclear, open Settings > Accounts > Other Users:
- Create a local user account and log into it
- Try to run the installer there to check.
2 - Perform a clean boot
- Follow this guide on How to perform a clean boot in Windows - Microsoft Support
- Press Win + R > type
msconfig> press Enter to open - Go to Services tab > Check Hide all Microsoft services > Disable all
- Go to Startup > it will open Task Manager > Disable all items
- Restart your PC and try the installer again.
If the problem is gone, it's likely that one of the disabled entries was the cause. You may need to manually enable them half-by-half to identify the offender, then consider removing or disabling it.
Disclaimer: A "clean boot" starts Windows with a minimal set of drivers and startup programs. It helps to determine whether a background service is interfering with your game or program and to isolate the cause of a problem. They might look complicated at first glance but can help you get back on track. To avoid any trouble, please follow them in order and step-by-step.
3 - Verify system permissions
- Right-click your installer > Properties > make sure it’s unblocked
- Navigate to and right-click where you want to install it to (e.g.
C:\Program Files) - Open the folder Properties > select Security >
SYSTEMis set to Full Control > save changes.
4 - Missing or conflicting prerequisites
- Reinstall Latest Supported Visual C++ Redistributable | Microsoft Learn
- Repair .NET Framework with Repair Tool from Official Microsoft Download Center
- Or open your other PC that you successfully installed on:
- Check
C++and.NET> compare to your current PC - If they’re different versions, look for and download them.
- Check
Overall, you’ve already done the correct initial steps. At this point, continuing without pinpointing the failing component is unlikely to get us anywhere. If you’re not sure about the results, share the Return value 3 from your log or Event Viewer.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.