Assuming your help file will be in the exe's directory, you can use App.Path to determine the exe's directory.

Put this in a form and see for yourself:

Code:
Private Sub Form_Load()
Msgbox App.Path
End Sub
You should know where the help file will be placed.