windows installer startup

G

Guest

Try going to run,type:services.msc In msc scroll down to installer,double
click on it,in the new window,select auto start,then start the service,exit
msc

I tried this with my problem and it says "could not start the windows
installer service on local computer. error 5 access is denied.
 
R

Ramesh, MS-MVP

Try starting the service using the built-in Administrator account. If that
does not help, type this in Start/Run and post the output here:

cmd /k sc qc msiserver

Mine reads:
------------

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: msiserver
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\system32\msiexec.exe /V
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Installer
DEPENDENCIES : RpcSs
SERVICE_START_NAME : LocalSystem


--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com
 
G

Guest

ok, tried the first thing, did not work, and the reading of msiserver is
identical to yours. was unable to post it, but double checked for accuracy.
Now what? There has got to be a way to start the program, the files are still
there, just unaccessable, what would have happened to trigger this response?

Ramesh said:
Try starting the service using the built-in Administrator account. If that
does not help, type this in Start/Run and post the output here:

cmd /k sc qc msiserver

Mine reads:
------------

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: msiserver
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\system32\msiexec.exe /V
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Installer
DEPENDENCIES : RpcSs
SERVICE_START_NAME : LocalSystem


--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


meager said:
Try going to run,type:services.msc In msc scroll down to installer,double
click on it,in the new window,select auto start,then start the
service,exit
msc

I tried this with my problem and it says "could not start the windows
installer service on local computer. error 5 access is denied.
 
G

Guest

Well, I think I have it fixed. Went all the way in and just unclicked and
reclicked some stuff and was able to load Java without error messages.
Thanks for all you help. Hope the fix-it job continues to work.

meager said:
ok, tried the first thing, did not work, and the reading of msiserver is
identical to yours. was unable to post it, but double checked for accuracy.
Now what? There has got to be a way to start the program, the files are still
there, just unaccessable, what would have happened to trigger this response?

Ramesh said:
Try starting the service using the built-in Administrator account. If that
does not help, type this in Start/Run and post the output here:

cmd /k sc qc msiserver

Mine reads:
------------

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: msiserver
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\system32\msiexec.exe /V
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Installer
DEPENDENCIES : RpcSs
SERVICE_START_NAME : LocalSystem


--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


meager said:
Try going to run,type:services.msc In msc scroll down to installer,double
click on it,in the new window,select auto start,then start the
service,exit
msc

I tried this with my problem and it says "could not start the windows
installer service on local computer. error 5 access is denied.
 
R

Ramesh, MS-MVP

Ah! I was spending 30 minutes now for this issue, and was going to suggest
this one:

Type in Start, Run:
cmd /c sc sdshow msiserver >c:\sd.txt

Then, open c:\sd.txt with Notepad, and post the contents here.

Mine reads as:
---------------

D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCR
RC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


meager said:
Well, I think I have it fixed. Went all the way in and just unclicked and
reclicked some stuff and was able to load Java without error messages.
Thanks for all you help. Hope the fix-it job continues to work.

meager said:
ok, tried the first thing, did not work, and the reading of msiserver is
identical to yours. was unable to post it, but double checked for
accuracy.
Now what? There has got to be a way to start the program, the files are
still
there, just unaccessable, what would have happened to trigger this
response?

Ramesh said:
Try starting the service using the built-in Administrator account. If
that
does not help, type this in Start/Run and post the output here:

cmd /k sc qc msiserver

Mine reads:
------------

[SC] GetServiceConfig SUCCESS

SERVICE_NAME: msiserver
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\WINDOWS\system32\msiexec.exe /V
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Windows Installer
DEPENDENCIES : RpcSs
SERVICE_START_NAME : LocalSystem


--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com


Try going to run,type:services.msc In msc scroll down to
installer,double
click on it,in the new window,select auto start,then start the
service,exit
msc

I tried this with my problem and it says "could not start the
windows
installer service on local computer. error 5 access is denied.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top