While that link is indeed helpful. I’m looking for information on compiling the windows client from source. it’s doing some things I don’t like and I want to change it. First and foremost is it’s not checking to see if a printer exists before trying to add one. So my users get errors saying this printer already exists.
R
Latest posts made by RichardJune
-
RE: Building the windows client
-
RE: Group deploy single snapin
Here are the scripts I’ve been working on. extract this and move the bin/ directory to the root of your fog directory. You’ll have to set the DOCUMENT_ROOT variable to your apache DOCROOT, but it will let you query snapins, groups, hosts, add a snapin by host or group, and remove a queued snapin.
[url=“/_imported_xf_attachments/0/109_fog-bin.zip?:”]fog-bin.zip[/url]
-
RE: Group deploy single snapin
I’ve written some CLI scripts to do this with 0.32. I wanted to be able to schedule repeated tasks. shutdown mostly. When I’m done I’ll clean them up and post the CLI stuff
-
Building the windows client
Where can I find information on how to build FOGClient for Windows?