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

Get formatted value


2 replies to this topic

Holger_G

Holger_G
  • Full Members
  • 155 posts

Posted 25 November 2009 - 13:14

Hi,

I am using DTF managed custom actions for the first time and I want to know if and how it´s possible to get formatted values like [#filekey]?

Thanks
Holger


akerl

akerl
  • Full Members
  • 104 posts

Posted 25 November 2009 - 17:40

Holger, DTF custom actions are very nice. To get the formatted value of a property, you must use the Format() method of the Session object. It's the managed interpretation of MsiFormatRecord().

HTH
Andreas

Andreas Kerl

Inside Windows Installer 4.5
ISBN 3-86645-431-7


Holger_G

Holger_G
  • Full Members
  • 155 posts

Posted 26 November 2009 - 09:34

Danke Andreas, funktioniert bestens.