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

How can I ResolveSource


2 replies to this topic

SteveK

SteveK
  • Members
  • 14 posts

Posted 29 March 2001 - 23:26

I need an install to check if "license.dll" exists on the source CD, then set a PUBLIC property to control the install.  Is there any way of doing this before the CostInitialize action?  I'm avoiding the use of InstallScript if possible.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 30 March 2001 - 07:45

"The ResolveSource action must come after the CostInitialize action." (from the Windows Installer SDK help)
You can call ResolveSource after CostInitialize but before CostFinalize. That would be enough for feature conditions to take effect.