Using True Update to perform an application upgrade. I can get all of the upgrade files, including the .dat file to delete when the upgrade process is complete but the .exe file will not delete. I have tried the delete file command in the Server Script and in the On Cancel of the Update Successful screen and it will not go away. (The File.Delete in the On Cancel does remove all other files correctly.)
So my question is, where should the command
File.Delete("%SourceFolder%\\upgrade.exe",false,tr ue,false,nil);
be placed to ensure the exe is removed on exit?
Why am I needed to remove it? It is a one time only process.
Thank you in advance for any assistance.
Jack
So my question is, where should the command
File.Delete("%SourceFolder%\\upgrade.exe",false,tr ue,false,nil);
be placed to ensure the exe is removed on exit?
Why am I needed to remove it? It is a one time only process.
Thank you in advance for any assistance.
Jack
Comment