I need to be able to extract content from a WP8 xap file (by renaming to .zip & unzipping), change the content of one of my text files, repackage it (using send to compressed (zipped) folder then rename to xap) and the deploy it using XapDeploy.exe
All works fine except for the deploy stage. XapDeploy reports the Status as XAP file is invalid.
Is there another step I need to do?
Is this possible at all?
The reason for doing this outside of the build process is to allow customers who don't have the source code to change this single text file to suit their needs before deploying it to their workforce.