cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sgoldstein
Level 6

IsCmdBld.exe and include paths

IsCmdBld.exe will compile installscript code during build of the installer. However, I don't see a way to indicate include search paths on the command line. Is this possible? If not, what's the best way of going about command line building of installers if a search path must be specified?

Thanks.

Scott
Labels (1)
0 Kudos
(1) Reply
esiemiat
Level 9

You can set an environment variable named INCLUDE with a semi-colon delimited list of paths you want the compiler to search through.
0 Kudos