PrintBOS Setup – Resolving the Microsoft Visual C++ 2010 Installation Hang
Solving PrintBOS Installation Hang Due to C++ 2010 Component
If the PrintBOS installation process hangs at the Microsoft Visual C++ 2010 Redistributable component, you don’t need to install this component separately. Instead, follow the steps below to stop the installation safely, use Safe Mode to avoid conflicts, and then retry the PrintBOS installation.
Steps to Resolve the Installation Hang
- Safely Stop the PrintBOS Installation
Close any open PrintBOS installation windows. To ensure all related processes are stopped:
- Press
Ctrl + Shift + Escto open **Task Manager**. - Look for any PrintBOS or installer processes (like
msiexec.exe), right-click on them, and choose End Task.
- Press
- Restart in Safe Mode with Networking
To restart your computer in Safe Mode with Networking:
- Press
Win + R, typemsconfig, and press Enter. - Go to the Boot tab, check the box for Safe boot, and select Network.
- Click Apply and OK, then restart your computer.
Once your computer restarts, it will be in Safe Mode with Networking.
- Press
- Enable Windows Installer in Safe Mode
By default, the Windows Installer service is disabled in Safe Mode. To enable it:
1. Open Command Prompt as Administrator:
- Search for "cmd," right-click on Command Prompt, and select "Run as administrator".
2. Enter this command to allow Windows Installer to run in Safe Mode:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /D "Service" /F
3. Start the Windows Installer service by entering:
net start msiserverThese commands allow you to run the PrintBOS installer in Safe Mode with all necessary components.
- Run the PrintBOS Installation Again
With Windows Installer now active, you can re-run the PrintBOS installation as usual. The process should complete without the previous conflict related to C++ 2010 Redistributable.
- Return to Normal Mode
After completing the installation, restart your computer in normal mode:
- Open
msconfigagain, go to the Boot tab, uncheck Safe boot, and restart.
This will return your computer to its standard operating mode.
- Open
Conclusion
Following these steps will allow you to resolve the issue of the installation hanging at the C++ 2010 Redistributable component during PrintBOS setup, ensuring a smooth and complete installation process.