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 9172537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:22:15+00:00 2026-06-17T16:22:15+00:00

I have a VS2010 solution with a WebForms project that is setup to publish

  • 0

I have a VS2010 solution with a WebForms project that is setup to publish using Web Deploy. There is another WinForms project and a WinForms Setup, whose output I need publishedas well.

Now these setup files are added to the Web project and normally remain checked in. We used to manually replace them before.

I tried writing a post-build script on the WebClient to copy from the Setup project and replace older versions but ran in to the ‘Access Denied’ issue since the old setup files were checked in.

Question:

  • Is there a better way to include files in Web Deploy publish that are not part of the project?
  • If not, is there a way to auto-check-out these files so they can be overwritten using a batch script?
  • 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-17T16:22:16+00:00Added an answer on June 17, 2026 at 4:22 pm

    Is there a better way to include files in Web Deploy publish that are not part of the project?

    Yes. Web Deploy copies your web application’s files to a temporary folder before it deploys (or packages) them. Your best bet would be to hook into that event and copy your setup files into the temporary directory structure.

    <!-- This goes in your publish profile (or ProjectName.wpp.targets if you don't 
         have the Azure SDK or VS 2012 installed) -->
    <PropertyGroup>
      <PipelineCollectFilesPhaseDependsOn>
        CollectWindowsFormsApp;
        $(PipelineCollectFilesPhaseDependsOn);
      </PipelineCollectFilesPhaseDependsOn>
    </PropertyGroup>
    
    <Target Name="CollectWindowsFormsApp">
      <ItemGroup>
        <FilesForPackagingFromProject  Include="$(SolutionDir)YourWindowsFormsApp\bin\debug\YourWindowsFormsApp.msi">
          <DestinationRelativePath>App_Data\YourWindowsFormsApp.msi</DestinationRelativePath>
        </FilesForPackagingFromProject>
      </ItemGroup>
    </Target>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a single VS2010 solution with a Web.Api project and an MVC 3
I have a web application solution VS2010 where I output to ..\..\Project.Namespace.Bin\ When I
I have a VS2010 solution that has two projects. The first project [DevLib] is
I have a VS2010 BizTalk solution. This contains schemas project that has a reference
If I have a setup project in a VS 2010 solution and I add/remove
I have a VS2010 unit test project set to using SpecFlow 1.8.1 and mstest.
I have a VS2010 (RTM) solution which contains: WCF Service project Console WCF client
I have a database project in my VS2010 solution. I recently changed a view
I have a VS2010 solution which uses its own projects (that are in that
I have a database project in my vs2010 solution. The working database is installed

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.