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

.NET and CustomActionData


1 reply to this topic

shippy

shippy
  • Members
  • 20 posts

Posted 07 November 2003 - 19:16

I am using Visual Studio .NET to generate my installer packages. I have a Merge Module that includes a custom action that needs data passed to it. But I need to pass the data from the MSI project that includes the Merge Module. Is there a way to pass CustomActionData at the MSI project level, instead of just at the Custom Action level. The reason I need to do this is because I have two installers that use the same merge module (and custom action) and I want to pass different data to each.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 November 2003 - 14:24

You could certainly set the CustomActionData in your main setup, knowing the name of your custom action which resides in the merge module. Remember that typically the CA name gets the module guid appended.