In the process of
building a custom .ADM file for controlling specific registry keys. The
problem I am having is that it does not seem to be modifying the key when the
GPO is applied/enforced. I've been pulling my hair out all morning I can't
seem to see any reason why this would be happening and I was hoping someone
would be kind enough to enlighten me :-)
Maybe there is
a permissions issue with GPO in the subkey I am trying to modify? I
don't know...
TIA!
(Code
below)
CLASS MACHINE
CATEGORY !!Deployed
CATEGORY !!EskerFax
POLICY
!!EskerPrinterOutput
KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Print\Printers\Lanfax for Outlook Printer\PrinterDriverData"
EXPLAIN !!PrinterOutputLocation_Help
PART !!PrinterOutputLocation
EDITTEXT REQUIRED
VALUENAME "Output Directory"
END PART
KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Print\Printers\Lanfax for Outlook Printer\PrinterDriverData"
EXPLAIN !!PrinterOutputLocation_Help
PART !!PrinterOutputLocation
EDITTEXT REQUIRED
VALUENAME "Output Directory"
END PART
END POLICY
END CATEGORY
END CATEGORY
[Strings]
Deployed="Deployed Software"
EskerFax="Esker Fax Client"
EskerFax="Esker Fax Client"
EskerPrinterOutput="Esker Fax Client
Configuration"
PrinterOutputLocation_Help="Printer output
temporary file location"
PrinterOutputLocation="Printer output temporary file location"
PrinterOutputLocation="Printer output temporary file location"
AcceptDefaultValue="Default
Setting"
SpecifyTempLocation="Specify desired log location"
SpecifyTempLocation="Specify desired log location"
