Hi guys, I've been working on a project for my community..

So here's the deal

I've placed an .exe file in the same directory as the setup file lands into AND "Program version" folder which I get when I publish it.

When I try to hit the button which helds the command shell ("program.exe") then it tells me: File not found..

I've been saving, moving around, renamed and everything.. What could possibly be wrong?

I've even tried this:

Private Sub ToolStripMenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripMenuItem3.Click
System.Diagnostics.Process.Start("program.exe")
End Sub