You can't assume that the user that runs the installer is the same as the user who will be using the software. Making installers that install files into a given user's folder will be problematic.i thought i would update this, but the files need to be installed under /users/yourusername/hidden library folder/ application support folder/its own folder, i found free software but there is no up to date guides on how to make it work
that i already know, i got it figured out on windows but mac is a whole different ball gameYou can't assume that the user that runs the installer is the same as the user who will be using the software. Making installers that install files into a given user's folder will be problematic.
The point is that what you're trying to do is bad practice, regardless of whether or not you have it figured out. Your application should be set up to run and then create the necessary files for the user, rather than your installer trying to guess who might be using the computer, running the installer, and then creating files for that user. This fact isn't different for Windows or Mac.that i already know, i got it figured out on windows but mac is a whole different ball game
The point is that what you're trying to do is bad practice, regardless of whether or not you have it figured out. Your application should be set up to run and then create the necessary files for the user, rather than your installer trying to guess who might be using the computer, running the installer, and then creating files for that user. This fact isn't different for Windows or Mac.