zaki
Posts: 9
Joined: Fri Aug 24, 2007 6:14 am

AutoCloseApplication

Hi,

We made a application, which not contain system menu and a title. "AutoCloseApplication" cannot close application,while installing patch using Auto update feature. Is there other method than “WM_CLOSE”.
Thanks in advance.


Regards,
Zaki
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,
Is there other method than “WM_CLOSE”.
The workaround is to create a dummy window which has the WS_CAPTION style set and an unique title. It will always be hidden and its responsibility will be to close the application by handling the WM_CLOSE message appropriately.

You can see a similar discussion here:
http://www.advancedinstaller.com/forums ... pplication

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”