Hannes Gruber schrieb: >> I don't think I understand what you mean. > I meant. > > If I really depend on those AutoIt installers for some programs, I would > like to exclude them from the Profile for my PCs, so that the automatic > Installation runs without any problems. > > If there is an update of one of the Autoit Programs I would have to go > through all machines log in as Admin and run wpkg by hand. > > The question is, is there any possibility to exclude the autoit > installers from the automatic installation, but include them when I run > wpkg manually on the command promt to update the autoIt Packages. > > I could do that by editing profiles.xml . But I do not want to do that.
You could use variables for that. For example, set a variable when you use WPKG client. Then, as the "<install ..." command, use a batch script. If your variable is set (that is, it was started using WPKG Client), execute instruction set 1. I the variable is not set (which means, it was started manually), execute instruction set 2. -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
