Hi all,
I've just started using the Installer built into LV 8. It's a relief not to have to use the nuclear bomb of InstallShield against an installation that just requires a fly-swatter.
I've gotten to the point where I need to create the Big Installation. I have multiple executables sitting in the same directory. There is also a support directory where all the files they share (mostly dlls) live.
When I get to the "Source Files" part of the installation, it seems that it doesn't add individual files, but in fact adds the entire Build Specification for each executable. However, those different Build Specifications point to the same dll in the Support directory and when I tell the installer to add that Build Specification it comes back with an error "The following files already exist in the destination directory:..." Okay, fine, don't add what's already there, but why won't it add the other files that aren't there yet??
Am I missing some Installer nuance?? I would really like to not have to go back to using InstallShield...
Cat