XAHK
XAHK copied to clipboard
Installation & Configuration
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
Better solutions, not specific to AHK but much more widely used:
- Inno Setup, jrsoftware/issrc (3.4k:star:)
- NSIS
Others: InstallShield, WiX, Advanced Installer