cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
yozturk
Level 4

How to execute a "Support file" type executable only during INSTALL phase?

Hi,

I have an executable and I added this executable to my setup project as a "support file". I want this executable to be executed right after the files in the setup package are transferred to their folders.

To do this, which event should I use?

OnMoved? OnFirstUIAfter? Or some other event?

-Best regards.
-Yavuz
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

If you're using an InstallScript MSI project, there's OnInstallFilesActionAfter. (If you want to run only during a first-time installation, and not during reinstallation or uninstallation, you might want to check the MAINTENANCE variable or the Installed property.)
0 Kudos
yozturk
Level 4

Thank you Robert,

That is what I was looking for 🙂

-Best regards.
-Yavuz
0 Kudos