[Idea/BetaScript] Firefox running portably with ahk script
I am only writing this because I know how confusing Nsis can be, especially since it really hard to find info about certain code uses. So I propose one in autohotkey which has great documentation, and anyone could learn the basics in about 2-3weeks tops. so here is my code to redirect the profile and if anyone wants to help, we can make a launcher so users have more choice than just nsis.
#NoTrayIcon #NoEnv RunWait, "%A_ScriptDir%\App\Firefox\firefox.exe" -profile "%A_ScriptDir%\Data\settings" Return