how do I get source path string?
the installer and associated files are going on a cd.
the cd could be in any drive letter on user X's system, but the installer is going to be in the root directory of course.
how do I get the string that contains the source path where the installer is located at?
And I do not mean if the installer installs from a temp location - I do not want that dir. I want to know the cd path.
what I want to be able to do us use CopyFiles, but it is failing to copy any files at all when I use $INSTDIR for a source. :eek:
I don't know what do do - I need some help here. I can't find anything about this in the manuals. And this is the most basic thing you need to do in an installer!