|
-
Nov 10th, 2011, 08:50 AM
#1
PowerPoster
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
-
Nov 10th, 2011, 09:11 AM
#2
Thread Starter
Hyperactive Member
Re: Best way to update Application (without installer)
 Originally Posted by Techno
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|