customizing installation directory in install4j
问题 I am building a setup in install4j which will be run for each client of a marketing agency. There is one installer, but the user can run it more than once, specifying a different clientId value at the installation time. In the end, I would like to end up with a directory structure like this: on Mac: /Applications/MYPRODUCTNAME-clientID1/ /Applications/MYPRODUCTNAME-clientID2/ /Applications/MYPRODUCTNAME-clientID3/ on Windows: /Program Files/MYPRODUCTNAME-clientID1/ /Program Files