I want to deploy xap to windows phone emulator 7.1 using command prompt and i have been following the msdn article http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx#BKMK_commandline
i am able to build the project using this command:
MSBuild D:\Projects\PhoneApp1\PhoneApp1\PhoneApp1.csproj
but when i run this command: XapDeployCmd.exe /installlaunch D:\PhoneApp1.xap /targetdevice:xd i get error saying "'XapDeployCmd.exe' is not recognized as an internal or external command,operable program or batch file." i have the visual studio update 2 installed.what does this mean and how should i use command prompt for deploying my xap.