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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:18:50+00:00 2026-06-11T02:18:50+00:00

After installing a MSP patch, Windows Installer decides to install ALL Features provided in

  • 0

After installing a MSP patch, Windows Installer decides to install ALL Features provided in the initial MSI. How can i prevent MSP patch from installing All available Features?

Features requests show like this:

Installed: Absent
Request: local
Action : local

Why is it requesting to install all?

  • 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-11T02:18:52+00:00Added an answer on June 11, 2026 at 2:18 am

    I found out that the ADDLOCAL property was being set to all the Uninstalled Features. This caused a “Request: local” for each one. What i did to solve the issue was to use a small custom action that deletes this property. It needs to go before CostFinalize because the features to be installed need to be defined before that action.
    The variable REINSTALL holds the features that are already installed, and all of them are requested for REINSTALL. So the MSP patch only REINSTALLs the already installed features and leaves the uninstalled features untouched.

    <CustomAction Id="REMOVE_ADDLOCAL_PROPERTY"
           Property="ADDLOCAL" Value="[NonExistentProperty]"
    />
    <InstallExecuteSequence>
        <Custom Action="REMOVE_ADDLOCAL_PROPERTY" Before="CostFinalize">
            <![CDATA[PATCH]]>
        </Custom>
    </InstallExecuteSequence>
    

    EDIT:
    In the end, this solution worked for one of my patches, but failed for another. So the final solution i’ve implemented so far is to set REINSTALL=ALL during the Patch.This MSDN link stands that:

    Note that even if REINSTALL is set to ALL, only those features that were already installed previously are reinstalled. Thus, if REINSTALL is set for a product that is yet to be installed, no installation action will take place at all.

    so i think this is a better solution than removing the ADDLOCAL property. And also it worked for both patches.

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

Sidebar

Related Questions

After installing gcc and mpich library in my linux I can compile my codes
After installing VS2010 yesterday - (both VS2005 and VS2010 installed), I can't find the
After installing VS Sp1, the build breaks as it can't find LC.exe (to run
After installing the QuickReport 5.0 version, I get property error messages on all Reports
After installing the BitTorrent-bencode package, either via easy_install BitTorrent-bencode or pip install BitTorrent-bencode ,
After installing PIL with pip install PIL under Ubuntu 11.10, the summary tells me
After installing Xerces-C++ (XML library): ./configure --disable-shared ./make ./make-install ldconfig And writing the simple
After installing the XML::Schematron::XPath module from CPAN I am getting the Can't locate XML/XPath.pm
after installing Cygwin on my Windows machine, the Git Bash is broken. Every time
After installing one of my .Net apps on a Windows 7 machine I keep

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.