I am creating a setup from InstallShield LE. My setup contains files that are in solution folder but not part of content files. E.g. My solution Folder is C:\MyProject\Project1\Dev And Files I want to add too InstallShield LE setup is at: C:\MyProject\CommonFiles\Libraries So the path C:\MyProject is common and some developer can have this path as D:\MyProject. So I want to add relative path for C:\MyProject\CommonFiles\Libraries (Something like ....\CommonFiles\Libraries). I tried editing .isl file of InstallShield LE but its not working. There is a table named "ISPathVariable" but I am not sure that about how to use it for relative path. Anyone got any ideas?
I finally got the issue resolved by manually changing the .isl file. the steps followed are as below: