Ian Sullivan wrote:

Not sure if this is a bug or user (my) error, but I just tried to add a ProgId that referencing a dll that gets installed into the GAC, after install I see in the registry that the DefaultIcon points to the place where the dll would have been installed if it wasn't being installed into the GAC


WiX translates ProgId elements to Registry rows with [#fileId] syntax when not advertised. That's usually what you want but in this case, MSI doesn't know the real path is in the GAC. (And it wouldn't know the final path anyway, the GAC being semi-virtual...) I don't think there's any way you can have the icon live in a file in the GAC.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to