
Portal User asked a question.
Using multiple search path at build time
In our code configuration some files for installation can reside in different places (e.g. locally and server). Is there a way to make Installshield to search multiple path? I tried environment vasriable PATH_TO_FILES=c:\files;d:\files similar to PATH but it doesn't work in Installshield.
So at build time Installshield woild search for a file in c:\files and if not found then in d:\files.