I'm using inno setup to deploy my vb program, let's call it "myapp.exe ".

It works fine.

[but]

I want to be able to just type myapp.exe from the command line and have it execute my application.

The way it works now is you have to enter the entire path to myapp.exe in order for windows to find it.

Does anyone know how to get the install to put the path to myapp in windows' "Path"?
(I'm assuming that's what needs to be done)

Thanks