I am attempting to create AppId, Class and ProgId entries instead of using
raw registry key/value elements, which generate warnings. In the
documentation for Class it has the following entry:

SafeForInitializing
In General
Value "yes" specified:
[HKCR\CLSID\{Id}\Implemented
Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}] 
Specific Example
[HKCR\CLSID\{01234567-89AB-CDEF-0123-456789ABCDEF}\Implemented
Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}] 

SafeForInitializing
In General
Value "yes" specified:
[HKCR\CLSID\{Id}\Implemented
Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}] 
Specific Example
[HKCR\CLSID\{01234567-89AB-CDEF-0123-456789ABCDEF}\Implemented
Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}] 

My question is, where do the Implemented Categories come from? Are these
supposed to be additional RegistryKey elements? Or is there some way to
specify this information within the Class element?

I need the following.
HKCR\CLSID\{<GUID0>}\Implemented Categories\{<GUID1>}
HKCR\CLSID\{<GUID0>}\Implemented Categories\{<GUID2>}
HKCR\CLSID\{<GUID0>}\Implemented Categories\{<GUID3>}

I also have entries under AppId that do not have a GUID, for example:
HKCR\AppId\exename.exe. However, the pattern constraint for the AppId Id
field requires a GUID. I guess I use RegistryValue for these.

thanks,
bill

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/AppId-Class-and-ProgId-elements-tp6916937p6916937.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to