canmove, Confirmed users
6,440
edits
No edit summary |
|||
Line 155: | Line 155: | ||
* Install the [http://www.microsoft.com/download/en/details.aspx?id=3138 Windows 7 SDK] | * Install the [http://www.microsoft.com/download/en/details.aspx?id=3138 Windows 7 SDK] | ||
* Install C:\Program Files\Microsoft SDKs\Windows\v7.1\Redist\Windows\wpt_x86.msi | * Install C:\Program Files\Microsoft SDKs\Windows\v7.1\Redist\Windows\wpt_x86.msi | ||
= Mozilla maintenance service, associated registry keys, Mozilla test CA root = | |||
{{bug|704578}} | |||
* 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 |