Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Every One,


I have developed Application Windows Phone 7 application I have Executed also .

i have build my app at Command Prompt using MSBuild


now i want to build my app at command prompt in another system .( what i have to install to run my WP7 app without installing visual studio 2010 )

i have downloaded and installed 4.o Frame Work but MSBuild command not recognize here .

What are the Requirement to build my Wp7 app at Command Prompt
Posted

1 solution

Use the below command line statement:
"%XNAGSv4%\Tools\wp.exe" install "file.xap" "app Id" "GameThumbnail.png" "XapCacheFile.xml" /clean


where the parameters are
wp.exe is the command-line Windows Phone management tool.
file.xap is found in the output directory.
GameThumbnail.png is found in the output directory.
XapCacheFile.xml is found in the intermediate directory.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900