Bugs item #1745825, was opened at 2007-06-30 16:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1745825&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: heat
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Josh Korn (joshkorn)
Assigned to: Derek (derekc)
Summary: Incorrect generated codebase record

Initial Comment:
When run against a .NET assembly, heat generates a fragment that includes the 
following:

<File Id="<assemblyname>.dll" ... />                 

<RegistryValue Root="HKCR" 
       Key="CLSID\{...}\InprocServer32\1.0.0.0" 
       Name="CodeBase" 
       Value="[#<assemblyname>.dll]" Type="string"
       Action="write" />

The [#<assemblyname>.dll] construct generates a standard file name (like 
C:\Program Files\etc).

This does not work. The reference has to be a URI, (i.e. file:///C:/Program 
Files/etc) in order for the assembly to work when called from a COM component.

(It's taken me the better part of two days to chase this down, so please take 
this one seriously!!)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1745825&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to