mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
fixing bug 82202 - Do not register mozctlx.dll during installation. r=sgehani, sr=mscott. not part of tinderbox builds. would affect windows platforms only
This commit is contained in:
parent
42dde200f3
commit
40b249aabb
@ -285,12 +285,10 @@ function updateWinReg()
|
||||
// main
|
||||
var srDest;
|
||||
var err;
|
||||
var err2;
|
||||
var fProgram;
|
||||
var fWindowsSystem;
|
||||
var fileComponentRegStr;
|
||||
var fileComponentReg;
|
||||
var fileMozCtlx;
|
||||
var restrictedAccess;
|
||||
|
||||
$Ren8dot3List$
|
||||
@ -320,10 +318,6 @@ if(verifyDiskSpace(fProgram, srDest))
|
||||
// check return value
|
||||
if( err == SUCCESS )
|
||||
{
|
||||
fileMozCtlx = getFolder(fProgram, "mozctlx.dll");
|
||||
err2 = File.windowsRegisterServer(fileMozCtlx);
|
||||
logComment("windowsRegisterServer() returned: " + err2);
|
||||
|
||||
updateWinReg();
|
||||
createShortcuts();
|
||||
// we don't want to fail on errors for the above two
|
||||
|
Loading…
x
Reference in New Issue
Block a user