When I add a dependency to my installer, I'm always left with a hard coded path to the file.
According to this blog, the only way around this is to manually change the hard coded paths in the ISL file with the ISProjectFolder variable. This isn't any good as the file will get blitzed every time I rebuild the installer.
I've also seen path variables mentioned but there seems to be no feature for them in InstallShield LE.
Anyone got any ideas?
Go back into your project and make sure all your files you want copied have properties: Build Action=Content and Copy to output directory=Copy Always