Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

registry entries for COM exe's


1 reply to this topic

debuke

debuke
  • Full Members
  • 2 posts

Posted 15 October 2008 - 01:42

a few of the components in our install get entries in the LocalServer32 surrounded by quotes, as evident in the log entry for the component:

MSI (s) (C4:40) [16:38:31:203]: Executing op: RegAddValue(,Value=\"C:\mypath\mycom.exe\",)


the <Registry /> entries don't have the quotes and the <tuple /> entries in the wixobj files don't either, so i'm assuming the linker or the msiexec is doing this...

anyone know how to stop the wix/msi process from doing that?

Edited by debuke, 15 October 2008 - 02:00.


debuke

debuke
  • Full Members
  • 2 posts

Posted 15 October 2008 - 02:10

i guess i figured it out... smile.gif

i took all of the shortnames out of the loop (e.g. my~1.exe) and now i don't get the extra quotes...

oh vell...