I'm working on a smartphone application, I test my application on an emulator and I cannot connect the real device to the pc I'm writing my application on. What I want is to deploy or publish application on the pc and then transfer the install package to the device and install it there, is this possible? If yes how?
I found my answer after a while.
I just needed to add a setup project to my application and then build the setup project which would give me a .cab
file that can be installed on the smart device.