You know what, I'm almost certain that was my problem too.  Not that I think
of it, that's why I resorted to writing directly to the
HKLM\Software\Classes\AppID\... key, because writing to HKCR didn't work.

On 2/21/07, Lexa Rogovoy <[EMAIL PROTECTED]> wrote:

 Hello, Levi.


You wrote Wednesday, February 21, 2007, 5:37:18 PM:


  >

I have a service that is an ATL service as well.  This may not be the same
situation, but I had to add a <RegistryValue/> element in the
HKLM\Software\Classes\AppID\MY-SERVICE-GUID with the @Name=LocalService and
the @Value=[service name] to get it to work.  I think that's the same thing
that the svc.exe /Service does.


<https://lists.sourceforge.net/lists/listinfo/wix-users>


Thx.


Yes, this is ATL service and in my sample all class and interface
installed to the HKCU, but i am add

<Property Id="ALLUSERS">1</Property>

and all my data installed to HKLM and work fine.


--

  Lexa

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to