Lines Matching refs:attributes
189 my $attributes;
191 $attributes = 2;
221 $attributes = 8; # font files will be deinstalled if the ref count is 0
226 $attributes = 0; # Assembly files cannot run from source
232 …$attributes = 4; # Files in shellnew dir and in non advertised startmenu entries must have user re…
236 …'64BITPRODUCT'} ) && ( $allvariables->{'64BITPRODUCT'} == 1 )) { $attributes = $attributes + 256; }
238 return $attributes
251 my $attributes;
253 $attributes = 4;
256 …'64BITPRODUCT'} ) && ( $allvariables->{'64BITPRODUCT'} == 1 )) { $attributes = $attributes + 256; }
258 …s($installer::globals::dontdeletecomponents{$componentname}) ) { $attributes = $attributes + 16; }
260 return $attributes