EB>Как сделать, чтобы customAction (exe) выполнялся (при инсталяции или после)
EB>но чтобы на диск вместе с остальными файлами он не копировался
http://www.tramontana.co.hu
WiX Setup Toolset Tutorial
3.2 Extra Actions
In some cases, we want to start a helper utility we carry along in the installation package but we don't install on the user's machine (for instance, a readme file viewer or a special configuration utility). Instead of the File, we refer to the identifier in a Binary tag. The scheduling is the same:
<CustomAction Id='LaunchFile' BinaryKey='FoobarEXE' ExeCommand='' Return='asyncNoWait' />