Kaydet (Commit) 66d33a84 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

installer: restore these too

This was dumb - I can't use search correctly ;)

Change-Id: I966ad8bce2edbd4a6c58f82568210e110c88a6c5
üst 01f4383f
...@@ -61,6 +61,34 @@ sub get_msiassembly_component ...@@ -61,6 +61,34 @@ sub get_msiassembly_component
return $component; return $component;
} }
##############################################################
# Returning the file name as manifest file
##############################################################
sub get_msiassembly_filemanifest
{
my ( $onefile ) = @_;
my $filemanifest = "";
$filemanifest = $onefile->{'uniquename'};
return $filemanifest;
}
##############################################################
# Returning the file application
##############################################################
sub get_msiassembly_fileapplication
{
my ( $onefile ) = @_;
my $fileapplication = "";
return $fileapplication;
}
############################################################## ##############################################################
# Returning the file attributes # Returning the file attributes
############################################################## ##############################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment