histefanhere / XAHK

Auto Key Clicker for Minecraft - Under request from Xisuma
GNU General Public License v3.0
106 stars 56 forks source link

Installation & Configuration #37

Open histefanhere opened 2 years ago

histefanhere commented 2 years ago

Not an issue for now, but if the app needs to store any configuration information in the future (probably in ini files) then it needs to write files somewhere. And if it needs to do this, it should have a dedicated automatically-generated folder in ProgramFiles or something similar. And if it needs to do this, it should be registered as an app on the system. And if it needs to do this, it needs a nice installation process. Here's a couple links I found during my research for this:

https://www.autohotkey.com/board/topic/14946-how-to-create-installer-for-my-ahk-script/ https://www.createinstall.com/ https://nsis.sourceforge.io/Zip2Exe

histefanhere commented 1 year ago

Better solutions, not specific to AHK but much more widely used:

Others: InstallShield, WiX, Advanced Installer