Hi,
If all files in the build script are at the same location, it should work the same on both PC's.
Some ways to aceive this:
Map directories as logical drives. E.g. you can map any directory as a w: drive, and you can have your application on w: on both computers.
Use a hierarchial file structure. If all sub vi's are in subdirectories of the root directory, and the main is in the root, LabVIEW should be able to locate the sub vi's (and other files).
Hope it help...
Regards,
Wiebe.
"tonitpp" <x@no.email> wrote in message news:1145653807770-355354@exchange.ni.com...
Hi, From one computer, at work, I do a build file for my installer, and when I use it at home it doesn't work. Some source file are incorrect according to LV and I have to add all the source files to my installer again. It's is a tedious work!!!!! LV doesn't say which file generates the error and then I have to delete all the source files and one by one I have to add them to the source file list. How can I add multiple source files at once? or how can I know which file is the one that generates the error when I load my build file?Thanks,ToNi.