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

CustomAction Call INSTALLED EXE File


1 reply to this topic

sanjoygr

sanjoygr
  • Full Members
  • 76 posts

Posted 02 March 2006 - 06:38

I am using Installed Shield 11, Basic MSI Project.

I created an Custom Action for calling an Application (EXE file) that is a part of my installed product.
The custom action action is performing well. However there is a build warning of checking the file exists or not.

Following is the warning
Validating Custom Action sequencing
ISDEV : warning -6558: The Custom Action LaunchConcrypt in the InstallExecuteSequence table is run from an installed file. To run the custom action successfully, you may need to have a condition that checks if the source file is installed locally.


I want to know how to write the condition of checking the file exists? And where to write it?

Thanks
Sanjoy
sanjoy_gr@yahoo.co.in

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 March 2006 - 20:25

Something like
$CompoentName=3 Or (?CompoentName=3 And $CompoentName=-1)
For details see topic "Conditional Statement Syntax" in MSI Help