D
Dino M. Buljubasic
I have two applications App1 and App2.
App1 is just checking for new version of App2.
If it finds newer version of App2 it will download App1 AND App2. (both of
them). That is what I am doing now in my application.
I am downloading from an FTP server and I can see download progress.
However, when the download is finished, App1 is not updated (which I
understand, because its file is being locked in the process of update).
(don't ask me why I download App1 then ).
So, I can watch the download process of both App1 and App2, the App2 gets
updated (because it was not locked), App1 does not get updated (probably
because it was locked during the download).
My question is "If I can see download progress, what happens with the update
of App1?" Should not this pop up the warning box saying "File Access
Denied"? In my case it does not. Everything looks like it is downloading
App1 and overwriting it but when I run the code, I can see that what runs is
actually old App1.
Just an interesting thing, wondering what actuallly happens with the file
being downloaded.
Thank you,
App1 is just checking for new version of App2.
If it finds newer version of App2 it will download App1 AND App2. (both of
them). That is what I am doing now in my application.
I am downloading from an FTP server and I can see download progress.
However, when the download is finished, App1 is not updated (which I
understand, because its file is being locked in the process of update).
(don't ask me why I download App1 then ).
So, I can watch the download process of both App1 and App2, the App2 gets
updated (because it was not locked), App1 does not get updated (probably
because it was locked during the download).
My question is "If I can see download progress, what happens with the update
of App1?" Should not this pop up the warning box saying "File Access
Denied"? In my case it does not. Everything looks like it is downloading
App1 and overwriting it but when I run the code, I can see that what runs is
actually old App1.
Just an interesting thing, wondering what actuallly happens with the file
being downloaded.
Thank you,