regsvr32.exe msstdfmt.dll

P

Pike

Guest
Dear All,
I am trying to run OFF Phase2 on my new XP64bit machine but I cannot get the regsvr32.exe msstdfmt.dll it will not register and states that it is not an executable file. So what do I do.........is it worth waiting for phase 3 or is there still a way to get the file into windows and registered??
regards,
Pike.
 
1) Place the DLL in C:\Windows\SysWOW64

2) Use the following command to register your DLL
C:\Windows\SysWOW64\regsvr32.exe msstdfmt.dll

This is assuming your OS is installed to the C drive.


Cheers,

Parky
 
And.....straight from the Polovski FAQ ( if my info isn't clear enough)

Download the dll from the FAQ
http://www.polovski.com/OFFFAQ.htm
(to find it on that page press ctrl+f and type in MSSTDFMT.DLL in the search box in your browser to find it quicker)
You may need to unzip or unrar (uncompress the file first) to a temporary folder.
To register the .dll do the following:
Make sure the file MSSTDFMT.DLL is copied into the c:\Windows\SysWOW64 folder first.
(replace c: with another letter if you installed windows to another drive)
Left click start button > type in cmd in the search box,
then RIGHT click on the icon that appears top of screen and select "run as administrator"
In the new CMD window
at the prompt type in :
regsvr32 msstdfmt.dll
this will register the dll
 
Dear Parky,
Thanks a lot... as you stated, when I put this command C:\Windows\SysWOW64\regsvr32.exe msstdfmt.dll in the box and then ran it, it worked.
Best regards,
Pike.
 
Glad it's sorted Mr. Pike. Thanks for taking the time to let us know.

Cheers,

Parky
 
Back
Top