views:

33

answers:

0

I'm using Innosetup and I've started getting modular with the "#include Slave.iss" construct. Today I noticed that compile-time errors in the Slave.iss seem to be ignored, although correct lines are processed, for example a missing file in the [Files] section is correctly highlighted in the master.iss but not in the Slave.iss. This is potentially nasty for a source file that goes missing and may not then be highlighted during a subsequent compile. Am I missing something?