Kaydet (Commit) e520fa15 authored tarafından Andras Timar's avatar Andras Timar

installer does not produce .inf files, corresponding code can go

Change-Id: I98c134457d113dfbb83074fc7ee48cbf952b17b3
üst 15a2c9ad
......@@ -972,16 +972,6 @@ sub main {
installer::worker::collect_scpactions($scpactionsinproductlanguageresolvedarrayref);
#########################################################
# creating inf files for user system integration
#########################################################
if (( $installer::globals::iswindowsbuild ) && ( ! $installer::globals::patch )) # Windows specific items: Folder, FolderItem, RegistryItem
{
installer::logger::print_message( "... creating inf files ...\n" );
installer::worker::create_inf_file($filesinproductlanguageresolvedarrayref, $registryitemsinproductlanguageresolvedarrayref, $folderinproductlanguageresolvedarrayref, $folderitemsinproductlanguageresolvedarrayref, $modulesinproductlanguageresolvedarrayref, $languagesarrayref, $languagestringref, $allvariableshashref);
}
###########################################################
# Simple package projects can now start to create the
# installation structure by creating Directories, Files
......
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