简体   繁体   English

在 Inno Setup 中安装一些文件

[英]Installation of some files in Inno Setup

Is there a way to somehow install some files that are not .exe,.jar or .msi during installation made in Inno Setup?在 Inno Setup 中进行的安装过程中,有没有办法以某种方式安装一些不是 .exe、.jar 或 .msi 的文件? Precisely, I need to install unfinished project(there is no .jar or .exe) during installation process through Inno Setup.准确地说,我需要在安装过程中通过 Inno Setup 安装未完成的项目(没有 .jar 或 .exe)。 I've used Exec and ShellExec for files that are .exe and .jar , but I don't know if something like this is possible?我已经将 Exec 和 ShellExec 用于 .exe 和 .jar 文件,但我不知道这样的事情是否可行?

Inno does not really care if there is an executable or not, it will happily "install" whatever files you tell it to, all the steps relating to installing an executable are optional. Inno 并不真正关心是否有可执行文件,它会很乐意“安装”您告诉它的任何文件,与安装可执行文件相关的所有步骤都是可选的。

As a starting point choose the Create a new script file using the Script Wizard option and one of the pages will allow you to specify that The application does not have a main executable file .作为起点,选择使用脚本向导创建新脚本文件选项,其中一个页面将允许您指定应用程序没有主可执行文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM