Hey I've made an installer to install a resource folder in specific folder. But I know require it to install in 2 seperate folders. How can I acheive this with install jammer?
One way to get this working is to have two install directories with resource added in it. The drawback or disadvantage is the size of installer will double up based on resource.
Another way is to add Copy File action for resource directory before Finishing installation.
Doubling of the size is okay (the normal is only around 20mb) But how do I create 2 install directories? I am currently using the default destination directory under general information/platform information
Have a virtual text similar to InstallDir and update after user changes. In the install actions group use copy file action to copy file to the destination.