Show
Ignore:
Timestamp:
09/19/08 00:30:05 (4 months ago)
Author:
hashy1126
Message:

インストーラを日本語化

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/windows/tightvnc_jp/trunk/vnc_winsrc/TightVNC.iss

    r17516 r19547  
    1111AppUpdatesURL=http://www.tightvnc.com/download.html 
    1212DefaultDirName={pf}\TightVNC 
    13 DefaultGroupName=TightVNC 
     13DefaultGroupName=TightVNC���� 
    1414AllowNoIcons=yes 
    1515InfoBeforeFile=InstInfo.rtf 
     
    2323 
    2424[Components] 
    25 Name: "server"; Description: "TightVNC Server"; Types: full compact custom; 
    26 Name: "viewer"; Description: "TightVNC Viewer"; Types: full compact custom; 
    27 Name: "webdoc"; Description: "Web pages and documentation"; Types: full custom; 
     25Name: "server"; Description: "TightVNC �T�[�o"; Types: full compact custom; 
     26Name: "viewer"; Description: "TightVNC �r���[��"; Types: full compact custom; 
     27Name: "webdoc"; Description: "�E�F�u�y�[�W�ƃh�L�������g�i�p��"; Types: full custom; 
    2828 
    2929[Files] 
     
    4747 
    4848[Icons] 
    49 Name: "{group}\Launch TightVNC Server";               FileName: "{app}\WinVNC.exe";                                    WorkingDir: "{app}";     Components: server 
    50 Name: "{group}\Show User Settings";                   FileName: "{app}\WinVNC.exe";    Parameters: "-settings";        WorkingDir: "{app}";     Components: server 
    51 Name: "{group}\TightVNC Viewer";                      FileName: "{app}\vncviewer.exe";                                 WorkingDir: "{app}";     Components: viewer 
    52 Name: "{group}\Administration\Install VNC Service";   FileName: "{app}\WinVNC.exe";    Parameters: "-install";         WorkingDir: "{app}";     Components: server 
    53 Name: "{group}\Administration\Remove VNC Service";    FileName: "{app}\WinVNC.exe";    Parameters: "-remove";          WorkingDir: "{app}";     Components: server 
    54 Name: "{group}\Administration\Run Service Helper";    FileName: "{app}\WinVNC.exe";    Parameters: "-servicehelper";   WorkingDir: "{app}";     Components: server 
    55 Name: "{group}\Administration\Show Default Settings"; FileName: "{app}\WinVNC.exe";    Parameters: "-defaultsettings"; WorkingDir: "{app}";     Components: server 
    56 Name: "{group}\Documentation\About VNC and TightVNC"; FileName: "{app}\Web\index.html";                                WorkingDir: "{app}\Web"; Components: webdoc 
    57 Name: "{group}\Documentation\Installation and Getting Started"; FileName: "{app}\Web\winst.html";                      WorkingDir: "{app}\Web"; Components: webdoc 
    58 Name: "{group}\Documentation\Licensing Terms";        FileName: "{app}\LICENCE.txt";                                   WorkingDir: "{app}" 
    59 Name: "{group}\Documentation\Make a Donation";        FileName: "{app}\TightVNC-donate.url" 
    60 Name: "{group}\Documentation\TightVNC Web Site";      FileName: "{app}\TightVNC.url" 
    61 Name: "{group}\Documentation\What's New (Detailed Log)"; FileName: "{app}\Web\changelog-win32.html";                   WorkingDir: "{app}\Web"; Components: webdoc 
    62 Name: "{group}\Documentation\What's New (Summary)";   FileName: "{app}\Web\whatsnew.html";                             WorkingDir: "{app}\Web"; Components: webdoc 
     49Name: "{group}\TightVNC �T�[�o�̋N��";                     FileName: "{app}\WinVNC.exe";                                    WorkingDir: "{app}";     Components: server 
     50Name: "{group}\���[�U�ݒ��ʂ̕\��";                      FileName: "{app}\WinVNC.exe";    Parameters: "-settings";        WorkingDir: "{app}";     Components: server 
     51Name: "{group}\TightVNC �r���[��";                         FileName: "{app}\vncviewer.exe";                                 WorkingDir: "{app}";     Components: viewer 
     52Name: "{group}\�Ǘ��p\VNC �T�[�r�X�̓o�^";                 FileName: "{app}\WinVNC.exe";    Parameters: "-install";         WorkingDir: "{app}";     Components: server 
     53Name: "{group}\�Ǘ��p\VNC �T�[�r�X�̍폜";                 FileName: "{app}\WinVNC.exe";    Parameters: "-remove";          WorkingDir: "{app}";     Components: server 
     54Name: "{group}\�Ǘ��p\�T�[�r�X�w���p�[�̋N��";             FileName: "{app}\WinVNC.exe";    Parameters: "-servicehelper";   WorkingDir: "{app}";     Components: server 
     55Name: "{group}\�Ǘ��p\�f�t�H���g�ݒ��\��";              FileName: "{app}\WinVNC.exe";    Parameters: "-defaultsettings"; WorkingDir: "{app}";     Components: server 
     56Name: "{group}\�h�L�������g(�p��About VNC and TightVNC"; FileName: "{app}\Web\index.html";                                WorkingDir: "{app}\Web"; Components: webdoc 
     57Name: "{group}\�h�L�������g(�p��Installation and Getting Started"; FileName: "{app}\Web\winst.html";                      WorkingDir: "{app}\Web"; Components: webdoc 
     58Name: "{group}\�h�L�������g(�p��Licensing Terms";        FileName: "{app}\LICENCE.txt";                                   WorkingDir: "{app}" 
     59Name: "{group}\�h�L�������g(�p��Make a Donation";        FileName: "{app}\TightVNC-donate.url" 
     60Name: "{group}\�h�L�������g(�p��TightVNC Web Site";      FileName: "{app}\TightVNC.url" 
     61Name: "{group}\�h�L�������g(�p��What's New (Detailed Log)"; FileName: "{app}\Web\changelog-win32.html";                   WorkingDir: "{app}\Web"; Components: webdoc 
     62Name: "{group}\�h�L�������g(�p��What's New (Summary)";   FileName: "{app}\Web\whatsnew.html";                             WorkingDir: "{app}\Web"; Components: webdoc 
    6363 
    6464[Tasks] 
     
    7575[Run] 
    7676Filename: "{app}\WinVNC.exe"; Parameters: "-reinstall"; Tasks: installservice 
    77 Filename: "net"; Parameters: "start WinVNC"; Tasks: startservice 
     77Filename: "net"; Parameters: "WinVNC ��n"; Tasks: startservice 
    7878Filename: "{app}\WinVNC.exe"; Parameters: "-servicehelper"; Tasks: startservice 
    7979