[wpkg-users] [Bug 273] Per user install support
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Thu May 17 22:32:28 CEST 2012
http://bugzilla.wpkg.org/show_bug.cgi?id=273
--- Comment #7 from Stefan Pendl <pendl2megabit at yahoo.de> ---
(In reply to comment #5)
>
> As for login scripts, well, that's exactly where I see WPKG making an
> important impact for myself (and many others I hope!). Our central IT support
> team don't support roaming profiles. Every user login has things "prepared" by
> a rather dauntingly long logon script. The script is full of checks for ABC
> file being present, DEF user being logged in, GHI machine being the machine
> they logged in on and then does something because of it.
>
So this is possible with WPKG too, since it supports the new <condition/> where
you can concatenate multiple checks together.
<host profile-id="OfficeSimple">
<condition>
<check type="host" condition="hostname" value="^OFFICE"/>
<check type="host" condition="environment"
value="USERNAME=^(Admin|Georg)$"/>
<check type="file" condition="exists" path="C:\config\HereIam.txt"/>
</condition>
</host>
The above is written down of the top of my head, so you will have to look the
correct syntax up, but you should get the picture.
--
Stefan
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list