2013年9月17日 星期二

CorelDraw X6 SP4-無需登入更新

步驟如下:(此步驟只用在繁體中文版)
1.先去官網下載升級檔"CDGSX6Update4"
2.把升級檔放在d糟, 注意不要放在子目錄.
3.把下列紅色虛線之間的文字copy之後, 貼到記事本
-------------------------------------------------------------------------------------------
@%~d0
@cd %~dp0
CDGSX6Update4.exe /extract_all d:\CDGSX6Update4
-------------------------------------------------------------------------------------------
4.按另存新檔命名為"解壓縮.cmd", 存檔類型選"所有檔案",  並存到d糟, 注意不要放在子目錄.
5.點二下你D糟上的"解壓縮"檔案, 過沒有多久你的D糟就會有一個"CDGSX6Update4"的資料夾
6.把下列紅色虛線之間的"白色"文字copy之後, 貼到記事本
-------------------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns:ICA="ICA">
<head>
    <title>Setup Wizard</title>
    <link href="Style.css" rel="stylesheet" type="text/css" />
    <meta http-equiv="MSThemeCompatible" content="Yes"/>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta content="text/html" name="ICADlg" id="ICADlg"
          ICA:DlgHW="610,800"
          ICA:DlgFrame="0"
          ICA:TransparencyColorRBG="51,52,53"
          ICA:ShadowGraphic="../../_XX/Custom/Images/Shadow.png"
          ICA:ShadowGraphicOffsetLeft="0"
          ICA:ShadowGraphicOffsetTop="0"
          ICA:ShadowGraphicTransparency="255"
          ICA:Modal="1"
    />
    <script type="text/jscript" language="jscript" src="../../_XX/Custom/js/Setup.js"></script>
   
    <script language="jscript" type="text/jscript">
        var Setup = window.external;
        function OnContinue()
        {
            var lResult = Setup.ExecuteFN("JS_LaunchSignIn");
            if (0 == lResult )
            {          
                g_Setup.EndModalLoop(0);
            }
            else
            {
                if (30522 == lResult)
                {
                     g_Setup.EndModalLoop(lResult);
                }
            }
        }
        function OnBodyLoad()
        {
            Setup.SetProperty("IsSignedIn",1);
            if (Setup.GetProperty("IsExpired"))
            {
                idRenewSub.style.display = "block";
            }
            else
            {
                if (Setup.GetProperty("ACADNFR"))
                {
                    idAcadNFR.style.display = "block";
                    if (! Setup.GetProperty("IsSignedIn"))
                    {
                        idAcadNFR_NotSignedIn.style.display = "block";
                        idDeleteFontnav.style.top = "110px";
                    }                   
                }
                else
                {
                    idMember.style.display = "block";
                    if (! Setup.GetProperty("IsSignedIn"))
                    {
                        idNotSignedIn.style.display = "block";
                        idDeleteFontnav.style.top = "130px";
                    }
                }


            }
        }
       
    </script>
</head>   
<body onload="OnBodyLoad();">
<!-- background -->
<div id="idBackGrd2"></div>
<img alt="" class="CloseBtn" src="../../_XX/Custom/Images/close.gif" ICA:Function="ICACancelSetup" />
   
<!-- page content panel -->
<div id="idTabPanel" style="left: 40px; top: 160px">
    <div id="idMember" style="display:none;">
        <div class="DlgBlock" style="top: 15px; width: 380px;">
        CorelDRAW Graphics Suite X6 的此項更新解決了客戶報告的多個性能和穩定性問題,並且包含針對高級會員的新功能。
        </div>
        <div id="idNotSignedIn" class="DlgBlock" style="display:none; top: 80px; width: 380px;">
       要安裝此更新,您需要擁有有效的 corel.com 帳戶和活動會員資格或訂閱。
        </div>
    </div>
   
    <div id="idAcadNFR" style="display:none;">
        <div class="DlgBlock" style="top: 15px; width: 380px;">
            CorelDRAW Graphics Suite X6 的此項更新解決了客戶報告的多個性能和穩定性問題。
        </div>
        <div id="idAcadNFR_NotSignedIn" class="DlgBlock" style="display:none; top: 80px; width: 380px;">
            要安裝此更新,您需要登錄。
        </div>
    </div>
    <div class="DlgBlock" id="idDeleteFontnav" style="top: 80px; width: 380px; display:none;">
        Font Navigator 中的部分字體缺失。要解決這一問題,必須先刪除字體目錄,然後在下一次啟動 Font Navigator 時重新創建。



        </div>
    </div>
    <div id="idRenewSub" style="display:none;">
        <div class="DlgBlock" style="top: 15px; width: 380px;">
            <b>您的訂閱已經過期</b>
        </div>
        <div class="DlgBlock" style="top: 50px; width: 380px;" >
            您需要具有活動訂閱,才能安裝 CorelDRAW Graphics Suite X6 的此項更新。如果您希望續訂訂閱並安裝此更新,請按一下&ldquo;繼續&rdquo;。
        </div>
    </div>
  
</div> <!-- div id="idTabPanel" END -->

<!-- ------------------------------------------------------------ --> <!-- <div> Wizard Buttons (at bottom of dialog) - START -->
<div class="DlgWizardBtns">
    <table border="0" width="100%">
        <tr>
            <td align="right">
                &nbsp;
            </td>
            <td width="120px" align="left">
                <button id="idContinue" accesskey="O" type="button" onmouseover="HighLightButton('idContinue');" onmouseout="UnHighLightButton('idContinue');" onclick="OnContinue()">繼續</button>
            </td>
            <td width="120px" align="right">
                    <button accesskey="C" type="button" onmouseover="HighLightButton('idCancel');" onmouseout="UnHighLightButton('idCancel');" ID="idCancel" ICA:Function="ICACancelSetup">取消</button>
            </td>
        </tr>
    </table>
</div>  <!-- <div class="DlgBlock"> Wizard Buttons (at bottom of dialog) - END -->

</body>
</html>
-------------------------------------------------------------------------------------------

8.按另存新檔命名為"Welcome.htm", 存檔類型選"所有檔案",並在最下方編碼的選項選"UFT-8", 然後存到"D:\CDGSX6Update4\Lang\CT\Custom"
9.會有窗口提示"Welcome.htm 已經存在, 你要取代嗎?", 請按"是"
10.到"D:\CDGSX6Update4"裡, 找到setup的檔案, 並執行, 就可以升級了.