PC Review


Reply
Thread Tools Rate Thread

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

 
 
Zeos
Guest
Posts: n/a
 
      1st Apr 2004
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
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error message on startup manually install link to windows defender =?Utf-8?B?dGhlcmVkYmFyb24=?= Spyware Discussion 1 25th Jan 2007 03:02 PM
How manually uninstall/reinstall VS2003? VB Programmer Microsoft ASP .NET 4 24th May 2006 09:13 AM
Cant install manually downloaded Windows XP update files due to error =?Utf-8?B?THU=?= Windows XP Help 1 31st May 2004 06:03 AM
Install Windows Update manually dharm Windows XP General 0 22nd Aug 2003 06:33 PM
Windows Update, better way to manually install.... Winux P Windows XP General 0 20th Aug 2003 04:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:53 AM.