Friday, February 27, 2015

Unattended Installation of Microsoft Fax Services

Today I setup a Fax Server on Microsoft Server 2003 and need to create a SMS 2003 package to setup all the XP workstations to install Fax Services and then install the network fax printer.



My examples can be downloaded here: http://www.cadjobs.net/blog/add-fax.zip



My first problem was to change the install path for XP so that when the fax services installed that it would not request that the user install the XP CD into the CD-ROM. I added UNC path to a share where I have the XP SP2 i386 files into the registry to fix that problem. Here is the location of that key:



HKEY_LOCAL_MACHINE

Key=SOFTWAREMicrosoftWindowsCurrentVersionSetup

New Value=\datamsixp

Value Name=SourcePath



Then I created an SMS Package (the SMS installer script is included in the above zip file) that started the Fax Services installer and then installed the network printer after that. Here are the details:



This installs the Fax Services.

SYSOCMGR.EXE /i:%windir%infsysoc.inf /u:%temp%install-fax.txt



Make sure that a file called install-fax.txt is in the %temp% directory and it should contain this:

[Components]

Fax=On



This installs the Network Fax if you have one setup.

rundll32 printui.dll,PrintUIEntry /in /n\serverfax

for details click below

No comments:

Post a Comment