From d070c1a0ff7e986e4b541549eab9ce373f756f72 Mon Sep 17 00:00:00 2001 From: Ingo Schmidt Date: Fri, 30 Jul 2010 13:49:54 +0200 Subject: native323 #i113447# setting Windows update path correctly --- solenv/bin/modules/installer/windows/property.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'solenv/bin/modules/installer') diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm index e9f122a54d86..35866103d9fa 100644 --- a/solenv/bin/modules/installer/windows/property.pm +++ b/solenv/bin/modules/installer/windows/property.pm @@ -316,6 +316,11 @@ sub set_important_properties { my $onepropertyline = "OFFICEDIRHOSTNAME" . "\t" . $installer::globals::officedirhostname . "\n"; push(@{$propertyfile}, $onepropertyline); + + my $localofficedirhostname = $installer::globals::officedirhostname; + $localofficedirhostname =~ s/\//\\/g; + $onepropertyline = "OFFICEDIRHOSTNAME_" . "\t" . $localofficedirhostname . "\n"; + push(@{$propertyfile}, $onepropertyline); } if ( $installer::globals::sundirhostname ) -- cgit