I used the following commands from 32bit system to a another 32bit system worked fine, site working!!!
msdeploy -verb:sync -source:apphostconfig="d32",computername=dWeb -dest:archiveDir="c:\arc",encryptPassword=pass -enableLink:AppPoolExtension
sdeploy -verb:sync -dest:apphostconfig="d32", -source:archiveDir="c:\arc",encryptPassword=pass -enableLink:AppPoolExtension
If i run the same commands using the same archivedir file on a 64bit system it falls.
msdeploy -verb:sync -dest:apphostconfig="d32", -source:archiveDir="c:\arc",encryptPassword=pass -enableLink:AppPoolExtension
Error: Enum must be one of localsystem, localservice, networkservice, specificuser
Both systems are windows server 2008 with just iis7 installed and web deploy.
Please help?