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

IShield, custom action


1 reply to this topic

tw-mum

tw-mum
  • Members
  • 7 posts

Posted 22 February 2006 - 10:17

I programmed a msi-dll. A msi setup call a function from this dll via a
custom action. The Dll use ATL to find some entries in the registry.

Since I included e.g. the Microsoft_C80_ATL_x86.msm in my msi, the custom
action call doesn't work any more. I get a stack overflow if the msi step in
the custom action.

If I remove the msm the custion action works again.

Anybody what is wrong?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 February 2006 - 11:24

Is ATL really necessary to search the registry? And why don't you use the SystemSearch view instead of a DLL?