Hi,

The Following is the updated code i am using:

"
*Id='Cxyz' Name='Cxyz.exe' DiskId='1' src='Cxyz.exe' >
<TypeLib Id="{GUID}" Advertise="no" Description="XYZ Library"
MajorVersion="1" MinorVersion ="0" Language="1">
<Interface Id="{GUID}" Name="Ixyz" NumMethods="9" ProxyStubClassId="{GUID}"
ProxyStubClassId32="{GUID}" Versioned="yes"></Interface>
<AppId Id="{GUID}" Description="Cxyz" RunAsInteractiveUser="yes" >
<Class Advertise="no" Id="{GUID}" Version="Cxyz.Cxyz.1" Server="Cxyz"
SafeForScripting="yes" Context="LocalServer32">
<ProgId Id='Cxyz.Cxyz.1' Description='Cxyz Class' Advertise='no' >
<ProgId Id='Cxyz.Cxyz' Description='Cxyz Class' Advertise='no' />
</ProgId>
</Class>
</AppId>
</TypeLib>
</File>
*
"
I unable to create the following keys with the above code:

"

*Software\Classes\AppId\Cxyz.exe" Name="AppID" Value="{GUID}" Type="string"*

*Software\Classes\TypeLib\{Guid}\1.0\HELPDIR - with it's path being blank*

*Software\Classes\AppId\{Guid}" Name="RunAs" Value="NT
AUTHORITY\LOCALSERVICE" Type="string"*

"

Can you please let me know how i can do the following with the above code?



-aparna



On 11/28/06, Bob Arnson <[EMAIL PROTECTED]> wrote:

aparna wrote:

I am using the following code and am unable to create all the required
entries:


What doesn't work?

--
sig://boBhttp://bobs.org


-------------------------------------------------------------------------
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