0

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

s Hegade
  • 21
  • 5
  • 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

0 Answers0