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

  • Home
  • SEARCH
  • 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 122555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:08:50+00:00 2026-05-11T04:08:50+00:00

Background: I always try to ensure the following tenet in my projects: After a

  • 0

Background:

I always try to ensure the following tenet in my projects:

After a fresh checkout a developer should be able to do all project related tasks with solely the contents of the combined folders.

Obviously, this isn’t always possible (e.g. Visual Studio for Windows development). However, I really dislike having to install any third-party libraries or tools that are specific a project like log4net, NHibernate, NUnit, etc. There are number of reasons for this including:

  • For a given development machine, you may work on several different projects, all which leverage different versions of the same third-party library or tool.
  • Minimizing the environment setup requirements makes setting up new developers or machines much easier
  • Facilitates easier maintenance of automated builds

Assumptions/Contraints

  • I am currently using WiX 3 beta, but if there is way for either 2.0 or 3.0 please respond
  • I am using Visual Studio 2005
  • The IDE syntax highlighting is not a requirement.

Question:

Is it possible to avoid local installation of the WiX toolset and use flat files instead? If so, please explain how.

See Also:

  • 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. 2026-05-11T04:08:50+00:00Added an answer on May 11, 2026 at 4:08 am

    First, build your WiX installer:

    • Create a new WiX Installer Project in Visual Studio 2005.
    • Build your WiX XML accordingly.

    Now, to integrate the WiX toolkit into your source tree:

    • Copy c:\Program Files\Windows Installer XML v3\bin to a sub-directory in your source tree. I used WiX\bin relative to my .wixproj file.
    • Copy c:\Program Files\MSBuild\WiX\v3.0\ to a subdirectory in your source tree. I used WiX\v3.0 relative to my .wixproj file.
    • Either add the following code or replace the line that follows:

    <WixTargetsPath Condition=' '$(WixTargetsPath)' == ''>$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>

    With the following lines:

    <WixToolPath>$(MSBuildProjectDirectory)\WiX\bin\</WixToolPath> <WixTasksPath>$(MSBuildProjectDirectory)\WiX\v3.0\WixTasks.dll</WixTasksPath> <WixTargetsPath>$(MSBuildProjectDirectory)\WiX\v3.0\Wix.targets</WixTargetsPath>

    As you can see, the WixToolPath, WixTasksPath and WixTargetsPath directives reflect the location of the folders I’ve instructed you to copy.

    • Rename your .wixproj to .csproj. This ensures that Visual Studio does not get confused by the .wixproj file but because the .wixproj is a valid MSBuild project, Visual Studio will be able to work with it.

    Using this method, the WiX directory as described is about 9MB large.

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

Sidebar

Ask A Question

Stats

  • Questions 74k
  • Answers 74k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Could you use importNode() to copy the childNodes of your… May 11, 2026 at 2:12 pm
  • added an answer For me, we use jquery, and its document ready state… May 11, 2026 at 2:12 pm
  • added an answer When prompted in your web browser enter 'DOMAIN\username' instead of… May 11, 2026 at 2:12 pm

Related Questions

As a developer coming from a Windows background, I'd always find the different Powertoys
Is there a way to make sure a (large, 300K) background picture is always
Background: I have a little video playing app with a UI inspired by the
Background: I need to reserve an amount of memory below 0xA0000 prior to my
I've been using Jquery for some time now and I have a question concerning
I'd like to implement the following algorythm above Ehcache : try to get an
I've been integrating the Substance look and feel into my application and ran into
I am building an application where I want to be able to click a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.