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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:08:52+00:00 2026-05-12T08:08:52+00:00

On my development machine I installed VSeWSS 1.3 and configured the local IIS 6

  • 0

On my development machine I installed VSeWSS 1.3 and configured the local IIS 6 so that I can build my SharePoint project and deploy the generated WSP file to the local machine. The WSP file is generated by the Packaging step, which I can successfully install on other machines.

Now I have to migrate my project to our build machine which currently does not have SharePoint installed and is not configured for VSeWSS (no VSeWSS web service endpoint). Is there a way to automate the building of the WSP file without the need to configure IIS on the build machine for use with SharePoint and VSeWSS?

Some of the books describe the manual step of using MakeCab.exe and defining a DDF file, but I don’t see any DDF file generated by VSeWSS (is it maybe generated in a TEMP folder which I could use to configure my automated build process?).

  • 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-05-12T08:08:52+00:00Added an answer on May 12, 2026 at 8:08 am

    I just faced the same problem. I opted for another tool for developing the whole solution: I found WSPBuilder much cleaner and less intrusive. It also can be used from the Command line, which is great for Build files.

    I modified some Nant scripts created by Bil Simser in order to compile and deploy the project and move the code from VSeWSS to WSPBuilder. It works like a charm either on my machine or on the build machine.

    You can find WSPBuilder on http://www.Codeplex.com, and these targets need nantContrib (on http://www.tigris.org) to work.

    Here are some of the targets I’m using:

    <target name="build" depends="compile">
      <copy todir="${build.dir}\12\">
        <fileset basedir="${sharepoint.dir}\12">
          <include name="**/*"/>
        </fileset>
      </copy>
      <copy
        file="${sharepoint.dir}\solutionid.txt"
        tofile="${build.dir}\solutionid.txt"
      />
      <call target="buildsolutionfile" />
    </target>
    
    
    
    <target name="buildsolutionfile">
        <exec program="${wspbuilder.exe}" workingdir="${build.dir}">
    
          <arg value="-BuildDDF"/>
          <arg value="${debug}"/>
    
          <arg value="-Cleanup"/>
          <arg value="false"/>
    
          <arg value="-FolderDestination"/>
          <arg value="${build.dir}"/>
    
          <arg value="-Outputpath"/>
          <arg value="${build.dir}"/>
    
          <arg value="-TraceLevel"/>
          <arg value="verbose"/>
        </exec>
        <copy
          file="${build.dir}\${package.file}"
          tofile="${solution.dir}\${package.file}"/>
      </target>
    
    
    
     <target name="addsolution">
        <exec program="${stsadm.exe}" verbose="${verbose}">
          <arg value="-o" />
          <arg value="addsolution" />
          <arg value="-filename" />
          <arg value="${solution.dir}\${package.file}" />
        </exec>
        <call target="spwait" />
      </target>
    
      <target name="spwait" description="Waits for the timer job to complete.">
        <exec program="${stsadm.exe}" verbose="${verbose}">
          <arg value="-o" />
          <arg value="execadmsvcjobs" />
        </exec>
      </target>
      <target name="app.pool.reset" description="Resets Sharepoint's application pool.">
        <iisapppool action="Restart" pool="${apppool}" server="${server}" />
      </target>
      <target name="deploysolution" depends="addsolution">
        <exec program="${stsadm.exe}" workingdir="${build.dir}"  verbose="${verbose}">
          <arg value="-o" />
          <arg value="deploysolution" />
          <arg value="-name" />
          <arg value="${package.file}" />
          <arg value="-immediate" />
          <arg value="-allowgacdeployment" />
          <arg value="-allcontenturls" />
          <arg value="-force" />
        </exec>
        <call target="spwait" />
        <call target="app.pool.reset" />
    
      </target>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On my development machine (which has the Quickbooks SDK installed) I can connect and
I currently have a gem installed on my development machine. Now that I want
On my local development machine I've already successfully installed django-simple-captcha. However, when I run
I got a Windows service installed on my development machine (that I made) and
I installed VS 11 beta and SQL Server 2012 on my development machine and
I have IIS 7.0 on my development machine and IIS 6.0 on my server.
I have my site mydomain.local on my local development machine, which uses a local
The use case is that I use one development machine for different source trees.
I'm having problems installing development machine for Sharepoint (Foundation) 2010. This is what I
I just got Visual Studio 2010 installed and running on my development machine (alongside

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.