MSILOG
Created a log after install failed installing symantec 11.
Info 1923.Service Symantec Event Manager (ccEvtMgr) could not be installed. Verify that you have sufficient privileges to install system services.
Action ended 16:27:29: InstallFinalize. Return value 3.
Running install under full admin account.
What could be the problem?
Thank you.
Info 1923.Service Symantec Event Manager (ccEvtMgr) could not be installed. Verify that you have sufficient privileges to install system services.
Action ended 16:27:29: InstallFinalize. Return value 3.
Running install under full admin account.
What could be the problem?
Thank you.
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
aogilmor
16 years ago
ORIGINAL: ogeccut
Created a log after install failed installing symantec 11.
Info 1923.Service Symantec Event Manager (ccEvtMgr) could not be installed. Verify that you have sufficient privileges to install system services.
Action ended 16:27:29: InstallFinalize. Return value 3.
Running install under full admin account.
What could be the problem?
You need to contact Symantec.
Try running it under a different admin account (local admin maybe?) and see if that works.
You're not trying to repackage this are you? If you are, don't. It won't work.
Posted by:
ogeccut
16 years ago
Posted by:
aogilmor
16 years ago
sorry i can't help but appears to be vendor problem, not one related to deployment or packaging. Any indication why Symantec are so unresponsive? Tell them your entire company is going to switch to Mcafee, Trend Micro or Sophos if you can't get this resolved. That'll get their attention.
BTW, 1923 is a service related MSI error so it appears to be (partly at least) an MSI installation. Probably extracted out of the EXE and then run.
BTW, 1923 is a service related MSI error so it appears to be (partly at least) an MSI installation. Probably extracted out of the EXE and then run.
Posted by:
anonymous_9363
16 years ago
Posted by:
ogeccut
16 years ago
Tried contacting Symantec and got the worst support imaginable. Tech tried to blame the issue on everything but Symantec.
Asked for escalation for a week and was told there is no way to escalate it; they don’t have next level support. Manager either not in today or not available at the moment. After 3 weeks on the phone finally got to advanced team. Trying to find the solution myself and will propose to switching to other product.
Asked for escalation for a week and was told there is no way to escalate it; they don’t have next level support. Manager either not in today or not available at the moment. After 3 weeks on the phone finally got to advanced team. Trying to find the solution myself and will propose to switching to other product.
Posted by:
anonymous_9363
16 years ago
ORIGINAL: ogeccutRun your install in parallel with ProcMon: it *will* tell you what the problem is, i.e. what registry/file access has been denied. You can then investigate that registry key or file's permissions.
Running install under full admin account.
What could be the problem?
It's an unfortunate truism these days that unless you have mortgaged three generations of your family to a Gold support contract, vendor support will be next to useless (and even then is probably of dubious value.) Simply put, they are not interested in your problems. They make all the right noises, of course, but in practice, they just wish you'd go away.
Posted by:
ogeccut
16 years ago
Posted by:
reds4eva
16 years ago
Procmon probably isnt going to be much help with this problem. You already know what service is failing to install. ccEvtMgr.
Although in saying that, it could be a permissions problem on a file or registry.
Are you doing an upgrade ? An older version was installed ?
Ive seen the same error with a different app, when the older version didnt uninstall properly.
Error 1923 occurs because the installer cant access something, ie. create a service because it is already installed and started.
my 2 cents worth.
Although in saying that, it could be a permissions problem on a file or registry.
Are you doing an upgrade ? An older version was installed ?
Ive seen the same error with a different app, when the older version didnt uninstall properly.
Error 1923 occurs because the installer cant access something, ie. create a service because it is already installed and started.
my 2 cents worth.
Posted by:
anonymous_9363
16 years ago
ORIGINAL: ogeccutIgnore 'NO MORE FILES, NO MORE ENTRIES, NOT EMPTY' - they're normally the result of file/folder/registry enumerations.
Ran install with ProcMon, not sure what to look for. There is no ACCESS DENIED, since testing under local admin. Getting a lot of "NO MORE FILES, NO MORE ENTRIES, NOT EMPTY, NAME NOT FOUND, PATH NOT FOUND"
'NAME NOT FOUND, PATH NOT FOUND' is more where you should be concentrating, although many of these will be kind of spurious, especially if you have a long PATH statement. Hopefully, it's obvious that, if an app tries to open, say MSCOMCTL.DLL which normally lives in %SystemRoot%\SYSTEM32, it starts in its own directory (NAME NOT FOUND), then it starts walking the PATH - C:\ (NAME NOT FOUND) C:\WINDOWS - or whatever %SystemRoot% resolves to - (NAME NOT FOUND), C:\WINDOWS\SYSTEM32 (NAME NOT FOUND)....I'm sure you get the idea.
As soon as the error appears, switch to ProcMon and look at the last few pages of output. Don't forget you can filter out a lot of the junk and filters can be saved for future use. For example, I filter all the crap to do with Windows opening Control Panel registry entries; all the a/v processes; Explorer.EXE...
Is there any documentation on procmon results column?None that I know of. It'll become easier with usage. I honestly believe you cannot do this job without it (or similar tool) so best get used to it! :)
Posted by:
ogeccut
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.