View Single Post
  #1  
Old 12-09-2005, 05:25 PM
lherz lherz is online now
Registered User
 
Join Date: 07-21-2005
Posts: 15
Process Files Question

I am trying to COM register a directory of files, with a twist. I need to exclude files that match a name pattern from being registered, but only if the condition of a specific macro is true. That is, I need to process all .dll files. If the %EXCLUDE_CLAIMS% macro evaluates to true, I will need to exclude any files with claim in the name.

I have tried using the step_Starting function and can determine when to skip the registration, but I need a way to exit the step if the condition evaluation requires it.
Reply With Quote