View | Details | Raw Unified | Return to issue 119948
Collapse All | Expand All

(-)solenv/bin/modules/installer/windows/component.pm (-1 / +1 lines)
Lines 223-229 Link Here
223
223
224
	if ( $localstyles =~ /\bFONT\b/ )
224
	if ( $localstyles =~ /\bFONT\b/ )
225
	{
225
	{
226
		$attributes = 16;	# font files will not be deinstalled
226
		$attributes = 8;	# font files will be deinstalled if the ref count is 0
227
	}
227
	}
228
228
229
	if ( $localstyles =~ /\bASSEMBLY\b/ )
229
	if ( $localstyles =~ /\bASSEMBLY\b/ )

Return to issue 119948