XAHK icon indicating copy to clipboard operation
XAHK copied to clipboard

Installation & Configuration

Open histefanhere opened this issue 3 years ago • 1 comments
trafficstars

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 avatar Feb 23 '22 11:02 histefanhere

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

Others: InstallShield, WiX, Advanced Installer

histefanhere avatar May 04 '23 13:05 histefanhere