View Single Post
  #2 (permalink)  
Old 29th April 2003
Quietseb's Avatar
Quietseb Quietseb is offline
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: back in France...
Posts: 581
Rep Power: 0
Quietseb is an unknown quantity at this point
Default

do you know what this file is supposed to do ?

if you're not sure you need it, try and unregister it:
start menu->run
type
Code:
regsvr32.exe -u lmpgspl.ax
(if it's not in the system32 directory, you'll need to specify the path to the file: regsvr32.exe -u path/lmpgspl.ax )

if it appears you need it, you'll have to re-register it:
Code:
regsvr32.exe lmpgspl.ax
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20