canmove, Confirmed users
6,439
edits
(Newer version of startTalos.bat and use the last revision used for runslave.py) |
No edit summary |
||
Line 232: | Line 232: | ||
[cltbld@dev-stage01 win32]$ md5sum 260.99_desktop_win7_winvista_64bit_english_whql.exe | [cltbld@dev-stage01 win32]$ md5sum 260.99_desktop_win7_winvista_64bit_english_whql.exe | ||
12173623a1980ffb3d1a0ab78d3232be 260.99_desktop_win7_winvista_64bit_english_whql.exe | 12173623a1980ffb3d1a0ab78d3232be 260.99_desktop_win7_winvista_64bit_english_whql.exe | ||
= Mozilla maintenance service, associated registry keys, Mozilla test CA root = | |||
* Use "Run as Administrator" to start a command prompt and run the following: | |||
cd c:\ | |||
wget -O installservice.bat --no-check-certificate http://people.mozilla.com/~bhearsum/installservice.bat | |||
schtasks /create /tn mozillamaintenance /tr "c:\\windows\\system32\\cmd.exe /c \"c:\\installservice.bat\"" /sc ONSTART /ru SYSTEM | |||
wget -O keys.reg --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577617 | |||
regedit /s keys.reg | |||
wget -O MozRoot.crt --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577619 | |||
* Browse to download location | |||
* Right click cert, choose "Install certificate | |||
* Choose "Trusted Root Certificate Authorities" as the install location |