why?!?
FindWindowByTitle seems to be completely gone... i used this in 2 of my installers to close prgrams beforte updating... anyone know how to accomplish the old 'FindWindowByTitle Close' with the new commands?
8 posts
Originally posted by KreftThe FindWindow is now general enough to do it. Lookie here:
FindWindowByTitle seems to be completely gone... i used this in 2 of my installers to close prgrams beforte updating... anyone know how to accomplish the old 'FindWindowByTitle Close' with the new commands?
Originally posted by prodangleYou can rename the function un.CloseItDammit, or just put this code directly into your uninstall section:
One problem I'm having with this one. I used to have a FindWindowByTitle inside the uninstall section, but since I can't put a function inside a section, I can't get this to work now. Does anyone have any ideas??
Originally posted by KreftYep, but it makes the exe header smaller anyway, and allows for a finer control of functinoality.
thanks justin, seems like a bit more work than before though...
Originally posted by justinDOH!
...or just put this code directly into your uninstall section: ...