When I tried to run my program on the users computer, an error came up saying Class not registered(MSSTDFMT.DLL). How do I register this file??
Thanks.
Printable View
When I tried to run my program on the users computer, an error came up saying Class not registered(MSSTDFMT.DLL). How do I register this file??
Thanks.
Did you package it property? (with the P&D wizard).
Make sure you included this file when you were creating the setup package.
Or you can run it through Regsvr32.exe
Code:Shell "Regsvr32.exe msstdfmt.dll
Regsvr32 c:\winnt\system32\MSSTDFMT.DLL
You can do this from the Start - Run or from Dos.