Matthew Carle wrote: > Hi All, > > We run a samba domain with WPKG executed from the logon script. Is there a way to stop it from running a synchronisation when we log onto a particular computer (say a windows server that is a member of the domain). I have thought of defining a profile and not including any packages, but I believe that will remove any defined packages that are installed on the computer. Am I missing something? Logon script? Aren't logon script started with user privileges? > I am basically after an option for a profile that says "don't change anything". Any ideas? Change your startup script a bit then. Do something like: if [member of a domain] do nothing else start WPKG Or, don't put hostnames you want to avoid into hosts.xml. -- Tomasz Chmielewski _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |