Re: euos add/remove/setup
- Posted by Raude Riwal <rauder at THMULTI.COM> Feb 16, 1999
- 424 views
Don't forget to keep track of files that are needed for different installs: uninstalling a program should not remove libraries ... if they are used by another. I am still new to the list: could you tell me what the euos project is? maybe a sort of 4dos replacement, an euphorized shell? or something much more integrated with a GUI, mouse... like GeoWorks? - I like the idea Riwal Raude rauder at thmulti.com ---------- From: Rudy Toews To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: euos add/remove/setup Date: Tuesday 16 February 1999 06:56 good day, currently i use cleansweep but it has problems with other programs that want the same resources. i recently found a program called 1disk that monitors removable media and creates a database and issues mount messages etc. it has problems because it wants the same resources as cleansweep. i use cleansweep mostly to monitor installs so i can remove trial versions of programs. or re-install for an improved system. re: add / remove/ setup i recently thought of another way which can be implemented in the euos project. adding /removing programs need to know what files are related so they can all be removed without leaving pieces of programs around. my idea is based on the fact that programs are installed one at a time and therefore no install will use the same time block. just like no physical item can exist in two places at the same time. if a field is kept for installation date/time in a directory database and is never modifiable afterwards it could be used to find related files and select them to be deleted/moved/backed up/restored. the o.s. file creation date won't work because it is retained when the file is zipped and unzipped on another system.the unzipped file date isn't the date the file was unzipped or installed by setup programs on the new system. this time block stamp could be implemented in the euos or newer versions of euphoria. it could aid in keeping projects seperated though i have'nt given more thought of using a time block in that fashion. just an idea. any comments. rudy