Sunday, June 22, 2008

Thinkvantage Password Manager and Firefox 3

Woohoo! I found the solution here!


  1. Find tvtpwm_moz_xpi.xpi in Client Security Solution install directory (C:\Program Files\Lenovo\Client Security Solution)
  2. Open it using your fav zip program (I used 7-Zip)
  3. Change install.rdf and update 2.0+ to 3.0+
  4. Open chrome/tvtpwm.jar
  5. Edit content/tvtpwm.js and replace window.addEventListener("load", onLoad, true); with following:
    window.addEventListener("load", function () { gBrowser.addEventListener("load", onLoad, true); }, false);
  6. Now install tvtpwm_moz_xpi.xpi. You can do this by opening "Add-ons" window (Tools/Add-ons menu) and drag-and-drop xpi file in it.

3 comments:

Mark said...

i run XP with firefox 3. this worked without a hitch for me. i used winrar for the (un)zipping and got the mod to work on my first attempt.

Jun said...

Good to know it worked for you, too.

Thanks for leaving a comment.

Ben said...

worked perfect - thanks so much