summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-05-21 16:25:49 +0200
committerAndras Timar <atimar@suse.com>2012-05-21 21:09:32 +0200
commit3d5c23f1cfeec3a9bc2f683e460e21afef728a6a (patch)
tree320e52368202c5ee37cfe23d897ed41f222e60cc /solenv
parentc5766287c119f9af704538bf1f861b3f2b6c0863 (diff)
MSI: remove always true LaunchCondition
Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/property.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 934802d51350..32195e1ba6b2 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -333,9 +333,6 @@ sub set_important_properties
{
my $onepropertyline = "ISPATCH" . "\t" . "1" . "\n";
push(@{$propertyfile}, $onepropertyline);
-
- $onepropertyline = "SETUP_USED" . "\t" . "0" . "\n";
- push(@{$propertyfile}, $onepropertyline);
}
if ( $installer::globals::languagepack )