Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9010979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:36:24+00:00 2026-06-16T02:36:24+00:00

I’m working on creating a build and deployment infrastructure for a large corporate service

  • 0

I’m working on creating a build and deployment infrastructure for a large corporate service infrastructure. We’re using TFS Build 2012 for our Build Server, Visual Studio 2012 to generate WPP deployment packages, and MSDeploy 2.1 to perform the actual deployments. (We can’t use MSDeploy 3 due to a number of bugs with it – NTLM authentication is broken with WMSvc, etc).

I’ve created a “Project.wpp.targets” file and added the following properties:

<DeployOnBuild Condition="$(DeployOnBuild) == '' And '$(OutDir)' != '$(OutputPath)' ">true</DeployOnBuild>
<WebPublishMethod>Package</WebPublishMethod>
<DeployManagedPipelineMode>Integrated</DeployManagedPipelineMode>
<Disable_CopyWebApplication>True</Disable_CopyWebApplication>

When the compile happens on the build server, OutDir will be different than OutputPath and WPP will be activated. The build outputs the following files:

Project.zip
Project.SetParameters.xml
Project.SourceManifest.xml
Project.deploy.cmd
Project.deploy-readme.txt

Inside project.zip are:

Archive.xml
Parameters.xml
systemInfo.xml

Question 1 – What is the SourceManifest.xml file for, and why isn’t it in the zip package?
It seems as though the entire reason for creating a zip file package for deployment is so that it’s fully self contained. That SourceManifest file is “loose” – we can’t just toss a zip file up on our deployment file share any longer. Why isn’t it in the package? It also points at specific paths on the build server!

Question 2 – What is the Archive.xml file for? It seems somewhat redundant to SourceManifest.xml – I see a provider, a number of providers, etc. In the Microsoft documentation they mention “manifest.xml” in the package. This file looks like the manifest, but it’s called “archive.xml”. Does the filename matter? Is manifest.xml different than archive.xml? How do they relate to SourceManifest.xml, which looks similar yet different at the same time?

Question 3 – what is systemInfo.xml for? It appears to list all of the components installed for the IIS role on the build server. For example, if I run the build at command line on my local machine, it lists that .NET 2.0 and 4.0 are installed and a number of True/False values for the various IIS components on my machine. The problem is those settings have no bearing on what I actually want deployed! Does MSDeploy ever look at this file? Can it’s generation be disabled? I definitely do not want configuration artifacts from the build server affecting production!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T02:36:25+00:00Added an answer on June 16, 2026 at 2:36 am

    The zip package generated is self sufficient and can be used with msdeploy.exe without any of the other files in the directory.

    You can prevent the cmd and SetParameters files from being generated by setting GenerateSampleDeployScript=False. You cannot configure SourceManifest to be deleted after a build, but you can safely do it manually.

    SourceManifest.xml is basically a diagnostic artifact. In reality, it was the -source:manifest=Project.SourceManifest.xml to the sync’s -dest:package=Project.zip

    archive.xml is the package provider’s internal representatio of what’s in it. The file is always called archive.xml and the documentation mentioning manifest.xml is mistaken.

    I’m not actually sure how systeminfo.xml is used. I don’t know of a way to disable the functionality, but I’ve also never run into a situation where it’s properties have affected a deployment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're building an app, our first using Rails 3, and we're having to build
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
Let's say I'm outputting a post title and in our database, it's Hello Y&#8217;all
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I am using the SimpleRSS gem to parse a WordPress RSS feed. The only
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I have thousands of HTML files to process using Groovy/Java and I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.