Relative path for File Bag?
Posted: Thu Sep 10, 2015 8:29 pm
I had a project that was built for InstallAware 9 R3 that used a relative path for a File Bag: ..\ABC\*.*
When I tried running that project under InstallAware X3, I got "Error! No files matching wildcard pattern ..\ABC\*.*"
If I substitute an absolute path the project compiles, but due to the way we structure our installs I'd prefer it if I could use a relative path there. Is this no longer supported? Do I have to use a different base for the path? In the past it seemed like the base for the path was the location of the project file.
When I tried running that project under InstallAware X3, I got "Error! No files matching wildcard pattern ..\ABC\*.*"
If I substitute an absolute path the project compiles, but due to the way we structure our installs I'd prefer it if I could use a relative path there. Is this no longer supported? Do I have to use a different base for the path? In the past it seemed like the base for the path was the location of the project file.