Results 1 to 9 of 9

Thread: Best way to update Application (without installer)

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: Best way to update Application (without installer)

    true but it depends on your application and requirements in future. who knows what could be implemented at startup.

    is it an acceptable method amoungst real programmers? Real programmers would let industry standard installers/clickonce handle it for them. thats why they were also developed in the first place :-)

    but yes, this generally is what happens even using those installers. but to be honest, usually you would have to try and find an exposed entry point to allow "trusted" software to gain access so it can correctly shutdown the app, instead of killing the app so the whole logic and workflow of shutting down an app properly is executed (could be saving files or whatever)

    maybe something to look for....

    take a look at something like Thread signaling between applications

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

  2. #2

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: Best way to update Application (without installer)

    Quote Originally Posted by Techno View Post
    true but it depends on your application and requirements in future. who knows what could be implemented at startup.

    is it an acceptable method amoungst real programmers? Real programmers would let industry standard installers/clickonce handle it for them. thats why they were also developed in the first place :-)

    but yes, this generally is what happens even using those installers. but to be honest, usually you would have to try and find an exposed entry point to allow "trusted" software to gain access so it can correctly shutdown the app, instead of killing the app so the whole logic and workflow of shutting down an app properly is executed (could be saving files or whatever)

    maybe something to look for....

    take a look at something like Thread signaling between applications
    Woah that seems to be something quite advanced (read a little bit about it).

    As I mentioned before, I will probably use Setup Factory. I suppose they should have some sort of safe shutdown mechanism since they support scripts
    Will wait with the Thread thingy until I can have a teacher that can tell me about it (learning yourself on the net can be hard sometimes hehe).

    Anyway, thanks for guiding me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width