I would need help on how to set up multiple directories. I have a program that goes into the Program Files\.... directory but yet another whole folder that the program needs must also be located in C:\Users\...\AppData\Roaming
Also, I wonder what I should type instead of a specific user's name? In each system there is a different user name i.e. I need the directory to copy to AppData\Roaming.
Thank you in advance for your help.
Multiple directories
This is not directly possible with InstallForge. However, you could use the Custom Commands function:
https://docs.installforge.net/how-tos/u ... indows-cli
Say, you want to install folder ABC into another location. Then I would just add ABC as a regular folder in InstallForge. This folder would be installed into the application installation folder first (which is what we do not want), but could then be moved from there into another location using a Custom Command, which calls the shell command move of Windows.
Does that make sense for you?
https://docs.installforge.net/how-tos/u ... indows-cli
Say, you want to install folder ABC into another location. Then I would just add ABC as a regular folder in InstallForge. This folder would be installed into the application installation folder first (which is what we do not want), but could then be moved from there into another location using a Custom Command, which calls the shell command move of Windows.
Does that make sense for you?
InstallForge Power User
Hello,
I would like to do the same thing, that is, install something in a directory, then copy one of the installed files to another folder.
For example:
I install it in the folder C:\TEST\
then I want to copy a file from the installation folder c:\TEST\note.exe
to the folder C:\Program Files (x86)\Common Files\
What is the procedure? Thank you.
I would like to do the same thing, that is, install something in a directory, then copy one of the installed files to another folder.
For example:
I install it in the folder C:\TEST\
then I want to copy a file from the installation folder c:\TEST\note.exe
to the folder C:\Program Files (x86)\Common Files\
What is the procedure? Thank you.