Hi,I recently bought wyupdate and it works like a charm, thumbs up!
I only run into a minor problem which maybe, I assume, can easily coped with.I managed to update my program with new files etc. But my program uses also an access database.In case of an update i create a backup of the old database with a .bat file, wyupdate places the new database (which holds new tables) in the right location and with a .exe file i run a datatransfer so the new database contains the data from the old database.
On my windows XP machine everything works just fine, but on my Windows 7 machine the datatransfer throws errors. When I test the datatransfer exe manually it works perfect, so the problem must lie somewhere else.
I assume that Wyupdate restarts the program to fast, before the datatransfer is completed, so the access database is in use and therefore the transer can't complete.
Is it possible to delay the restart of my program after the update is complete, other than 'Execute file after update has finished' (which i use)? And if so, how can I do that?I saw the option 'Update Actions', but I don't know how to manage that.In short the updateprocess contains:update available -> backup database -> install update -> transfer data -> restart program.
Thanks,Paul