In August 2012, installing Windows updates (KB2687441) can cause the sales button to stop working, if you have Microsoft Access 2007/2010 installed on your PC.
This can also affect other things in EPOS, such as "Import SellerDeck Eccomerce orders".
The best solution to this problem is below. please note, we believe this script to be safe, however SellerDeck does not take responsibility for this script. it may damage your computer:
After this has been done, the sales screen button, and other functions will work as normal.
NOTE: SellerDeck does not take responsibility for this script. This is a third party script and may damage your computer.
This can also affect other things in EPOS, such as "Import SellerDeck Eccomerce orders".
The best solution to this problem is below. please note, we believe this script to be safe, however SellerDeck does not take responsibility for this script. it may damage your computer:
- Go to Start | Programs | Accessories | “Notepad”.
- Copy and paste the code below into the notepad file:
@Echo OFF
ECHO Backing up registry
REGEDIT /E "C:\MSCOMCTL.reg" "HKEY_CLASSES_ROOT\TypeLib\{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}"
ECHO Removing Key
reg delete "HKEY_CLASSES_ROOT\TypeLib\{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}\2.0" /f
if exist %systemroot%\SysWOW64\cscript.exe goto 64
%systemroot%\system32\regsvr32 /u mscomctl.ocx /s
%systemroot%\system32\regsvr32 mscomctl.ocx /s
goto Finale
:64
%systemroot%\sysWOW64\regsvr32 /u mscomctl.ocx /s
%systemroot%\sysWOW64\regsvr32 mscomctl.ocx /s
:Finale
pause; - Save the notepad file, with this file name:
kb2687441-fix.cmd
- The following message will appear:
After this has been done, the sales screen button, and other functions will work as normal.
NOTE: SellerDeck does not take responsibility for this script. This is a third party script and may damage your computer.