I am new to desktop apps. I have been reading guides, tutorials, and documentation but don't understand:
1 How do you define an install directory? The application I want to build will be managing file co tent in subdirectories, of the install directory.
2 Which gradle task makes the .exe?
3) when installing intellij there is a gui with options. Is something like that part of the application code or a separate application? If it is a separate application, how do you connect the selected parameters to the application installer?