Can't try out propeller. Anyone know how to get Windows Installer to work?
Jim the Hermit
Posts: 79
I just bought $300 worth of electronics from Parallax. I'm trying to learn to use Propeller. Quickstart 1 tells me to load Setup-Propeller-Tool, but I get an error message:
In msconfig_services says Windows Installer is Stopped. Enable All/Disable All, Apply, OK, clicking on it, restarting doesn't do anything.
The Windows Installer Service could not be accessed.
This can occur if you are running Windows in safe mode (am not),
or if the Windows Installer is not correctly installed.
This can occur if you are running Windows in safe mode (am not),
or if the Windows Installer is not correctly installed.
In msconfig_services says Windows Installer is Stopped. Enable All/Disable All, Apply, OK, clicking on it, restarting doesn't do anything.
Comments
http://www.parallax.com/tabid/832/Default.aspx
Make sure you unzip the download then run the install.
You may try updating to the most recent windows installer service.
If this doesn't work I'd do a:
Start > Run > sfc /scannow
Pop in your windows cd and look for errors in the OS.
You will likely have to reinstall windows service packs and whatnot.
For PC issues may I suggest hardforums.com?
that didn't work either
I didn't mean to imply that it was. It's just so frustrating
I don't have that sfc(?)
Yeah, looks like I'll have to
If it is not disabled try a re-register command with msiexec /regserver
Here are a bunch of troubleshooting steps from Microsoft. http://support.microsoft.com/kb/315346
Windows XP
Click start
Click run
Type: sfc /scannow
Win 7
Click start
In the search box at the bottom type: sfc /scannow
follow the prompts
...
From my experience, the installer service is generally not disabled. Generally that problem is some sort of problem with the OS that is in turn causing a problem with the installer service.
Good luck.
SUCCESS!!! Yes, those were the magic words it needed. Thank you everyone.