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 to Find a dll in use using IS55 Scripting Language


1 reply to this topic

vkt

vkt
  • Members
  • 1 posts

Posted 22 November 2001 - 12:30

Problem statement:
================

I want to install a dll say "x.dll" using InstallShield,but
x.dll is usage by a process,hence i should not
install x.dll  else i woudl like to install.

but how do i find whether x.dll is in use or not.
Is there any InstallShieldAPI for that...



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 22 November 2001 - 19:09

Try Is(FILE_LOCKED, szPath)