summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/windows/component.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/installer/windows/component.pm')
-rw-r--r--solenv/bin/modules/installer/windows/component.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/component.pm b/solenv/bin/modules/installer/windows/component.pm
index 65d79b84b816..9751caabd4ce 100644
--- a/solenv/bin/modules/installer/windows/component.pm
+++ b/solenv/bin/modules/installer/windows/component.pm
@@ -249,9 +249,6 @@ sub get_registry_component_attributes
# Setting msidbComponentAttributes64bit for 64 bit shell extension in 32 bit installer, too
if ( $componentname =~ m/winexplorerext_x64/ ) { $attributes |= 256; }
- # Setting msidbComponentAttributesPermanent
- if ( exists($installer::globals::dontdeletecomponents{$componentname}) ) { $attributes |= 16; }
-
return $attributes;
}