Page 1 of 1

Issue with <SetupTempDir> and Before Installation Commands

Posted: Sat Jul 11, 2020 11:09 pm
by timeToy
Nothing from <SetupTempDir> is accessible for Before Installation commands, I can get system commands to triggers, but none of my files. When checking inside the Temp file I only see the installer itself and a big zip (aidatafile.zip) file with files numbered inside.

Am I doing something wrong? My App is a C# 32/64bit app. I have the Pro+ version.
No issues otherwise with Actual Installer

Re: Issue with <SetupTempDir> and Before Installation Comman

Posted: Mon Jul 13, 2020 5:35 am
by Leo
What command do you use in System / Command? Write full details.
And also make sure your files are located in <SetupTempDir> on the Files and Folders page.

Re: Issue with <SetupTempDir> and Before Installation Comman

Posted: Mon Jul 13, 2020 7:22 am
by timeToy
Leo wrote:And also make sure your files are located in <SetupTempDir> on the Files and Folders page.
That was my issue, thank you.

I want to play some music during installation like in an old school game loader, I'm able to play and stop the music, unfortunately the "After installation" is not enough for my need as the event doesn't fire when the app is closed without install.
Feature request, maybe you can add a onload and onquit events that trigger before the UI is show and when the installer quit for any reasons.

Thanks a lot, great installer!