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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:48:45+00:00 2026-05-27T05:48:45+00:00

I am aware of this tutorials http://wix.tramontana.co.hu/tutorial/getting-started/putting-it-to-use http://www.codeproject.com/KB/install/WixTutorial.aspx … but I can’t find a

  • 0

I am aware of this tutorials
http://wix.tramontana.co.hu/tutorial/getting-started/putting-it-to-use
http://www.codeproject.com/KB/install/WixTutorial.aspx

… but I can’t find a quick solution for installing web sites and configuring IIS.
Is it necessary to manually add each file of the site?

  • 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-27T05:48:46+00:00Added an answer on May 27, 2026 at 5:48 am

    You don’t need to add each file manually. Instead, you can use Paraffin to harvest the files needed from your web project.

    I configured it so that it is automatically run during a build (local or on the server) by manually modifying the Wix project file to add a BeforeBuild action. Here is an example, you can use this as a starting point.

    <Target Name="BeforeBuild">
        <!-- Set the WebClient.wxs file as not read-only -->
        <Exec Command="attrib -R &quot;$(ProjectDir)WebClient.wxs&quot;" />
        <!-- Run paraffin to generate the wix component for the web client. This assumes that web project has already been packaged. 
        This is automatically done on the build server by setting the property 'DeployOnBuild' to true. -->
        <Exec Command="paraffin -update WebClient.wxs -dir ..\RM.Web\obj\$(Platform)\$(Configuration)\Package\PackageTmp\" />
        <!-- Set the WebClient.wxs file back as read-only -->
        <Exec Command="attrib +R &quot;$(ProjectDir)WebClient.wxs&quot;" />
      </Target>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

following the tutorial at http://josephscott.org/archives/2010/03/database-powered-css-in-wordpress-themes/ i am trying to use wordpress' parse_request function to
First off, I'm aware this is a bad practice and I have answered many
I aware that this will be a less programming question, but still... How can
Not many are aware of this feature, but Python's functions (and methods) can have
I am aware of this command: cvs log -N -w<userid> -d1 day ago Unfortunately
I have created a basic WCF service in IIS. I am aware that this
I'm aware that you can do this: public ActionResult DoSomething([Bind(Exclude = CreationDate)] Item item)
In this question , I was made aware of glob()'s GLOB_BRACE option that allows
I just read this requirement on a job listing: Aware of the pitfalls of
I'm aware that MD5 has had some collisions but this is more of a

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.