오픈 소스 소프트웨어 개발 및 다운로드

Browse Subversion Repository

Diff of /installer/trunk/teraterm.iss

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1241 by maya, Mon Nov 17 08:44:14 2008 UTC revision 1244 by maya, Tue Nov 18 08:43:12 2008 UTC
# Line 1  Line 1 
1  #define AppName "Tera Term"  #define AppName "Tera Term"
2  #define AppVer "4.60"  #define AppVer "4.61-Alpha3"
3    
4  [Setup]  [Setup]
5  AppCopyright=TeraTerm Project  AppCopyright=TeraTerm Project
# Line 93  Source: release\Collector\msvcr70.dll; D Line 93  Source: release\Collector\msvcr70.dll; D
93  Source: release\Collector\readme.txt; DestDir: {app}\Collector\; Components: Collector  Source: release\Collector\readme.txt; DestDir: {app}\Collector\; Components: Collector
94  Source: ..\TTXKanjiMenu\release\ttxkanjimenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKanjiMenu; Flags: ignoreversion  Source: ..\TTXKanjiMenu\release\ttxkanjimenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKanjiMenu; Flags: ignoreversion
95  Source: ..\TTXSamples\release\TTXCopyIniFile.dll; DestDir: {app}\; Components: Additional_Plugins/TTXCopyIniFile; Flags: ignoreversion  Source: ..\TTXSamples\release\TTXCopyIniFile.dll; DestDir: {app}\; Components: Additional_Plugins/TTXCopyIniFile; Flags: ignoreversion
96    Source: ..\TTXSamples\release\TTXResizeMenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXResizeMenu; Flags: ignoreversion
97    Source: ..\TTXSamples\release\TTXResizeWin.dll; DestDir: {app}\; Components: Additional_Plugins/TTXResizeWin; Flags: ignoreversion
98    Source: ..\TTXSamples\release\TTXFixedWinSize.dll; DestDir: {app}\; Components: Additional_Plugins/TTXFixedWinSize; Flags: ignoreversion
99    Source: ..\TTXSamples\release\TTXttyrec.dll; DestDir: {app}\; Components: Additional_Plugins/TTXttyrec; Flags: ignoreversion
100    Source: ..\TTXSamples\release\TTXttyplay.dll; DestDir: {app}\; Components: Additional_Plugins/TTXttyrec; Flags: ignoreversion
101    Source: ..\TTXSamples\release\TTXKcodeChange.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKcodeChange; Flags: ignoreversion
102    Source: ..\TTXSamples\release\TTXViewMode.dll; DestDir: {app}\; Components: Additional_Plugins/TTXViewMode; Flags: ignoreversion
103    Source: ..\TTXSamples\release\TTXAlwaysOnTop.dll; DestDir: {app}\; Components: Additional_Plugins/TTXAlwaysOnTop; Flags: ignoreversion
104    
105  [Types]  [Types]
106  Name: standard; Description: {cm:type_standard}  Name: standard; Description: {cm:type_standard}
# Line 109  Name: TeraTerm_Menu; Description: TeraTe Line 117  Name: TeraTerm_Menu; Description: TeraTe
117  Name: TTProxy; Description: TTProxy; Types: full standard  Name: TTProxy; Description: TTProxy; Types: full standard
118  Name: Collector; Description: Collector; Types: full  Name: Collector; Description: Collector; Types: full
119  Name: Additional_Plugins; Description: {cm:comp_TTX}  Name: Additional_Plugins; Description: {cm:comp_TTX}
120  Name: Additional_Plugins/TTXKanjiMenu; Description: TTX KanjiMenu ({cm:comp_TTX_KanjiMenu})  Name: Additional_Plugins/TTXCopyIniFile; Description: TTXCopyIniFile ({cm:comp_TTXCopyIniFile})
121  Name: Additional_Plugins/TTXCopyIniFile; Description: TTX CopyIniFile ({cm:comp_TTX_CopyIniFile})  Name: Additional_Plugins/TTXResizeMenu; Description: TTXResizeMenu ({cm:comp_TTXResizeMenu})
122    Name: Additional_Plugins/TTXResizeWin; Description: TTXResizeWin ({cm:comp_TTXResizeWin})
123    Name: Additional_Plugins/TTXFixedWinSize; Description: TTXFixedWinSize ({cm:comp_TTXFixedWinSize})
124    Name: Additional_Plugins/TTXttyrec; Description: TTXttyrec ({cm:comp_TTXttyrec})
125    Name: Additional_Plugins/TTXKanjiMenu; Description: TTXKanjiMenu ({cm:comp_TTXKanjiMenu})
126    Name: Additional_Plugins/TTXKcodeChange; Description: TTXKcodeChange ({cm:comp_TTXKcodeChange})
127    Name: Additional_Plugins/TTXViewMode; Description: TTXViewMode ({cm:comp_TTXViewMode})
128    Name: Additional_Plugins/TTXAlwaysOnTop; Description: TTXAlwaysOnTop ({cm:comp_TTXAlwaysOnTop})
129    
130  [Icons]  [Icons]
131  Name: {group}\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; IconIndex: 0; Components: TeraTerm; Flags: createonlyiffileexists  Name: {group}\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; IconIndex: 0; Components: TeraTerm; Flags: createonlyiffileexists
# Line 344  en.msg_uninstall_confirm=It seems a form Line 359  en.msg_uninstall_confirm=It seems a form
359  ja.msg_uninstall_confirm=以前のバージョンがインストールされているようです。先にアンインストールすることをお勧めします。アンインストールしますか?  ja.msg_uninstall_confirm=以前のバージョンがインストールされているようです。先にアンインストールすることをお勧めします。アンインストールしますか?
360  en.comp_TTX=Additional Plugins  en.comp_TTX=Additional Plugins
361  ja.comp_TTX=追加プラグイン  ja.comp_TTX=追加プラグイン
362  en.comp_TTX_KanjiMenu=Changes Japanese Kanji Code from VT-Window menu  en.comp_TTXCopyIniFile=Copys ini file when save new Setup file (save with comments)
363  ja.comp_TTX_KanjiMenu=日本語の漢字コードをVTウィンドウのメニューから設定する  ja.comp_TTXCopyIniFile=設定ファイルの保存時にファイルをコピーする (コメントも保存される)
364  en.comp_TTX_CopyIniFile=Copys ini file when save new Setup file  en.comp_TTXResizeMenu=
365  ja.comp_TTX_CopyIniFile=Copys ini file when save new Setup file  ja.comp_TTXResizeMenu=VTウィンドウのサイズをプリセット値の中から変更できるようにする
366    en.comp_TTXResizeWin=
367    ja.comp_TTXResizeWin=VTウィンドウのサイズを80x24に変更できるようにする
368    en.comp_TTXFixedWinSize=
369    ja.comp_TTXFixedWinSize=VTウィンドウのサイズを80x24に固定する
370    en.comp_TTXttyrec=
371    ja.comp_TTXttyrec=ttyrec形式の録画データを記録/再生できるようにする
372    en.comp_TTXKanjiMenu=Changes Japanese Kanji Code from VT-Window menu
373    ja.comp_TTXKanjiMenu=日本語の漢字コードをVTウィンドウのメニューから設定できるようにする
374    en.comp_TTXKcodeChange=
375    ja.comp_TTXKcodeChange=リモートからのシーケンスで日本語の漢字コードを変更する
376    en.comp_TTXViewMode=
377    ja.comp_TTXViewMode=表示専用モードにすることができる
378    en.comp_TTXAlwaysOnTop=
379    ja.comp_TTXAlwaysOnTop=常に最前面に表示できるようにする
380    
381  [Code]  [Code]
382  var  var
# Line 750  Name: {app}\libeay.txt; Type: files Line 779  Name: {app}\libeay.txt; Type: files
779    
780  [_ISToolPreCompile]  [_ISToolPreCompile]
781  Name: makechm.bat  Name: makechm.bat
782  Name: build.bat; Parameters: rebuild  ;Name: build.bat; Parameters: rebuild
783    Name: build.bat

Legend:
Removed from v.1241  
changed lines
  Added in v.1244

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26