3,217
edits
Changes
WHFC
,no edit summary
WHFC is a free (GPL) frontend to famous FAX server HylaFAX.
In this setup I install ('''NOTE''': tested only on XP) the program, setup the program (system settings) and the (virtual) printer.<br />
The package descritpion is:
<source lang="xml">
<package
id="whfc"
<remove cmd='rundll32 printui.dll,PrintUIEntry /q /dl /n "HylaFAX"' />
</package>
</source>
Where the whfc.bat contains:
<source lang="dos">
:: Apply configuration settings
::
regedit /s %WPKGROOT%\packages\whfc.reg
:: we ignore errors...
::
exit 0
</source>
You can obtain the whfc.dat file by creating the printer (manually or using the first two rundll32 commands), setup it as needed, and then dumping the configuration with:
The registry excerpt simply setup the system settings of WHFC:
<source lang="reg">
REGEDIT4
This setup misses the user settings part, but I think that wpkg it is not the tool to use for this task, but roaming profiles, policy, ...
[[Category:Silent Installers]]