Problems with MySolution Touchlink.

0 votes
asked by about MySolutions Touchlink
edited by

I'm running Windows 7 Ultimate x64. There is a problem with this Windows Installer package. A program required for this install to complete could not be run.

1 Answer

0 votes
No avatar answered by (236k points)

If you have a problem with Windows Installer, try to perform a simple fix by issuing some commands:

Go to Start > Run and type the following commands:

  • Change the startup method using: sc config msiserver start= demand
  • Stop the process: Net stop msiserver
  • Unregister the application: MSIExec /unregister
  • register the server back: MSIExec /regserver
  • register the DLL file for Windows Installer: regsvr32.exe /s %windir%\system32\msi.dll
  • Start the application: Net start msiserver

Once you complete this, start the installer again.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...