美文网首页
学习制作PAL的launcher.ini文件(一)

学习制作PAL的launcher.ini文件(一)

作者: 简抒我爱 | 来源:发表于2019-03-10 20:59 被阅读0次

    PortableApps.com Launcher,简称PAL,便携软件启动程序的制作工具,通常它需要通过App\AppInfo\Launcher目录下的AppNamePortable.ini(每个软件都有以自己名称命名的AppNamePortable.ini文件,AppName为软件名称,我们统一称之为便携软件的启动配置文件,即launcher.ini),才能制作了位于根目录的AppNamePortable.exe(便携软件启动程序)。

    在这里,我们明确了:

    PortableApps.com Launcher:便携软件启动程序的制作工具

    AppNamePortable.exe:便携软件运行时的启动程序,由制作工具生成。

    AppNamePortable.ini:或称launcher.ini,便携软件的启动配置文件

    制作便携软件的重点在于编辑、制作launcher.ini文件。


    本文根据PortableApps.com相关文档及自身使用经历翻译并整理,更多内容欢迎访问我的博客http://mmdowns.com,转载请注明出处,谢谢!

    下面我们就先了解一下launcher.ini文件的基本组成

    [Launch]:基本配置参数区段

    [Activate]:加载类型参数区段

    [LiveMode]:本地模式参数区段

    [Environment]:环境及位置参数区段

    注册表参数区段,告诉便携软件启动程序AppNamePortable.exe如何处理注册表,包含以下5项:

    [RegistryKeys]

    [RegistryValueWrite]

    [RegistryCleanupIfEmpty]

    [RegistryCleanupForce]

    [RegistryValueBackupDelete]

    [QtKeysCleanup]

    文件处理参数区段,告诉便携软件启动程序AppNamePortable.exe如何处理文件,包含以下2项:

    [FileWriteN]:

    [FilesMove]

    文件夹处理参数区段,告诉便携软件启动程序AppNamePortable.exe如何处理文件夹,包含以下3项:

    [DirectoriesMove]

    [DirectoriesCleanupIfEmpty]

    [DirectoriesCleanupForce]

    Language]:语言设置参数区段

    [LanguageStrings]

    [LanguageFile]

    [ServiceN]:服务、驱动参数区段,便携软件启动程序所需的系统服务或驱动程序。

    相关文章

      网友评论

          本文标题:学习制作PAL的launcher.ini文件(一)

          本文链接:https://www.haomeiwen.com/subject/lcippqtx.html