简体   繁体   English

来自源媒体的installshield启动exe

[英]installshield launch exe from source media

I have an installshield msi project that produces CD-ROM files. 我有一个产生CD-ROM文件的installshield msi项目。

I know how to set a custom action in order to launch an exe file stored in binary table. 我知道如何设置自定义操作以启动存储在二进制表中的exe文件。

What i want to do is to launch an exe file that is at the source media root directory and it is not copied at the installation directory. 我要执行的操作是在源媒体根目录下启动一个exe文件,并且该文件不会在安装目录中复制。

I do not want to add it at the binary table because i want to be able to change the file without building again the installer. 我不想将其添加到二进制表中,因为我希望能够更改文件而无需再次构建安装程序。

any ideas? 有任何想法吗?

Thanks 谢谢

For first time installation, you can reference a property that indicates the location of the installation files. 对于首次安装,您可以引用一个指示安装文件位置的属性。 Common ones to consider include: 常见的考虑因素包括:

For InstallScript installations (instead of Windows Installer based ones), there is also PACKAGE_LOCATION . 对于InstallScript安装(而不是基于Windows Installer的安装),还有PACKAGE_LOCATION

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

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