I'm using inno setup tool for installing my app in windows,is there any why to add my app to command line ,so user can access my app through cli
Asked
Active
Viewed 39 times
0
-
You need to add the directory where the `.exe` is located to `PATH`. – frankenapps Mar 14 '21 at 09:34
-
I need to add my app when it's installed first time by inno setup,how can i do that using inno setup only – s Hegade Mar 15 '21 at 12:44
-
This is documented in a lot of places online, for example here: https://stackoverflow.com/questions/3304463/how-do-i-modify-the-path-environment-variable-when-running-an-inno-setup-install – frankenapps Mar 15 '21 at 12:46