Skip to content
⌘ NSIS Forum Archive

Exec install file before extracting

3 posts

Oleg767#

Exec install file before extracting

Hi.

How can I exec some added to installer file before extracting any files?
flizebogen#
What for?

But generally no. But You can extract and than exec Files in the .OnInit Function. Just before the UI is shown. Hope it helps
Joost Verburg#
You can extract them to a temporary location (use GetTempFileName or the plug-ins dir), exec and remove.