AutomationGuy
Member
- Joined
- Feb 17, 2010
- Messages
- 5
- Programming Experience
- 5-10
Hello,
Probably an easy one this, but try as I might, I can't find any examples of how to do it...
Basically I've written two Apps (A and B) and all I want to do is put a link on the menu of App A which when clicked will fire-up App B.
Normally what I'd do is something along the lines of...
Shell("C:\Path\AppName.exe")
However, both of my apps are installed on the target machines via a Setup-Kit generated by the Publish Wizard in VB.NET. As far as I know, after you've run the Setup you don't get an EXE file for the actual application - you just get an 'Application Reference' on the Start Menu and/or Desktop.
My problem is that I don't really understand what the Application Reference is and how my application is actually deployed onto the target machine after setup has finished...
Given that I don't seem to have an EXE file after running Setup, I need another way of telling App A to fire App B, because I'm guessing I can't use my Shell command anymore?
Hope that makes sense.
Cheers!
Probably an easy one this, but try as I might, I can't find any examples of how to do it...
Basically I've written two Apps (A and B) and all I want to do is put a link on the menu of App A which when clicked will fire-up App B.
Normally what I'd do is something along the lines of...
Shell("C:\Path\AppName.exe")
However, both of my apps are installed on the target machines via a Setup-Kit generated by the Publish Wizard in VB.NET. As far as I know, after you've run the Setup you don't get an EXE file for the actual application - you just get an 'Application Reference' on the Start Menu and/or Desktop.
My problem is that I don't really understand what the Application Reference is and how my application is actually deployed onto the target machine after setup has finished...
Given that I don't seem to have an EXE file after running Setup, I need another way of telling App A to fire App B, because I'm guessing I can't use my Shell command anymore?
Hope that makes sense.
Cheers!