My software is a security app, and one thing that it does is terminate installation programs on sight. I updated Setup Factory to the newest version and now I have the problem that my software doesn't work against my own setup program. When I send a wm_close to the setup program, it shows the Abort? prompt. The problem is that now when I send a wm_close to that window, the setup mysteriously begins running, attempting to install the software. That's not normal operationa nd actually it makes no sense. Even if the close message were interpreted as "No, don't abort" it shouldn't start installing because none of the screens have even been gone through (eg, Select Install Folder, License Agreement, etc). This is a huge problem for me and I don't know what I can do about it. I'd rather not change to a different setup engine just to avoid users seeing this happen (my software still works against other setup apps I try it on).

