How do we specify relative paths for the local folder of our archived files?
For example, if I have the build files in
C:\Projects\Stuff\Build Files
but I know that my coworker has his setup as
C:\Projects\DifferentStuff\Build Files,
how would I change the local folder path in Setup Factory so that when I share my .suf file with him, we wouldn't have to match our file setup exactly?
Also, I'm a little confused about how to add required modules. A lot of the included modules are fairly old, but I tried to copy their setup when adding in a new module. Specifically, the latest C++ Redistributables: vcredist package from Microsoft. I read through the documentation, but I don't think I'm doing it correctly.
We tried to use the #PROJECTFILEDIR# as per your post reply here: https://forums.indigorose.com/forum/...-archive-files, but we're trying to find a different solution, because our source files will probably be stored elsewhere than our build files.
For example, if I have the build files in
C:\Projects\Stuff\Build Files
but I know that my coworker has his setup as
C:\Projects\DifferentStuff\Build Files,
how would I change the local folder path in Setup Factory so that when I share my .suf file with him, we wouldn't have to match our file setup exactly?
Also, I'm a little confused about how to add required modules. A lot of the included modules are fairly old, but I tried to copy their setup when adding in a new module. Specifically, the latest C++ Redistributables: vcredist package from Microsoft. I read through the documentation, but I don't think I'm doing it correctly.
We tried to use the #PROJECTFILEDIR# as per your post reply here: https://forums.indigorose.com/forum/...-archive-files, but we're trying to find a different solution, because our source files will probably be stored elsewhere than our build files.
Comment