I have a signed Installshield package that I'm trying to get installed. When
the installer runs, it creates several batch files to do additional
configuration which are blocked by AntiSpyware. By the time I click OK, the
installation fails due the timing between the start of the batch files, and
their expected output. The batch files use random names to comply with
accepted security procedures, so I can't just trust some additional
executable name.
How can I get AntiSpyware to trust all output of my installer, and to allow
it execute all bat/cmd files it needs to?
|