mbronto wrote:One thing I will say is that even when I completely uninstalled everything and then resinstalled while UNCHECKING Lcd Manager and Applets, it STILL installed the LCD Manager, but not the applets (they were gone).
We changed that behaviour in 3.11. This version is now available as a beta from our labs
page.
Once you get the "SideShow" sub-folder in the LCD Manager installation folder, you then need to have the driver installed manually (as it appears this isn't working from the MSI).
That involves getting the Windows DDK/WDK devcon tool. You can get it from
here. More info on devcon
here.
Copy devcon.exe for your platform ("amd64" for Windows x64) to the "SideShow" sub-folder and run the following command:
Code: Select all
devcon install LgLcdSS.inf "UMB\lgSSQVGA"
Windows may complain that the drivers aren't signed. This is probably a show-stopper on 64-bit systems (but not on 32-bit).
You will need to run the command from a prompt that was launched using the "run as administrator" option.
If it seems to work, check the device manager: you should see a "Logitech GamePanel Devices (QVGA)" item in the "Windows SideShow" category. If nothing is in there, reboot.
I've not yet been able to check the above on 64-bit Win 7. It works on Win 7 32-bit and Vista 64-bit.
Here's the output of devcon for a successful install:
Code: Select all
C:\Program Files\Logitech\GamePanel Software\LCD Manager\SideShow>devcon.exe install LgLcdSS.inf "UMB\lgSSQVGA"
Device node created. Install is complete when drivers are installed...
Updating drivers for UMB\lgSSQVGA from C:\Program Files\Logitech\GamePanel Software\LCD Manager\SideShow\LgLcdSS.inf.
Drivers installed successfully.