Hi Tomasz! > A "service", added to each machine created with the help of Unattended, > which will check if software installed on each of these machines > "matches" a software database in Unattended GUI for a given machine / > machine profiles etc.
That is not that easy as it sounds. One solution might be a Win32-Service Application, running with system and network rights, which performs these checks and starts the update procedure. You cannot do this with logon scripts because administrator rights are needed for software installation. cu Niels ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
