亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? mail.jst

?? 現(xiàn)在很火的郵件客戶端軟件thunderbird的源碼
?? JST
?? 第 1 頁 / 共 2 頁
字號:
      // if it should be the default client again.      logComment("Resetting showMapiDialog and defaultMailHasBeenSet");      winreg.setValueString(subkey + "\\Desktop", "showMapiDialog", "1");      winreg.setValueString(subkey + "\\Desktop", "defaultMailHasBeenSet", "0");    }  }}function updateWinIni(){  var fWinIni  = getWinProfile(getFolder("Windows"), "win.ini");  if(fWinIni != null)  {    fWinIni.writeString("Mail", "MAPI", "1");    fWinIni.writeString("Mail", "MAPIX", "1");  }}// mainvar srDest;var err;var err2;var fProgram;var fWindowsSystem;var fileComponentRegStr;var fileComponentReg;var restrictedAccess;var fileToRegister;var args;args = new String(Install.arguments);logComment("args: " + args);srDest = $SpaceRequired$:bin;	err    = initInstall("$ProductName$", "Thunderbird", "$Version$");logComment("initInstall: " + err);fProgram  = getFolder("Program");fWindowsSystem = getFolder("Win System");logComment("fProgram: " + fProgram);if(verifyDiskSpace(fProgram, srDest)){  setPackageFolder(fProgram);  removeOldFiles();  err = addDirectory("",                     "$Version$",                     "bin",              // dir name in jar to extract                      fProgram,           // Where to put this file (Returned from GetFolder)                      "",                 // subdir name to create relative to fProgram                     true);              // Force Flag   logComment("addDirectory() of Program returned: " + err);  // check return value  if( err == SUCCESS )  {    fileToRegister = getFolder(fProgram, "AccessibleMarshal.dll");    err2           = File.windowsRegisterServer(fileToRegister);    logComment("windowsRegisterServer() returned: " + err2);    updateWinIni();    updateMapi();    // we don't want to fail on errors for the above two    resetError();    // Create the uninstall folder.     err = File.dirCreate(getFolder("Program", "uninstall"));    logComment("dirCreate() of Program/uninstall returned: " + err);    /* Log files that are created after the installer is done, so they can be uninstalled */    logComment("Installing: "    + fProgram + ".autoreg");    logComment("Installing: "    + fProgram + "Xpcs Registry.dat");    logComment("Installing: "    + fProgram + "xpcom.log");    logComment("Create Folder: " + fProgram + "components");    logComment("Installing: "    + fProgram + "components\\xpti.dat");    logComment("Installing: "    + fProgram + "components\\xptitemp.dat");    logComment("Installing: "    + fProgram + "components\\compreg.dat");    logComment("Create Folder: " + fProgram + "chrome");    logComment("Create Folder: " + fProgram + "uninstall");    logComment("Installing: "    + fProgram + "active-update.xml");    logComment("Installing: "    + fProgram + "updates.xml");    logComment("Installing: "    + fProgram + "last-update.log");    logComment("Create Folder: " + fProgram + "updates");    // log comments for uninstalling the registry keys created by mail for setting    // itself up in WinXP's Start menu    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$ []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$ []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$ [DLLPath]");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\DefaultIcon []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\DefaultIcon []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto\\DefaultIcon []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto\\shell []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto\\shell\\open []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto\\shell\\open\\command []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\protocols\\mailto\\shell\\open\\command []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\shell []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\shell\\open []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\shell\\open\\command []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\Mail\\$ProductName$\\shell\\open\\command []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$ []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$ []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$ [DLLPath]");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\DefaultIcon []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\DefaultIcon []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news\\DefaultIcon []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news\\shell []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news\\shell\\open []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news\\shell\\open\\command []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\news\\shell\\open\\command []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews\\DefaultIcon []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews\\shell []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews\\shell\\open []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews\\shell\\open\\command []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\snews\\shell\\open\\command []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp\\DefaultIcon []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp\\shell []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp\\shell\\open []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp\\shell\\open\\command []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\protocols\\nntp\\shell\\open\\command []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\shell []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\shell\\open []");    logComment("Create Registry Key: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\shell\\open\\command []");    logComment("Store Registry Value: HKEY_LOCAL_MACHINE\\Software\\Clients\\News\\$ProductName$\\shell\\open\\command []");    err = getLastError();    if (err == SUCCESS)    {      err = performInstall();      logComment("performInstall() returned: " + err);      if (! ('buildID' in Install))      {        logComment("Running Pre-Mozilla 0.9.1");        initInstall("Post-install Cleanup Utility", "Mail/xpicleanup", "$Version$");        cleanupUtility = getFolder(fProgram, "xpicleanup.exe");        err = File.execute(cleanupUtility);        logComment("execute() returned: " + err);        err = performInstall();      }    }    else      cancelInstall(err);  }  else    cancelInstall(err);}else  cancelInstall(INSUFFICIENT_DISK_SPACE);// end main

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久伊99综合婷婷久久伊| 一本色道**综合亚洲精品蜜桃冫| 欧美午夜电影网| 亚洲一线二线三线视频| 欧美亚洲动漫另类| 亚洲a一区二区| 日韩一区二区三区在线观看| 久久99国产精品免费网站| 亚洲精品在线免费观看视频| 国产伦精品一区二区三区免费迷 | 成人午夜激情影院| 自拍偷拍国产精品| 91久久精品网| 蜜臀精品久久久久久蜜臀| 2023国产一二三区日本精品2022| 国产一区二区三区| 亚洲日本青草视频在线怡红院| 色女孩综合影院| 麻豆国产精品官网| 亚洲欧洲成人精品av97| 欧美撒尿777hd撒尿| 另类中文字幕网| 亚洲男同性恋视频| 日韩欧美第一区| 一本一道综合狠狠老| 天天色 色综合| 国产精品全国免费观看高清| 欧美主播一区二区三区美女| 久国产精品韩国三级视频| 国产精品欧美一区二区三区| 在线观看日韩国产| 国产精品伊人色| 午夜欧美电影在线观看| 久久精品日韩一区二区三区| 91福利视频网站| 国产乱子伦视频一区二区三区| 亚洲日本在线观看| 久久婷婷国产综合国色天香| 在线一区二区视频| 国产精品一区久久久久| 污片在线观看一区二区| 日本一区二区成人| 欧美一区二区在线观看| 91福利小视频| 成人性生交大片免费看在线播放| 青青草国产精品97视觉盛宴 | www国产成人免费观看视频 深夜成人网| 91香蕉视频黄| 国产成人免费视频精品含羞草妖精| 婷婷激情综合网| 亚洲精品高清在线| 中文字幕一区二区在线观看| 精品999在线播放| 在线不卡a资源高清| 99国产精品一区| 国产成人在线视频免费播放| 日韩高清一级片| 亚洲国产精品麻豆| 亚洲精品视频一区| 国产精品福利电影一区二区三区四区| 精品国产亚洲在线| 欧美一区二区性放荡片| 欧美日韩成人激情| 91国在线观看| 91国产精品成人| 色天天综合色天天久久| 成人精品小蝌蚪| 成人黄动漫网站免费app| 国产白丝精品91爽爽久久 | 亚洲国产一区在线观看| 亚洲伦在线观看| 亚洲人精品午夜| 国产精品电影院| 亚洲男女一区二区三区| 日韩毛片视频在线看| 亚洲美女精品一区| 一区二区三区久久| 亚洲综合网站在线观看| 一二三四社区欧美黄| 亚洲一二三四在线| 视频一区二区国产| 热久久一区二区| 精品在线观看免费| 国产一区二区三区| 成人动漫一区二区在线| bt欧美亚洲午夜电影天堂| 91影视在线播放| 在线看国产一区二区| 欧美日韩成人在线| 日韩欧美成人一区二区| 久久精品日产第一区二区三区高清版 | 7777精品伊人久久久大香线蕉完整版 | 欧美一卡在线观看| 精品久久99ma| 欧美韩日一区二区三区四区| 久久亚洲欧美国产精品乐播| 中文欧美字幕免费| 伊人性伊人情综合网| 日日夜夜免费精品| 九九九精品视频| 成人三级在线视频| 色又黄又爽网站www久久| 在线亚洲精品福利网址导航| 欧美一区二区二区| 国产欧美日韩亚州综合| 一区二区三区日韩| 久久精品久久综合| 成人av一区二区三区| 欧美三级电影网站| 国产亚洲精品7777| 亚洲妇女屁股眼交7| 国内精品伊人久久久久av影院| 国产mv日韩mv欧美| 欧美区视频在线观看| 国产偷国产偷亚洲高清人白洁| 国产精品大尺度| 石原莉奈在线亚洲三区| 国产白丝精品91爽爽久久| 欧美日韩国产一级| 欧美激情一区二区三区蜜桃视频| 亚洲1区2区3区视频| 国产精品综合一区二区| 欧美在线观看一区二区| 久久这里都是精品| 午夜电影一区二区三区| 99久久精品国产麻豆演员表| 欧美成人猛片aaaaaaa| 亚洲另类一区二区| 国产美女久久久久| 在线播放国产精品二区一二区四区| 久久久高清一区二区三区| 视频一区视频二区中文字幕| 91在线观看美女| 久久精品人人做人人爽97| 日本中文在线一区| 色婷婷综合久久久中文字幕| 久久综合久色欧美综合狠狠| av网站免费线看精品| 日韩一级精品视频在线观看| **网站欧美大片在线观看| 国内精品伊人久久久久av影院| 欧美日本精品一区二区三区| 中文字幕一区二区三区不卡在线| 韩国精品久久久| 日韩一二在线观看| 午夜精品免费在线| 色88888久久久久久影院野外| 久久精品欧美日韩精品| 精品在线播放免费| 日韩免费成人网| 日韩国产欧美一区二区三区| 欧美午夜精品久久久| 亚洲另类在线一区| 91美女蜜桃在线| 亚洲欧洲制服丝袜| www.在线成人| 自拍偷自拍亚洲精品播放| 春色校园综合激情亚洲| 国产女人水真多18毛片18精品视频| 免费高清视频精品| 日韩西西人体444www| 丝袜美腿亚洲综合| 91精品国产手机| 青青草国产成人av片免费| 在线综合视频播放| 日韩av二区在线播放| 欧美一区二区在线免费观看| 日韩av电影免费观看高清完整版在线观看| 91国内精品野花午夜精品| 亚洲综合成人网| 欧美日韩成人综合天天影院 | 日韩成人伦理电影在线观看| 欧美偷拍一区二区| 日韩高清不卡一区二区| 91精品久久久久久久99蜜桃| 日韩福利电影在线观看| 日韩欧美高清dvd碟片| 狠狠色综合播放一区二区| 精品成人佐山爱一区二区| 国产精品一区二区在线看| 中文一区在线播放| 色综合网站在线| 一区二区高清免费观看影视大全| 欧美系列在线观看| 免费在线观看成人| 久久美女艺术照精彩视频福利播放| 国产精品一区三区| 亚洲黄色性网站| 欧美精品123区| 欧美成人精品1314www| 国产做a爰片久久毛片| 国产精品免费观看视频| 色婷婷av一区二区三区之一色屋| 午夜精品久久久久久不卡8050| 91精品欧美一区二区三区综合在 | 亚洲欧美日韩国产成人精品影院| 日本韩国精品在线| 美腿丝袜亚洲色图| 国产精品视频九色porn| 欧美日韩一区二区不卡|