Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

ALLUSERS, services and HKCU


1 reply to this topic

ludwigvb

ludwigvb
  • Members
  • 2 posts

Posted 12 January 2005 - 21:38

Hi there,


I have the following problem when running an install with ALLUSERS=1.
That install performs well and creates a Service.


I see many entries in the event log when I reboot the pc such as


Detection of product '{1535594C-DA57-4C8C-A5B3-6F9C8E46D445}', feature
'Complete', component '{EDED6185-7689-4C7F-AB7C-B430A1B0A091}' failed.
The resource

'HKEY_CURRENT_USER\Software\mycompany\myproduct\EnterpriseTemplateLocation'
does not exist.

EnterpriseTemplateLocation being a registry entry.


I suspect the following:
my service is logged under localsystem, and the install tries to read
that EnterpriseTemplateLocation key under an non existent profile

any thoughts? wonder how to fix it


Thanks a lot


ludwigvb

ludwigvb
  • Members
  • 2 posts

Posted 13 January 2005 - 20:26

I just put my service and my application into two features, one with the service and the other one containing the HCKU and the application, and it worked smile.gif

Edited by ludwigvb, 13 January 2005 - 20:27.