Bugs item #1660163, was opened at 2007-02-14 18:52
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=1660163&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: candle
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mike O'Laughlen (molaughlen1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Non-advertised Classes Add Extra Quotes in Registry

Initial Comment:
I'm new to the Windows Installer API, but I think I'm correct in reporting this 
bug (at least it wouldn't work until I used Orca to fix it).

When the Compiler generates the wixobj file, the class' row in the Registry 
table has a Value column encapsulated in quotation marks:

"[#FileServer]"

it should be:

[#FileServer]

The following wxs snippet produces this issue:

<File Id="Component.dll" Name="Component.dll" 
     KeyPath="yes" Source="Component.dll" DiskId="1">
  <Class Id="GUID-HERE" Context="InprocServer32"   
     Description="Component Description" 
     ThreadingModel="apartment" Programmable="yes">
     <ProgId Id="Component.ProgID" 
         Description="ProgID Description" />
   </Class>
</File>

This results in a registry row:

Registry: reg123456789
Root: 0
Key: CLSID\GUID-HERE\InprocServer32
Name:
Value: "[#Component.dll]"
Component_: Component.dll

again Value should be:
[#Component.dll]

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

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

-------------------------------------------------------------------------
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-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to