Can't Install FAX for Windows XP? Try this to manually reinstall it ;-)

Posted: 04-01-2004, 09:46 PM
After a long time spent I came up with this:

to reinstall FAX service and the FAX printer:

Copy everything between the ***** into notepad [Don't copy any
astericks, *]

************************************************** ****
set obj = CreateObject("FaxControl.FaxControl.1")

if not obj.IsFaxServiceInstalled then
WScript.echo "Installing Fax Service..."
obj.InstallFaxService
obj.InstallLocalFaxPrinter
elseif not obj.IsLocalFaxPrinterInstalled then
WScript.echo "Reinstalling Fax Printer..."
obj.InstallFaxService
obj.InstallLocalFaxPrinter
else
WScript.echo "Fax printer is ready to go."
end if
************************************************** *****

save the file as ReinstallFax.vbs, then open the ReinstallFax.vbs
from where y0u saved it.


This works for me on WinXP Pro.
My problem was using the Optional Components then clicking fax doesn't
work or install.


Also if you have an Error: "Fax printers are inaccessible" message go
to http://www.filesaveas.com/solutions.html and download his
fixfax.reg and merge/open it, then execute the ReinstallFax.vbs file
above

Zeos
Reply With Quote

Responses to "Can't Install FAX for Windows XP? Try this to manually reinstall it ;-)"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows updates stops responding when I run it manually Martin Healy Windows XP Configuration & Management 0 06-11-2008 03:44 PM
Manually Selecting Files & Folders In The Windows Vista Backup Uti Travis Windows Vista Performance & Maintenance 5 02-18-2008 08:15 AM
How to manually install a PnP Driver for Debugging? Wai Chan Windows XP Embedded 3 01-12-2004 07:36 PM
Canīt install MM 2 after XP-reinstall Jonas Windows XP Movie Maker 0 10-03-2003 11:42 AM
Windows XP have to switch off manually angiec Windows XP 2 07-14-2003 11:36 AM