Heelloooo good day. Thanks for seeking to help.
I am creating a Java program(obviously). At the end of my work I wish to install it as (a)an .exe file. However I wish that after its installation, file type association would have been setup automatically(I phrased that latter part of the statement like that, because I'm not sure if file association can be coded, or if it must be accomplished via other tools). I have ruled out JWS(Java Web Start) though.
SO once again:
- Program must be a(an) .exe file.
- And the installation process should seamslessly create the file type association without the user having to manually run any other commands.
May I please have some leads to follow?