nigor
Posts: 10
Joined: Tue Oct 25, 2011 5:04 pm

How to set AI_CLOSEAPP_WINDOW_FLAGS?

I have a system tray application.

I'm reading the guide here:

http://www.advancedinstaller.com/user-g ... fined.html

I want to set AI_CLOSEAPP_WINDOW_FLAGS to WM_VISIBLE only. How would I do that? What sort of custom action do i add? Do I do it as part of CloseApplication action? If so, where do I set the AI_CLOSEAPP_WINDOW_FLAGS property?

Thank You!
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: How to set AI_CLOSEAPP_WINDOW_FLAGS?

Hello,

You can try to schedule a "Property Set with Formatted" custom action before the "Close Application" custom action. The AI_CLOSEAPP_WINDOW_FLAGS format is detailed in the user guide reference.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
nigor
Posts: 10
Joined: Tue Oct 25, 2011 5:04 pm

Re: How to set AI_CLOSEAPP_WINDOW_FLAGS?

ok great thank you!

Return to “Building Installers”