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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T12:05:21+00:00 2026-06-14T12:05:21+00:00

I’ve been trying to adapt the following WIX XML to create an MSI to

  • 0

I’ve been trying to adapt the following WIX XML to create an MSI to install a web site.

I’m pretty new to this but WIX has quite a step learning curve, so I’ve gotten as far as the code snippets below indicate.

It won’t compile at the moment as I get this error:

Unresolved reference to symbol ‘WixComponentGroup:C_WebAppContent’ in section ‘Product:*’

All I want to do is the following.

Install the web site to D:\websites\website
Set up the virtual directory
Set up the App Pool

and that’s it… Where am I going wrong with the below?

Product.wxs

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" 
     xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" 
     xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">

  <!--NEVER EVER EVER EVER CHANGE THE UPGRADE CODE!!!!!!!!!!!!!!! -->
  <?define UpgradeCode="176df50b-d3aa-4f25-ae7b-2098a6b881b2" ?>

  <Product Id="*" 
           Name="MdxWebsite" 
           Language="1033" Version="1.0.0.0" 
           Manufacturer="RBS" 
           UpgradeCode="$(var.UpgradeCode)">
    <Package InstallerVersion="200" Compressed="yes" />

    <!-- This includes our properties that implement the "Remember Property" pattern -->
    <?include Configuration.wxi ?>

    <Media Id="1" Cabinet="media.cab" EmbedCab="yes" />

    <MajorUpgrade AllowDowngrades="no" 
                  AllowSameVersionUpgrades="yes" 
                  Schedule="afterInstallInitialize"
                  DowngradeErrorMessage="A later version of this product is already installed. Setup will now exit."/>

    <!-- Creating default directory structure (INSTALLLOCATION be override by user, but it starts in Program Files) -->
    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id='ProgramFilesFolder' Name='PFiles'>
        <Directory Id="INSTALLLOCATION" Name="TheDefaultInstallFolderName">
        </Directory>
      </Directory>
    </Directory>

    <Feature Id="F_Content" 
             Title="Content" 
             Level="1" 
             Description="The website content" 
             ConfigurableDirectory="INSTALLLOCATION">
      <ComponentRef Id="C_RegistryEntries"/>
      <!-- The C_WebAppContent can either be generated by the WiX tool "heat", or a hand-crafted set of content, this component is not included in this example -->
      <ComponentGroupRef Id="C_WebAppContent" />
    </Feature>

    <Feature Id="F_IISWebsite" Title="IIS Website" Description="The IIS website and application pool" Level="1">
      <ComponentRef Id="C_IISWebsite" />
    </Feature>

    <InstallExecuteSequence>
    </InstallExecuteSequence>

    <!-- Specify UI -->
    <UIRef Id="UIFlow" />
  </Product>
</Wix>
  • 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-14T12:05:22+00:00Added an answer on June 14, 2026 at 12:05 pm

    So I was able to fix this by using the ID that was created by HEAT for the output in Visual Studio help in the in ..\obj\Debug folder

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

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to create an if statement in PHP that prevents a single post
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I'm not entirely sure how I managed to jack this up. http://pretty-senshi.com If you
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text

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.