Hi all
I want to add auto update feature to one of our app that will be deployed to remote sites.
I'm thinking to pack forms, reports and application code/class libraries into separate package archives, check for a new version on main site and download new version of the package if needed. Is there a way to make VFP access files inside compressed file transparently ?
I mean a utility that can act in a similar way as Cryptor (intercepting open requests), making VFP thing that files inside the archive are in current directory or a sub folder.
I found something, zziplib, but I don't know if is usable within VFP.
Anyone is doing something like this?
I want to add auto update feature to one of our app that will be deployed to remote sites.
I'm thinking to pack forms, reports and application code/class libraries into separate package archives, check for a new version on main site and download new version of the package if needed. Is there a way to make VFP access files inside compressed file transparently ?
I mean a utility that can act in a similar way as Cryptor (intercepting open requests), making VFP thing that files inside the archive are in current directory or a sub folder.
I found something, zziplib, but I don't know if is usable within VFP.
Anyone is doing something like this?