オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/installer/teraterm.iss

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

installer/trunk/teraterm.iss revision 1290 by maya, Sat Mar 14 11:29:36 2009 UTC trunk/installer/teraterm.iss revision 4210 by maya, Thu Dec 9 11:09:33 2010 UTC
# Line 1  Line 1 
1  #define AppName "Tera Term"  #define AppName "Tera Term"
2  #define AppVer "4.61"  #define AppVer "4.68"
3    #define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
4  [Setup]  
5  AppCopyright=TeraTerm Project  [Setup]
6  AppName={#AppName}  AppCopyright=TeraTerm Project
7  AppVerName={#AppName} {#AppVer}  AppName={#AppName}
8  LicenseFile=release\license.txt  #ifndef snapshot
9  DefaultDirName={pf}\teraterm  AppVerName={#AppName} {#AppVer}
10  DefaultGroupName={#AppName}  #else
11  ShowLanguageDialog=yes  AppVerName={#AppName} {#AppVer}+ snapshot-{#snapshot}
12  AllowNoIcons=true  #endif
13  UninstallDisplayIcon={app}\ttermpro.exe  LicenseFile=release\license.txt
14  AppMutex=TeraTermProAppMutex, TeraTermProMacroAppMutex, TeraTermProKeycodeAppMutex, TeraTermMenuAppMutex, CygTermAppMutex  DefaultDirName={pf}\teraterm
15  OutputBaseFilename=teraterm-{#AppVer}  DefaultGroupName={#AppName}
16  PrivilegesRequired=none  ShowLanguageDialog=yes
17    AllowNoIcons=true
18  [Languages]  UninstallDisplayIcon={app}\ttermpro.exe
19  Name: en; MessagesFile: compiler:Default.isl  AppMutex=TeraTermProAppMutex, TeraTermProMacroAppMutex, TeraTermProKeycodeAppMutex, TeraTermMenuAppMutex, CygTermAppMutex
20  Name: ja; MessagesFile: compiler:Languages\Japanese.isl  #ifndef snapshot
21    OutputBaseFilename=teraterm-{#AppVer}
22  [Dirs]  #else
23  Name: {app}\Collector; Components: Collector  OutputBaseFilename=teraterm-{#snapshot}
24  Name: {app}\theme; Components: TeraTerm  #endif
25  Name: {app}\theme\scale; Components: TeraTerm  PrivilegesRequired=none
26  Name: {app}\theme\tile; Components: TeraTerm  
27  Name: {app}\plugin; Components: TeraTerm  [Languages]
28  Name: {app}\lang; Components: TeraTerm  Name: en; MessagesFile: compiler:Default.isl
29    Name: ja; MessagesFile: compiler:Languages\Japanese.isl
30  [Files]  
31  Source: ..\teraterm\release\ttermpro.exe; DestDir: {app}; Components: TeraTerm; Flags: ignoreversion  [Dirs]
32  Source: ..\teraterm\release\ttpcmn.dll; DestDir: {app}; Components: TeraTerm  Name: {app}\Collector; Components: Collector
33  Source: ..\teraterm\release\ttpdlg.dll; DestDir: {app}; Components: TeraTerm  Name: {app}\theme; Components: TeraTerm
34  Source: ..\teraterm\release\ttpfile.dll; DestDir: {app}; Components: TeraTerm  Name: {app}\theme\scale; Components: TeraTerm
35  Source: ..\teraterm\release\ttpset.dll; DestDir: {app}; Components: TeraTerm  Name: {app}\theme\tile; Components: TeraTerm
36  Source: ..\teraterm\release\ttptek.dll; DestDir: {app}; Components: TeraTerm  Name: {app}\plugin; Components: TeraTerm
37  Source: release\TERATERM.INI; DestDir: {app}; Components: TeraTerm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify  Name: {app}\lang; Components: TeraTerm
38  Source: release\TSPECIAL1.TTF; DestDir: {fonts}; Components: TeraTerm; Attribs: readonly; Flags: overwritereadonly uninsneveruninstall; FontInstall: Tera Special; Check: isPowerUsersMore  
39  Source: ..\doc\en\teraterm.chm; DestDir: {app}; Components: TeraTerm  [Files]
40  Source: ..\doc\jp\teratermj.chm; DestDir: {app}; Components: TeraTerm  Source: ..\teraterm\release\ttermpro.exe; DestDir: {app}; Components: TeraTerm; Flags: ignoreversion
41  Source: release\license.txt; DestDir: {app}; Components: TeraTerm  Source: ..\teraterm\release\ttpcmn.dll; DestDir: {app}; Components: TeraTerm
42  Source: release\FUNCTION.CNF; DestDir: {app}; Components: TeraTerm  Source: ..\teraterm\release\ttpdlg.dll; DestDir: {app}; Components: TeraTerm
43  Source: release\IBMKEYB.CNF; DestDir: {app}; Components: TeraTerm  Source: ..\teraterm\release\ttpfile.dll; DestDir: {app}; Components: TeraTerm
44  Source: release\EDITOR.CNF; DestDir: {app}; Components: TeraTerm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify; DestName: KEYBOARD.CNF  Source: ..\teraterm\release\ttpset.dll; DestDir: {app}; Components: TeraTerm
45  Source: release\EDITOR.CNF; DestDir: {app}; Components: TeraTerm  Source: ..\teraterm\release\ttptek.dll; DestDir: {app}; Components: TeraTerm
46  Source: release\NT98KEYB.CNF; DestDir: {app}; Components: TeraTerm  Source: release\TERATERM.INI; DestDir: {app}; Components: TeraTerm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify
47  Source: release\PC98KEYB.CNF; DestDir: {app}; Components: TeraTerm  Source: release\TSPECIAL1.TTF; DestDir: {fonts}; Components: TeraTerm; Attribs: readonly; Flags: overwritereadonly uninsneveruninstall; FontInstall: Tera Special; Check: isAbleToInstallFont
48  Source: ..\teraterm\release\keycode.exe; DestDir: {app}; Components: TeraTerm  Source: ..\doc\en\teraterm.chm; DestDir: {app}; Components: TeraTerm
49  Source: ..\teraterm\release\ttpmacro.exe; DestDir: {app}; Components: TeraTerm; Flags: ignoreversion  Source: ..\doc\ja\teratermj.chm; DestDir: {app}; Components: TeraTerm
50  Source: release\delpassw.ttl; DestDir: {app}; Components: TeraTerm  Source: release\license.txt; DestDir: {app}; Components: TeraTerm
51  Source: release\dialup.ttl; DestDir: {app}; Components: TeraTerm  Source: release\FUNCTION.CNF; DestDir: {app}; Components: TeraTerm
52  Source: release\login.ttl; DestDir: {app}; Components: TeraTerm  Source: release\IBMKEYB.CNF; DestDir: {app}; Components: TeraTerm
53  Source: release\mpause.ttl; DestDir: {app}; Components: TeraTerm  Source: release\EDITOR.CNF; DestDir: {app}; Components: TeraTerm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify; DestName: KEYBOARD.CNF
54  Source: release\random.ttl; DestDir: {app}; Components: TeraTerm  Source: release\EDITOR.CNF; DestDir: {app}; Components: TeraTerm
55  Source: release\screencapture.ttl; DestDir: {app}; Components: TeraTerm  Source: release\NT98KEYB.CNF; DestDir: {app}; Components: TeraTerm
56  Source: release\ssh2login.ttl; DestDir: {app}; Components: TeraTerm  Source: release\PC98KEYB.CNF; DestDir: {app}; Components: TeraTerm
57  Source: release\wait_regex.ttl; DestDir: {app}; Components: TeraTerm  Source: ..\teraterm\release\keycode.exe; DestDir: {app}; Components: TeraTerm
58  Source: release\lang\Japanese.lng; DestDir: {app}\lang; Components: TeraTerm; Attribs: readonly; Flags: uninsremovereadonly overwritereadonly  Source: ..\teraterm\release\ttpmacro.exe; DestDir: {app}; Components: TeraTerm; Flags: ignoreversion
59  Source: release\lang\German.lng; DestDir: {app}\lang; Components: TeraTerm; Attribs: readonly; Flags: uninsremovereadonly overwritereadonly  Source: release\delpassw.ttl; DestDir: {app}; Components: TeraTerm
60  Source: ..\ttssh2\ttxssh\Release\ttxssh.dll; DestDir: {app}; Components: TTSSH; Flags: ignoreversion  Source: release\dialup.ttl; DestDir: {app}; Components: TeraTerm
61  Source: release\ssh_known_hosts; DestDir: {app}; Components: TTSSH; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify  Source: release\login.ttl; DestDir: {app}; Components: TeraTerm
62  Source: ..\cygterm\cygterm.exe; DestDir: {app}; Components: cygterm  Source: release\mpause.ttl; DestDir: {app}; Components: TeraTerm
63  Source: ..\cygterm\cygterm.cfg; DestDir: {app}; Components: cygterm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify  Source: release\random.ttl; DestDir: {app}; Components: TeraTerm
64  Source: ..\cygterm\cyglaunch.exe; DestDir: {app}; Components: cygterm  Source: release\screencapture.ttl; DestDir: {app}; Components: TeraTerm
65  Source: ..\cygterm\cygterm+.tar.gz; DestDir: {app}; Components: cygterm  Source: release\ssh2login.ttl; DestDir: {app}; Components: TeraTerm
66  Source: release\LogMeTT_license.txt; DestDir: {app}; Components: LogMeTT  Source: release\wait_regex.ttl; DestDir: {app}; Components: TeraTerm
67  Source: release\LogMeTT_README.txt; DestDir: {app}; Components: LogMeTT  Source: release\lang\Default.lng; DestDir: {app}\lang; Components: TeraTerm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify
68  Source: release\LogMeTTc.exe; DestDir: {app}; Components: LogMeTT; Flags: ignoreversion  Source: release\lang\Japanese.lng; DestDir: {app}\lang; Components: TeraTerm; Attribs: readonly; Flags: uninsremovereadonly overwritereadonly
69  Source: release\LogMeTT.exe; DestDir: {app}; Components: LogMeTT; Flags: ignoreversion  Source: release\lang\German.lng; DestDir: {app}\lang; Components: TeraTerm; Attribs: readonly; Flags: uninsremovereadonly overwritereadonly
70  Source: release\logmett.chm; DestDir: {app}; Components: LogMeTT  Source: release\lang\French.lng; DestDir: {app}\lang; Components: TeraTerm; Attribs: readonly; Flags: uninsremovereadonly overwritereadonly
71  Source: release\runltt.exe; DestDir: {app}; Components: LogMeTT  Source: ..\ttssh2\ttxssh\Release\ttxssh.dll; DestDir: {app}; Components: TTSSH; Flags: ignoreversion
72  Source: release\KeyFile.ini; DestDir: {app}; Components: LogMeTT  Source: release\ssh_known_hosts; DestDir: {app}; Components: TTSSH; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify
73  Source: release\TTLEdit.exe; DestDir: {app}; Components: LogMeTT; Flags: ignoreversion  Source: ..\cygterm\cygterm.exe; DestDir: {app}; Components: cygterm
74  Source: release\SynComp.pro; DestDir: {app}; Components: LogMeTT  Source: ..\cygterm\cygterm.cfg; DestDir: {app}; Components: cygterm; Flags: onlyifdoesntexist uninsneveruninstall; Permissions: authusers-modify
75  Source: release\ttmacro.tpl; DestDir: {app}; Components: LogMeTT  Source: ..\cygterm\cyglaunch.exe; DestDir: {app}; Components: cygterm
76  Source: ..\ttpmenu\Release\ttpmenu.exe; DestDir: {app}; Components: TeraTerm_Menu; Flags: ignoreversion  Source: ..\cygterm\cygterm+.tar.gz; DestDir: {app}; Components: cygterm
77  Source: release\ttmenu_readme-j.txt; DestDir: {app}; Components: TeraTerm_Menu  Source: ..\libs\logmett\Setup_LogMeTT_2_9_7.exe; DestDir: {tmp}; Components: LogMeTT; Flags: deleteafterinstall
78  Source: ..\TTProxy\Release\TTXProxy.dll; DestDir: {app}; Components: TTProxy; Flags: ignoreversion  Source: ..\libs\logmett\Setup_TTLEditor_1_2_1.exe; DestDir: {tmp}; Components: TTLEdit; Flags: deleteafterinstall
79  Source: release\theme\Advanced.sample; DestDir: {app}\theme\; Components: TeraTerm  Source: ..\ttpmenu\Release\ttpmenu.exe; DestDir: {app}; Components: TeraTerm_Menu; Flags: ignoreversion
80  Source: release\theme\Scale.INI; DestDir: {app}\theme\; Components: TeraTerm  Source: release\ttmenu_readme-j.txt; DestDir: {app}; Components: TeraTerm_Menu
81  Source: release\theme\Tile.INI; DestDir: {app}\theme\; Components: TeraTerm  Source: ..\TTProxy\Release\TTXProxy.dll; DestDir: {app}; Components: TTProxy; Flags: ignoreversion
82  Source: release\theme\scale\23.jpg; DestDir: {app}\theme\scale; Components: TeraTerm  Source: release\theme\Advanced.sample; DestDir: {app}\theme\; Components: TeraTerm
83  Source: release\theme\scale\43.jpg; DestDir: {app}\theme\scale; Components: TeraTerm  Source: release\theme\Scale.INI; DestDir: {app}\theme\; Components: TeraTerm
84  Source: release\theme\tile\03.jpg; DestDir: {app}\theme\tile; Components: TeraTerm  Source: release\theme\Tile.INI; DestDir: {app}\theme\; Components: TeraTerm
85  Source: release\theme\tile\44.jpg; DestDir: {app}\theme\tile; Components: TeraTerm  Source: release\theme\scale\23.jpg; DestDir: {app}\theme\scale; Components: TeraTerm
86  Source: release\plugin\ttAKJpeg.dll; DestDir: {app}\plugin\; Components: TeraTerm  Source: release\theme\scale\43.jpg; DestDir: {app}\theme\scale; Components: TeraTerm
87  Source: release\plugin\ttAKJpeg.txt; DestDir: {app}\plugin\; Components: TeraTerm  Source: release\theme\tile\03.jpg; DestDir: {app}\theme\tile; Components: TeraTerm
88  Source: release\Collector\Collector.exe; DestDir: {app}\Collector\; Components: Collector  Source: release\theme\tile\44.jpg; DestDir: {app}\theme\tile; Components: TeraTerm
89  Source: release\Collector\collector.ini; DestDir: {app}\Collector\; Components: Collector  Source: release\plugin\ttAKJpeg.dll; DestDir: {app}\plugin\; Components: TeraTerm
90  Source: release\Collector\Collector_org.exe; DestDir: {app}\Collector\; Components: Collector  Source: release\plugin\ttAKJpeg.txt; DestDir: {app}\plugin\; Components: TeraTerm
91  Source: release\Collector\hthook.dll; DestDir: {app}\Collector\; Components: Collector  Source: release\Collector\Collector.exe; DestDir: {app}\Collector\; Components: Collector
92  Source: release\Collector\mfc70.dll; DestDir: {app}\Collector\; Components: Collector  Source: release\Collector\collector.ini; DestDir: {app}\Collector\; Components: Collector
93  Source: release\Collector\msvcr70.dll; DestDir: {app}\Collector\; Components: Collector  Source: release\Collector\Collector_org.exe; DestDir: {app}\Collector\; Components: Collector
94  Source: release\Collector\readme.txt; DestDir: {app}\Collector\; Components: Collector  Source: release\Collector\hthook.dll; DestDir: {app}\Collector\; Components: Collector
95  Source: ..\TTXKanjiMenu\release\ttxkanjimenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKanjiMenu; Flags: ignoreversion  Source: release\Collector\mfc70.dll; DestDir: {app}\Collector\; Components: Collector
96  Source: ..\TTXSamples\release\TTXResizeMenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXResizeMenu; Flags: ignoreversion  Source: release\Collector\msvcr70.dll; DestDir: {app}\Collector\; Components: Collector
97  Source: ..\TTXSamples\release\TTXttyrec.dll; DestDir: {app}\; Components: Additional_Plugins/TTXttyrec; Flags: ignoreversion  Source: release\Collector\readme.txt; DestDir: {app}\Collector\; Components: Collector
98  Source: ..\TTXSamples\release\TTXttyplay.dll; DestDir: {app}\; Components: Additional_Plugins/TTXttyrec; Flags: ignoreversion  Source: ..\TTXKanjiMenu\release\ttxkanjimenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKanjiMenu; Flags: ignoreversion
99  Source: ..\TTXSamples\release\TTXKcodeChange.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKcodeChange; Flags: ignoreversion  Source: ..\TTXSamples\release\TTXResizeMenu.dll; DestDir: {app}\; Components: Additional_Plugins/TTXResizeMenu; Flags: ignoreversion
100  Source: ..\TTXSamples\release\TTXViewMode.dll; DestDir: {app}\; Components: Additional_Plugins/TTXViewMode; Flags: ignoreversion  Source: ..\TTXSamples\release\TTXttyrec.dll; DestDir: {app}\; Components: Additional_Plugins/TTXttyrec; Flags: ignoreversion
101  Source: ..\TTXSamples\release\TTXAlwaysOnTop.dll; DestDir: {app}\; Components: Additional_Plugins/TTXAlwaysOnTop; Flags: ignoreversion  Source: ..\TTXSamples\release\TTXttyplay.dll; DestDir: {app}\; Components: Additional_Plugins/TTXttyrec; Flags: ignoreversion
102    Source: ..\TTXSamples\release\TTXKcodeChange.dll; DestDir: {app}\; Components: Additional_Plugins/TTXKcodeChange; Flags: ignoreversion
103  [Types]  Source: ..\TTXSamples\release\TTXViewMode.dll; DestDir: {app}\; Components: Additional_Plugins/TTXViewMode; Flags: ignoreversion
104  Name: standard; Description: {cm:type_standard}  Source: ..\TTXSamples\release\TTXAlwaysOnTop.dll; DestDir: {app}\; Components: Additional_Plugins/TTXAlwaysOnTop; Flags: ignoreversion
105  Name: full; Description: {cm:type_full}  Source: ..\TTXSamples\release\TTXRecurringCommand.dll; DestDir: {app}\; Components: Additional_Plugins/TTXRecurringCommand; Flags: ignoreversion
106  Name: compact; Description: {cm:type_compact}  
107  Name: custom; Description: {cm:type_custom}; Flags: iscustom  [Types]
108    Name: standard; Description: {cm:type_standard}
109  [Components]  Name: full; Description: {cm:type_full}
110  Name: TeraTerm; Description: Tera Term & Macro; Flags: fixed; Types: custom compact full standard  Name: compact; Description: {cm:type_compact}
111  Name: TTSSH; Description: TTSSH; Types: compact full standard  Name: custom; Description: {cm:type_custom}; Flags: iscustom
112  Name: cygterm; Description: CygTerm+; Types: full standard; Check: not isIA64  
113  Name: LogMeTT; Description: LogMeTT & TTLEdit; Types: full standard; MinVersion: 4.1.1998,4.0.1381sp6  [Components]
114  Name: TeraTerm_Menu; Description: TeraTerm Menu; Types: full  Name: TeraTerm; Description: Tera Term & Macro; Flags: fixed; Types: custom compact full standard
115  Name: TTProxy; Description: TTProxy; Types: full standard  Name: TTSSH; Description: TTSSH; Types: compact full standard
116  Name: Collector; Description: Collector; Types: full  Name: cygterm; Description: CygTerm+; Types: full standard; Check: not isIA64
117  Name: Additional_Plugins; Description: {cm:comp_TTX}  Name: LogMeTT; Description: LogMeTT; Types: full standard; MinVersion: 4.1.1998,4.0.1381sp6
118  Name: Additional_Plugins/TTXResizeMenu; Description: TTXResizeMenu ({cm:comp_TTXResizeMenu}); Types: full standard  Name: TTLEdit; Description: TTLEdit; Types: full standard; MinVersion: 4.1.1998,4.0.1381sp6
119  Name: Additional_Plugins/TTXttyrec; Description: TTXttyrec ({cm:comp_TTXttyrec}); Types: full standard  Name: TeraTerm_Menu; Description: TeraTerm Menu; Types: full
120  Name: Additional_Plugins/TTXKanjiMenu; Description: TTXKanjiMenu ({cm:comp_TTXKanjiMenu}); Languages: en  Name: TTProxy; Description: TTProxy; Types: full standard
121  Name: Additional_Plugins/TTXKanjiMenu; Description: TTXKanjiMenu ({cm:comp_TTXKanjiMenu}); Types: full; Languages: ja  Name: Collector; Description: Collector; Types: full
122  Name: Additional_Plugins/TTXKcodeChange; Description: TTXKcodeChange ({cm:comp_TTXKcodeChange}); Languages: en  Name: Additional_Plugins; Description: {cm:comp_TTX}
123  Name: Additional_Plugins/TTXKcodeChange; Description: TTXKcodeChange ({cm:comp_TTXKcodeChange}); Types: full; Languages: ja  Name: Additional_Plugins/TTXResizeMenu; Description: TTXResizeMenu ({cm:comp_TTXResizeMenu}); Types: full standard
124  Name: Additional_Plugins/TTXViewMode; Description: TTXViewMode ({cm:comp_TTXViewMode}); Types: full  Name: Additional_Plugins/TTXttyrec; Description: TTXttyrec ({cm:comp_TTXttyrec}); Types: full standard
125  Name: Additional_Plugins/TTXAlwaysOnTop; Description: TTXAlwaysOnTop ({cm:comp_TTXAlwaysOnTop}); Types: full  Name: Additional_Plugins/TTXKanjiMenu; Description: TTXKanjiMenu ({cm:comp_TTXKanjiMenu}); Languages: en
126    Name: Additional_Plugins/TTXKanjiMenu; Description: TTXKanjiMenu ({cm:comp_TTXKanjiMenu}); Types: full; Languages: ja
127  [Icons]  Name: Additional_Plugins/TTXKcodeChange; Description: TTXKcodeChange ({cm:comp_TTXKcodeChange}); Languages: en
128  Name: {group}\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; IconIndex: 0; Components: TeraTerm; Flags: createonlyiffileexists  Name: Additional_Plugins/TTXKcodeChange; Description: TTXKcodeChange ({cm:comp_TTXKcodeChange}); Types: full; Languages: ja
129  Name: {group}\{cm:UninstallProgram,{#AppName}}; Filename: {uninstallexe}; Components: TeraTerm; Flags: createonlyiffileexists  Name: Additional_Plugins/TTXViewMode; Description: TTXViewMode ({cm:comp_TTXViewMode}); Types: full
130  Name: {group}\cyglaunch; Filename: {app}\cyglaunch.exe; WorkingDir: {app}; IconFilename: {app}\cyglaunch.exe; IconIndex: 0; Components: cygterm; Flags: createonlyiffileexists  Name: Additional_Plugins/TTXAlwaysOnTop; Description: TTXAlwaysOnTop ({cm:comp_TTXAlwaysOnTop}); Types: full
131  Name: {group}\LogMeTT; Filename: {app}\LogMeTT.exe; WorkingDir: {app}; IconFilename: {app}\logMeTT.exe; IconIndex: 0; Components: LogMeTT; Flags: createonlyiffileexists  Name: Additional_Plugins/TTXRecurringCommand; Description: TTXRecurringCommand ({cm:comp_TTXRecurringCommand}); Types: full
132  Name: {group}\TTLEdit; Filename: {app}\TTLEdit.exe; WorkingDir: {app}; IconFilename: {app}\TTLEdit.exe; IconIndex: 0; Components: LogMeTT; Flags: createonlyiffileexists  
133  Name: {group}\TeraTerm Menu; Filename: {app}\ttpmenu.exe; WorkingDir: {app}; IconFilename: {app}\ttpmenu.exe; IconIndex: 0; Components: TeraTerm_Menu; Flags: createonlyiffileexists  [Icons]
134  Name: {group}\Collector; Filename: {app}\Collector\Collector.exe; WorkingDir: {app}\Collector; IconFilename: {app}\Collector\Collector.exe; IconIndex: 0; Components: Collector; Flags: createonlyiffileexists  Name: {group}\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; IconIndex: 0; Components: TeraTerm; Flags: createonlyiffileexists
135  Name: {userdesktop}\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; Components: TeraTerm; Tasks: desktopicon; IconIndex: 0; Flags: createonlyiffileexists  Name: {group}\{cm:UninstallProgram,{#AppName}}; Filename: {uninstallexe}; Components: TeraTerm; Flags: createonlyiffileexists
136  Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; Components: TeraTerm; Tasks: quicklaunchicon; IconIndex: 0; Flags: createonlyiffileexists  Name: {group}\cyglaunch; Filename: {app}\cyglaunch.exe; WorkingDir: {app}; IconFilename: {app}\cyglaunch.exe; IconIndex: 0; Components: cygterm; Flags: createonlyiffileexists
137  Name: {userstartup}\TeraTerm Menu; Filename: {app}\ttpmenu.exe; WorkingDir: {app}; IconFilename: {app}\ttpmenu.exe; Components: TeraTerm_Menu; IconIndex: 0; Tasks: startupttmenuicon; Flags: createonlyiffileexists  Name: {group}\TeraTerm Menu; Filename: {app}\ttpmenu.exe; WorkingDir: {app}; IconFilename: {app}\ttpmenu.exe; IconIndex: 0; Components: TeraTerm_Menu; Flags: createonlyiffileexists
138  Name: {userstartup}\Collector; Filename: {app}\collector\collector.exe; WorkingDir: {app}\Collector; IconFilename: {app}\collector\collector.exe; Components: Collector; Tasks: startupcollectoricon; IconIndex: 0; Flags: createonlyiffileexists  Name: {group}\Collector; Filename: {app}\Collector\Collector.exe; WorkingDir: {app}\Collector; IconFilename: {app}\Collector\Collector.exe; IconIndex: 0; Components: Collector; Flags: createonlyiffileexists
139  Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\cyglaunch; Filename: {app}\cyglaunch.exe; WorkingDir: {app}; IconFilename: {app}\cyglaunch.exe; Components: cygterm; Tasks: quickcyglaunch; IconIndex: 0; Flags: createonlyiffileexists  Name: {userdesktop}\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; Components: TeraTerm; Tasks: desktopicon; IconIndex: 0; Flags: createonlyiffileexists
140    Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Tera Term; Filename: {app}\ttermpro.exe; WorkingDir: {app}; IconFilename: {app}\ttermpro.exe; Components: TeraTerm; Tasks: quicklaunchicon; IconIndex: 0; Flags: createonlyiffileexists
141  [INI]  Name: {userstartup}\TeraTerm Menu; Filename: {app}\ttpmenu.exe; WorkingDir: {app}; IconFilename: {app}\ttpmenu.exe; Components: TeraTerm_Menu; IconIndex: 0; Tasks: startupttmenuicon; Flags: createonlyiffileexists
142  Filename: {app}\teraterm.ini; Section: TTXKanjiMenu; Key: ChangeBoth; String: off; Flags: createkeyifdoesntexist; Components: Additional_Plugins/TTXKanjiMenu  Name: {userstartup}\Collector; Filename: {app}\collector\collector.exe; WorkingDir: {app}\Collector; IconFilename: {app}\collector\collector.exe; Components: Collector; Tasks: startupcollectoricon; IconIndex: 0; Flags: createonlyiffileexists
143  Filename: {userdocs}\teraterm.ini; Section: TTXKanjiMenu; Key: ChangeBoth; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: Additional_Plugins/TTXKanjiMenu  Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\cyglaunch; Filename: {app}\cyglaunch.exe; WorkingDir: {app}; IconFilename: {app}\cyglaunch.exe; Components: cygterm; Tasks: quickcyglaunch; IconIndex: 0; Flags: createonlyiffileexists
144  Filename: {app}\teraterm.ini; Section: TTSSH; Key: ForwardAgent; String: off; Flags: createkeyifdoesntexist; Components: TTSSH  
145  Filename: {userdocs}\teraterm.ini; Section: TTSSH; Key: ForwardAgent; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TTSSH  [Registry]
146  Filename: {app}\teraterm.ini; Section: Tera Term; Key: EnableBoldAttrColor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ; Cygterm Here
147  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: EnableBoldAttrColor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\Folder\shell\cygterm; ValueType: string; ValueData: Cy&gterm Here; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: cygterm; Tasks: cygtermhere
148  Filename: {app}\teraterm.ini; Section: Tera Term; Key: EnableBlinkAttrColor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\Folder\shell\cygterm\command; ValueType: string; ValueData: """{app}\cyglaunch.exe"" -nocd -nols -d \""%L\"""; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: cygterm; Tasks: cygtermhere
149  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: EnableBlinkAttrColor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: Folder\shell\cygterm; ValueType: string; ValueData: Cy&gterm Here; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: cygterm; Tasks: cygtermhere
150  Filename: {app}\teraterm.ini; Section: Tera Term; Key: EnableReverseAttrColor; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: Folder\shell\cygterm\command; ValueType: string; ValueData: """{app}\cyglaunch.exe"" -nocd -nols -d \""%L\"""; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: cygterm; Tasks: cygtermhere
151  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: EnableReverseAttrColor; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ; Associate with .TTL
152  Filename: {app}\teraterm.ini; Section: Tera Term; Key: EnableURLColor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\.ttl; ValueType: string; ValueData: TeraTerm.MacroFile; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
153  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: EnableURLColor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\TeraTerm.MacroFile; ValueType: string; ValueData: Tera Term Macro File; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
154  Filename: {app}\teraterm.ini; Section: Tera Term; Key: EnableANSIColor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\TeraTerm.MacroFile\DefaultIcon; ValueType: string; ValueData: {app}\ttpmacro.exe,0; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
155  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: EnableANSIColor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\TeraTerm.MacroFile\shell\open\command; ValueType: string; ValueData: """{app}\ttpmacro.exe"" ""%1"""; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
156  Filename: {app}\teraterm.ini; Section: Tera Term; Key: StrictKeyMapping; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: .ttl; ValueType: string; ValueData: TeraTerm.MacroFile; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
157  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: StrictKeyMapping; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: TeraTerm.MacroFile; ValueType: string; ValueData: Tera Term Macro File; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
158  Filename: {app}\teraterm.ini; Section: Tera Term; Key: VTReverseColor; String: 255,255,255,0,0,0; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: TeraTerm.MacroFile\DefaultIcon; ValueType: string; ValueData: {app}\ttpmacro.exe,0; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
159  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: VTReverseColor; String: 255,255,255,0,0,0; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: TeraTerm.MacroFile\shell\open\command; ValueType: string; ValueData: """{app}\ttpmacro.exe"" ""%1"""; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TeraTerm; Tasks: macroassoc
160  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisableWheelToCursorByCtrl; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ; Associate with telnet://
161  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisableWheelToCursorByCtrl; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\telnet\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: isWin2kOrLater; Components: TeraTerm; Tasks: telnetassoc
162  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisableMouseTrackingByCtrl; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\telnet\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" /T=1 /nossh %1"; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TeraTerm; Tasks: telnetassoc
163  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisableMouseTrackingByCtrl; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: telnet\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: not isWin2kOrLater; Components: TeraTerm; Tasks: telnetassoc
164  Filename: {app}\teraterm.ini; Section: TTSSH; Key: EnableRsaShortKeyServer; String: 0; Flags: createkeyifdoesntexist; Components: TTSSH  Root: HKCR; Subkey: telnet\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" /T=1 /nossh %1"; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TeraTerm; Tasks: telnetassoc
165  Filename: {userdocs}\teraterm.ini; Section: TTSSH; Key: EnableRsaShortKeyServer; String: 0; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TTSSH  ; Associate with ssh://
166  Filename: {app}\teraterm.ini; Section: Tera Term; Key: AcceptTitleChangeRequest; String: overwrite; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\ssh; ValueType: string; ValueData: URL: SSH Protocol; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
167  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: AcceptTitleChangeRequest; String: overwrite; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\ssh; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
168  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ScrollWindowClearScreen; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\ssh; ValueName: EditFlags; ValueType: dword; ValueData: 2; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
169  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ScrollWindowClearScreen; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\ssh\DefaultIcon; ValueType: string; ValueData: """{app}\ttxssh.dll"",0"; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
170  Filename: {app}\teraterm.ini; Section: Tera Term; Key: UnicodeToDecSpMapping; String: 3; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\ssh\shell\open\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
171  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: UnicodeToDecSpMapping; String: 3; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: ssh; ValueType: string; ValueData: URL: SSH Protocol; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
172  Filename: {app}\teraterm.ini; Section: Tera Term; Key: UnknownUnicodeCharacterAsWide; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: ssh; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
173  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: UnknownUnicodeCharacterAsWide; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: ssh; ValueName: EditFlags; ValueType: dword; ValueData: 2; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
174  Filename: {app}\teraterm.ini; Section: Tera Term; Key: AutoScrollOnlyInBottomLine; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: ssh\DefaultIcon; ValueType: string; ValueData: """{app}\ttxssh.dll"",0"; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
175  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: AutoScrollOnlyInBottomLine; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: ssh\shell\open\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
176  Filename: {app}\teraterm.ini; Section: Tera Term; Key: VTIcon; String: Default; Flags: createkeyifdoesntexist; Components: TeraTerm  ; Associate with slogin://
177  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: VTIcon; String: Default; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\slogin; ValueType: string; ValueData: URL: slogin Protocol; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
178  Filename: {app}\teraterm.ini; Section: Tera Term; Key: TEKIcon; String: Default; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\slogin; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
179  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: TEKIcon; String: Default; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\slogin; ValueName: EditFlags; ValueType: dword; ValueData: 2; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
180  Filename: {app}\teraterm.ini; Section: Tera Term; Key: MouseWheelScrollLine; String: 3; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\slogin\DefaultIcon; ValueType: string; ValueData: """{app}\ttxssh.dll"",0"; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
181  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: MouseWheelScrollLine; String: 3; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\slogin\shell\open\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
182  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisablePasteMouseMButton; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: slogin; ValueType: string; ValueData: URL: slogin Protocol; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
183  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisablePasteMouseMButton; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: slogin; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
184  Filename: {app}\teraterm.ini; Section: Tera Term; Key: SaveVTWinPos; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: slogin; ValueName: EditFlags; ValueType: dword; ValueData: 2; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
185  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: SaveVTWinPos; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: slogin\DefaultIcon; ValueType: string; ValueData: """{app}\ttxssh.dll"",0"; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
186  Filename: {app}\teraterm.ini; Section: Tera Term; Key: Xterm256Color; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: slogin\shell\open\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: TTSSH; Tasks: sshassoc
187  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: Xterm256Color; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ; Associate with .TTY
188  Filename: {app}\teraterm.ini; Section: Tera Term; Key: Aixterm16Color; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\.tty; ValueType: string; ValueData: TTYRecordFile; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
189  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: Aixterm16Color; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\TTYRecordFile; ValueType: string; ValueData: TTY Record File; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
190  Filename: {app}\teraterm.ini; Section: Tera Term; Key: PcBoldColor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\TTYRecordFile\DefaultIcon; ValueType: string; ValueData: {app}\ttermpro.exe,0; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
191  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: PcBoldColor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCU; Subkey: Software\Classes\TTYRecordFile\shell\open\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" /R=""%1"" /TTYPLAY"; Flags: uninsdeletekey; Check: isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
192  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ConfirmChangePaste; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: .tty; ValueType: string; ValueData: TTYRecordFile; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
193  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ConfirmChangePaste; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: TTYRecordFile; ValueType: string; ValueData: TTY Record File; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
194  Filename: {app}\teraterm.ini; Section: Tera Term; Key: LogHideDialog; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  Root: HKCR; Subkey: TTYRecordFile\DefaultIcon; ValueType: string; ValueData: {app}\ttermpro.exe,0; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
195  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: LogHideDialog; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Root: HKCR; Subkey: TTYRecordFile\shell\open\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" /R=""%1"" /TTYPLAY"; Flags: uninsdeletekey; Check: not isWin2kOrLater; Components: Additional_Plugins/TTXttyrec; Tasks: ttyplayassoc
196  Filename: {app}\teraterm.ini; Section: Tera Term; Key: MaximizedBugTweak; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  
197  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: MaximizedBugTweak; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  [Tasks]
198  Filename: {app}\teraterm.ini; Section: Tera Term; Key: KillFocusCursor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Name: desktopicon; Description: {cm:task_desktopicon}; Components: TeraTerm
199  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: KillFocusCursor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Name: quicklaunchicon; Description: {cm:task_quicklaunchicon}; Components: TeraTerm
200  Filename: {app}\teraterm.ini; Section: Tera Term; Key: MouseEventTracking; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Name: startupttmenuicon; Description: {cm:task_startupttmenuicon}; Components: TeraTerm_Menu
201  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: MouseEventTracking; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Name: startupcollectoricon; Description: {cm:task_startupcollectoricon}; Components: Collector
202  Filename: {app}\teraterm.ini; Section: Tera Term; Key: HostDialogOnStartup; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Name: cygtermhere; Description: {cm:task_cygtermhere}; Components: cygterm; Flags: unchecked
203  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: HostDialogOnStartup; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Name: quickcyglaunch; Description: {cm:task_quickcyglaunch}; Components: cygterm; Flags: unchecked
204  Filename: {app}\teraterm.ini; Section: Tera Term; Key: TranslateWheelToCursor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Name: macroassoc; Description: {cm:task_macroassoc}; Components: TeraTerm; Flags: unchecked
205  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: TranslateWheelToCursor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Name: telnetassoc; Description: {cm:task_telnetassoc}; Components: TeraTerm; Flags: unchecked
206  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ConfirmFileDragAndDrop; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Name: sshassoc; Description: {cm:task_sshassoc}; Components: TTSSH; Flags: unchecked
207  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ConfirmFileDragAndDrop; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Name: ttyplayassoc; Description: {cm:task_ttyplayassoc}; Components: Additional_Plugins/TTXttyrec; Flags: unchecked
208  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ZmodemRcvCommand; String: rz; Flags: createkeyifdoesntexist; Components: TeraTerm  
209  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ZmodemRcvCommand; String: rz; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  [Run]
210  Filename: {app}\teraterm.ini; Section: Tera Term; Key: XmodemRcvCommand; String: ; Flags: createkeyifdoesntexist; Components: TeraTerm  Filename: {app}\ttermpro.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_teraterm}; Components: TeraTerm
211  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: XmodemRcvCommand; String: ; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Filename: {tmp}\Setup_LogMeTT_2_9_7.exe; Components: LogMeTT
212  Filename: {app}\teraterm.ini; Section: Tera Term; Key: TelAutoDetect; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Filename: {tmp}\Setup_TTLEditor_1_2_1.exe; Components: TTLEdit
213  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: TelAutoDetect; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  Filename: {app}\ttpmenu.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_ttmenu}; Components: TeraTerm_Menu
214  Filename: {app}\teraterm.ini; Section: Tera Term; Key: SelectOnlyByLButton; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  Filename: {app}\Collector\Collector.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_collector}; Components: Collector
215  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: SelectOnlyByLButton; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  
216  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ClearComBuffOnOpen; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  [CustomMessages]
217  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ClearComBuffOnOpen; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.task_desktopicon=Create Tera Term shortcut to &Desktop
218  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisableAppCursor; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  en.task_quicklaunchicon=Create Tera Term shortcut to &Quick Launch
219  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisableAppCursor; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.task_startupttmenuicon=Create TeraTerm &Menu shortcut to Startup
220  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisableAppKeypad; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  en.task_startupcollectoricon=Create &Collector shortcut to Startup
221  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisableAppKeypad; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.task_cygtermhere=Add "Cy&gterm Here" to Context menu
222  Filename: {app}\teraterm.ini; Section: TTSSH; Key: CheckAuthListFirst; String: 0; Flags: createkeyifdoesntexist; Components: TTSSH  en.task_quickcyglaunch=Create cyg&launch shortcut to Quick Launch
223  Filename: {userdocs}\teraterm.ini; Section: TTSSH; Key: CheckAuthListFirst; String: 0; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TTSSH  en.task_macroassoc=Associate .&ttl file to ttpmacro.exe
224  Filename: {app}\teraterm.ini; Section: Tera Term; Key: MaxBroadcatHistory; String: 99; Flags: createkeyifdoesntexist; Components: TeraTerm  en.task_telnetassoc=Associate t&elnet protocol to ttermpro.exe
225  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: MaxBroadcatHistory; String: 99; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.task_sshassoc=Associate &ssh protocol to ttermpro.exe
226  Filename: {app}\teraterm.ini; Section: Tera Term; Key: TelKeepAliveInterval; String: 300; Flags: createkeyifdoesntexist; Components: TeraTerm  en.task_ttyplayassoc=Associate .tty file to tterm&pro.exe
227  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: TelKeepAliveInterval; String: 300; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.task_desktopicon=デスクトップに Tera Term のショートカットを作る(&D)
228  Filename: {app}\teraterm.ini; Section: Tera Term; Key: VTCompatTab; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.task_quicklaunchicon=クイック起動に Tera Term のショートカットを作る(&Q)
229  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: VTCompatTab; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.task_startupttmenuicon=スタートアップに TeraTerm &Menu のショートカットを作る
230  Filename: {app}\teraterm.ini; Section: Tera Term; Key: FileSendFilter; String: ; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.task_startupcollectoricon=スタートアップに &Collector のショートカットを作る
231  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: FileSendFilter; String: ; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.task_cygtermhere=コンテキストメニューに "Cy&gterm Here" を追加する
232  Filename: {app}\teraterm.ini; Section: Tera Term; Key: LogAutoStart; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.task_quickcyglaunch=クイック起動に cyg&launch のショートカットを作る
233  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: LogAutoStart; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.task_macroassoc=.&ttl ファイルを ttpmacro.exe に関連付ける
234  Filename: {app}\teraterm.ini; Section: Tera Term; Key: LogDefaultPath; String: ; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.task_telnetassoc=t&elnet プロトコルを ttermpro.exe に関連付ける
235  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: LogDefaultPath; String: ; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.task_sshassoc=&ssh プロトコルを ttermpro.exe に関連付ける
236  Filename: {app}\teraterm.ini; Section: Tera Term; Key: AcceptBroadcast; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.task_ttyplayassoc=.tty ファイルを tterm&pro.exe に関連付ける
237  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: AcceptBroadcast; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.type_standard=Standard installation
238  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisableAcceleratorSendBreak; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  en.type_full=Full installation
239  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisableAcceleratorSendBreak; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.type_compact=Compact installation
240  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ConfirmPasteMouseRButton; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  en.type_custom=Custom installation
241  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ConfirmPasteMouseRButton; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.type_standard=標準インストール
242  Filename: {app}\teraterm.ini; Section: Tera Term; Key: BroadcastCommandHistory; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.type_full=フルインストール
243  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: BroadcastCommandHistory; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.type_compact=コンパクトインストール
244  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ConnectingTimeout; String: 0; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.type_custom=カスタムインストール
245  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ConnectingTimeout; String: 0; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.launch_teraterm=Launch &Tera Term
246  Filename: {app}\teraterm.ini; Section: Tera Term; Key: LogDefaultName; String: teraterm.log; Flags: createkeyifdoesntexist; Components: TeraTerm  en.launch_ttmenu=Launch TeraTerm &Menu
247  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: LogDefaultName; String: teraterm.log; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.launch_collector=Launch &Collector
248  Filename: {app}\teraterm.ini; Section: TTSSH; Key: RememberPassword; String: 1; Flags: createkeyifdoesntexist; Components: TTSSH  ja.launch_teraterm=今すぐ &Tera Term を実行する
249  Filename: {userdocs}\teraterm.ini; Section: TTSSH; Key: RememberPassword; String: 1; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TTSSH  ja.launch_ttmenu=今すぐ TeraTerm &Menu を実行する
250  Filename: {app}\teraterm.ini; Section: Tera Term; Key: LogTimestamp; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.launch_collector=今すぐ &Collector を実行する
251  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: LogTimestamp; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.msg_language_caption=Select Language
252  Filename: {app}\teraterm.ini; Section: Tera Term; Key: AlphaBlend; String: 255; Flags: createkeyifdoesntexist; Components: TeraTerm  en.msg_language_description=Which language shoud be used?
253  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: AlphaBlend; String: 255; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.msg_language_subcaption=Select the language of application's menu and dialog, then click Next.
254  Filename: {app}\teraterm.ini; Section: Tera Term; Key: UseNormalBGColor; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  en.msg_language_none=&English
255  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: UseNormalBGColor; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.msg_language_japanese=&Japanese
256  Filename: {app}\teraterm.ini; Section: Tera Term; Key: HistoryList; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  en.msg_language_german=&German
257  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: HistoryList; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.msg_language_french=&French
258  Filename: {app}\teraterm.ini; Section: Tera Term; Key: LogTypePlainText; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.msg_language_caption=言語の選択
259  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: LogTypePlainText; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.msg_language_description=ユーザーインターフェースの言語を選択してください。
260  Filename: {app}\teraterm.ini; Section: Tera Term; Key: URLColor; String: 0,255,0,255,255,255; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.msg_language_subcaption=アプリケーションのメニューやダイアログ等の表示言語を選択して、「次へ」をクリックしてください。
261  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: URLColor; String: 0,255,0,255,255,255; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.msg_language_none=英語(&E)
262  Filename: {app}\teraterm.ini; Section: Tera Term; Key: EnableClickableUrl; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.msg_language_japanese=日本語(&J)
263  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: EnableClickableUrl; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  ja.msg_language_german=ドイツ語(&G)
264  Filename: {app}\teraterm.ini; Section: Tera Term; Key: DisablePasteMouseRButton; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.msg_language_french=フランス語(&F)
265  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: DisablePasteMouseRButton; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.msg_del_confirm=Are you sure that you want to delete %s ?
266  Filename: {app}\teraterm.ini; Section: BG; Key: BGEnable; String: off; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.msg_del_confirm=%s を削除しますか?
267  Filename: {userdocs}\teraterm.ini; Section: BG; Key: BGEnable; String: off; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.msg_uninstall_confirm=It seems a former version is installed. You are recommended to uninstall it previously. Do you uninstall former version ?
268  Filename: {app}\teraterm.ini; Section: BG; Key: BGUseAlphaBlendAPI; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.msg_uninstall_confirm=以前のバージョンがインストールされているようです。先にアンインストールすることをお勧めします。アンインストールしますか?
269  Filename: {userdocs}\teraterm.ini; Section: BG; Key: BGUseAlphaBlendAPI; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.comp_TTX=Additional Plugins
270  Filename: {app}\teraterm.ini; Section: BG; Key: BGSPIPath; String: plugin; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.comp_TTX=追加プラグイン
271  Filename: {userdocs}\teraterm.ini; Section: BG; Key: BGSPIPath; String: plugin; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.comp_TTXResizeMenu=VT-Window size can be changed from preset
272  Filename: {app}\teraterm.ini; Section: BG; Key: BGFastSizeMove; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.comp_TTXResizeMenu=VTウィンドウのサイズをプリセット値の中から変更できるようにする
273  Filename: {userdocs}\teraterm.ini; Section: BG; Key: BGFastSizeMove; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.comp_TTXttyrec=ttyrec format record data can be recorded or playback
274  Filename: {app}\teraterm.ini; Section: BG; Key: BGNoFrame; String: on; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.comp_TTXttyrec=ttyrec形式の録画データを記録/再生できるようにする
275  Filename: {userdocs}\teraterm.ini; Section: BG; Key: BGNoFrame; String: on; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.comp_TTXKanjiMenu=Changes Japanese Kanji Code from VT-Window menu
276  Filename: {app}\teraterm.ini; Section: BG; Key: BGThemeFile; String: theme\*.ini; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.comp_TTXKanjiMenu=日本語の漢字コードをVTウィンドウのメニューから設定できるようにする
277  Filename: {userdocs}\teraterm.ini; Section: BG; Key: BGThemeFile; String: theme\*.ini; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.comp_TTXKcodeChange=Change Japanese Kanji code by remote sequence
278  Filename: {app}\teraterm.ini; Section: Tera Term; Key: ViewlogEditor; String: notepad.exe; Flags: createkeyifdoesntexist; Components: TeraTerm  ja.comp_TTXKcodeChange=リモートからのシーケンスで日本語の漢字コードを変更する
279  Filename: {userdocs}\teraterm.ini; Section: Tera Term; Key: ViewlogEditor; String: notepad.exe; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TeraTerm  en.comp_TTXViewMode=View-only mode can be used
280  Filename: {app}\teraterm.ini; Section: TTSSH; Key: KeyboardInteractive; String: 0; Flags: createkeyifdoesntexist; Components: TTSSH  ja.comp_TTXViewMode=表示専用モードにすることができる
281  Filename: {userdocs}\teraterm.ini; Section: TTSSH; Key: KeyboardInteractive; String: 0; Flags: createkeyifdoesntexist; Check: isUserIniExists; Components: TTSSH  en.comp_TTXAlwaysOnTop=Always On Top can be used
282    ja.comp_TTXAlwaysOnTop=常に最前面に表示できるようにする
283  [Registry]  en.comp_TTXRecurringCommand=Recurring Command can be used
284  ; Cygterm Here  ja.comp_TTXRecurringCommand=定期的に文字列を送信する
285  Root: HKCU; Subkey: Software\Classes\Folder\shell\cygterm; ValueType: string; ValueData: Cy&gterm Here; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: cygterm; Tasks: cygtermhere  
286  Root: HKCU; Subkey: Software\Classes\Folder\shell\cygterm\command; ValueType: string; ValueData: """{app}\cyglaunch.exe"" -nocd -nols -d \""%L\"""; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: cygterm; Tasks: cygtermhere  [Code]
287  Root: HKCR; Subkey: Folder\shell\cygterm; ValueType: string; ValueData: Cy&gterm Here; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: cygterm; Tasks: cygtermhere  const
288  Root: HKCR; Subkey: Folder\shell\cygterm\command; ValueType: string; ValueData: """{app}\cyglaunch.exe"" -nocd -nols -d \""%L\"""; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: cygterm; Tasks: cygtermhere    SHCNF_IDLIST = $0000;
289  ; Associate with .TTL    SHCNE_ASSOCCHANGED = $08000000;
290  Root: HKCU; Subkey: Software\Classes\.ttl; ValueType: string; ValueData: TeraTerm.MacroFile; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  
291  Root: HKCU; Subkey: Software\Classes\TeraTerm.MacroFile; ValueType: string; ValueData: Tera Term Macro File; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  procedure SHChangeNotify(wEventId, uFlags, dwItem1, dwItem2: Integer);
292  Root: HKCU; Subkey: Software\Classes\TeraTerm.MacroFile\DefaultIcon; ValueType: string; ValueData: {app}\ttpmacro.exe,0; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  external 'SHChangeNotify@shell32.dll stdcall';
293  Root: HKCU; Subkey: Software\Classes\TeraTerm.MacroFile\shell\open\command; ValueType: string; ValueData: """{app}\ttpmacro.exe"" ""%1"""; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  
294  Root: HKCR; Subkey: .ttl; ValueType: string; ValueData: TeraTerm.MacroFile; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  var
295  Root: HKCR; Subkey: TeraTerm.MacroFile; ValueType: string; ValueData: Tera Term Macro File; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc    UILangFilePage: TInputOptionWizardPage;
296  Root: HKCR; Subkey: TeraTerm.MacroFile\DefaultIcon; ValueType: string; ValueData: {app}\ttpmacro.exe,0; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  
297  Root: HKCR; Subkey: TeraTerm.MacroFile\shell\open\command; ValueType: string; ValueData: """{app}\ttpmacro.exe"" ""%1"""; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TeraTerm; Tasks: macroassoc  
298  ; Associate with telnet://  // It is different from x64
299  Root: HKCU; Subkey: Software\Classes\telnet\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: isMinimumOfWin2K; Components: TeraTerm; Tasks: telnetassoc  function isIA64 : Boolean;
300  Root: HKCU; Subkey: Software\Classes\telnet\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" /T=1 /nossh %1"; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TeraTerm; Tasks: telnetassoc  begin
301  Root: HKCR; Subkey: telnet\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: not isMinimumOfWin2K; Components: TeraTerm; Tasks: telnetassoc    if ProcessorArchitecture = paIA64 then
302  Root: HKCR; Subkey: telnet\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" /T=1 /nossh %1"; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TeraTerm; Tasks: telnetassoc      Result := True
303  ; Associate with ssh://    else
304  Root: HKCU; Subkey: Software\Classes\ssh\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc      Result := False;
305  Root: HKCU; Subkey: Software\Classes\ssh\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc  end;
306  Root: HKCU; Subkey: Software\Classes\ssh; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc  
307  Root: HKCR; Subkey: ssh\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: not isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc  // Windows 2000 or later
308  Root: HKCR; Subkey: ssh\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc  function isWin2kOrLater : Boolean;
309  Root: HKCR; Subkey: ssh; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc  var
310  Root: HKCU; Subkey: Software\Classes\slogin\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc    Version: TWindowsVersion;
311  Root: HKCU; Subkey: Software\Classes\slogin\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc  begin;
312  Root: HKCU; Subkey: Software\Classes\slogin; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc    GetWindowsVersionEx(Version);
313  Root: HKCR; Subkey: slogin\shell; ValueType: string; ValueData: Open with Tera Term; Flags: uninsclearvalue; Check: not isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc    if Version.Major >= 5 then
314  Root: HKCR; Subkey: slogin\shell\Open with Tera Term\command; ValueType: string; ValueData: """{app}\ttermpro.exe"" %1"; Flags: uninsdeletekey; Check: not isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc      Result := True
315  Root: HKCR; Subkey: slogin; ValueName: URL Protocol; ValueType: string; Flags: uninsdeletekey; Check: isMinimumOfWin2K; Components: TTSSH; Tasks: sshassoc    else
316        Result := False;
317  [Tasks]  end;
318  Name: desktopicon; Description: {cm:task_desktopicon}; Components: TeraTerm  
319  Name: quicklaunchicon; Description: {cm:task_quicklaunchicon}; Components: TeraTerm  // Window 9x or NT 4.0 or (Admins or PowerUsers)
320  Name: startupttmenuicon; Description: {cm:task_startupttmenuicon}; Components: TeraTerm_Menu  function isAbleToInstallFont : Boolean;
321  Name: startupcollectoricon; Description: {cm:task_startupcollectoricon}; Components: Collector  begin;
322  Name: cygtermhere; Description: {cm:task_cygtermhere}; Components: cygterm; Flags: unchecked    if not UsingWinNT() then begin
323  Name: quickcyglaunch; Description: {cm:task_quickcyglaunch}; Components: cygterm; Flags: unchecked      Result := True;
324  Name: macroassoc; Description: {cm:task_macroassoc}; Components: TeraTerm; Flags: unchecked    end else begin
325  Name: telnetassoc; Description: {cm:task_telnetassoc}; Components: TeraTerm; Flags: unchecked      if isWin2kOrLater() then begin
326  Name: sshassoc; Description: {cm:task_sshassoc}; Components: TTSSH; Flags: unchecked        if IsAdminLoggedOn() or IsPowerUserLoggedOn() then begin
327            Result := True;
328  [Run]        end else begin
329  Filename: {app}\ttermpro.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_teraterm}; Components: TeraTerm          Result := False
330  Filename: {app}\LogMeTT.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_logmett}; Components: LogMeTT        end;
331  Filename: {app}\ttpmenu.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_ttmenu}; Components: TeraTerm_Menu      end else begin
332  Filename: {app}\Collector\Collector.exe; Flags: nowait postinstall skipifsilent unchecked; Description: {cm:launch_collector}; Components: Collector        Result := True;
333        end;
334  [CustomMessages]    end;
335  en.task_desktopicon=Create Tera Term shortcut to &Desktop  end;
336  en.task_quicklaunchicon=Create Tera Term shortcut to &Quick Launch  
337  en.task_startupttmenuicon=Create TeraTerm &Menu shortcut to Startup  {
338  en.task_startupcollectoricon=Create &Collector shortcut to Startup  // If value is not found in INI, returns ""
339  en.task_cygtermhere=Add "Cy&gterm Here" to Context menu  function GetIniString2(Section:String; Key:String; Filename:String) : String;
340  en.task_quickcyglaunch=Create cyg&launch shortcut to Quick Launch  var
341  en.task_macroassoc=Associate .&ttl file to ttpmacro.exe    Default1: String;
342  en.task_telnetassoc=Associate t&elnet protocol to ttermpro.exe    Default2: String;
343  en.task_sshassoc=Associate &ssh protocol to ttermpro.exe    Value1:   String;
344  ja.task_desktopicon=デスクトップに Tera Term のショートカットを作る(&D)    Value2:   String;
345  ja.task_quicklaunchicon=クイック起動に Tera Term のショートカットを作る(&Q)  begin
346  ja.task_startupttmenuicon=スタートアップに TeraTerm &Menu のショートカットを作る    Default1 := 'on';
347  ja.task_startupcollectoricon=スタートアップに &Collector のショートカットを作る    Default2 := 'off';
348  ja.task_cygtermhere=コンテキストメニューに "Cy&gterm Here" を追加する    Value1 := GetIniString(Section, Key, Default1, Filename);
349  ja.task_quickcyglaunch=クイック起動に cyg&launch のショートカットを作る    Value2 := GetIniString(Section, Key, Default2, Filename);
350  ja.task_macroassoc=.&ttl ファイルを ttpmacro.exe に関連付ける  
351  ja.task_telnetassoc=t&elnet プロトコルを ttermpro.exe に関連付ける    if Value1 <> Value2 then
352  ja.task_sshassoc=&ssh プロトコルを ttermpro.exe に関連付ける      // no value in INI
353  en.type_standard=Standard installation      Result := ''
354  en.type_full=Full installation    else
355  en.type_compact=Compact installation      // value in INI
356  en.type_custom=Custom installation      Result := Value1
357  ja.type_standard=標準インストール  end;
358  ja.type_full=フルインストール  }
359  ja.type_compact=コンパクトインストール  
360  ja.type_custom=カスタムインストール  function GetDefaultIniFilename : String;
361  en.launch_teraterm=Launch &Tera Term  begin
362  en.launch_logmett=Launch &LogMeTT    Result := ExpandConstant('{app}') + '\TERATERM.INI';
363  en.launch_ttmenu=Launch TeraTerm &Menu  end;
364  en.launch_collector=Launch &Collector  
365  ja.launch_teraterm=今すぐ &Tera Term を実行する  procedure SetIniFile(iniFile: String);
366  ja.launch_logmett=今すぐ &LogMeTT を実行する  var
367  ja.launch_ttmenu=今すぐ TeraTerm &Menu を実行する    Language      : String;
368  ja.launch_collector=今すぐ &Collector を実行する    Locale        : String;
369  en.msg_language_caption=Select Language    CodePage      : integer;
370  en.msg_language_description=Which language shoud be used?    VTFont        : String;
371  en.msg_language_subcaption=Select the language of application's menu and dialog, then click Next.    TEKFont       : String;
372  en.msg_language_none=&English    FileDir       : String;
373  en.msg_language_japanese=&Japanese    TCPPort       : integer;
374  en.msg_language_german=&German    ViewlogEditor : String;
375  ja.msg_language_caption=言語の選択  
376  ja.msg_language_description=ユーザーインターフェースの言語を選択してください。  begin
377  ja.msg_language_subcaption=アプリケーションのメニューやダイアログ等の表示言語を選択して、「次へ」をクリックしてください。    Language       := GetIniString('Tera Term', 'Language', '', iniFile);
378  ja.msg_language_none=英語(&E)    Locale         := GetIniString('Tera Term', 'Locale', '', iniFile);
379  ja.msg_language_japanese=日本語(&J)    CodePage       := GetIniInt('Tera Term', 'CodePage', 0, 0, 0, iniFile);
380  ja.msg_language_german=ドイツ語(&G)    VTFont         := GetIniString('Tera Term', 'VTFont', '', iniFile);
381  en.msg_del_confirm=Are you sure that you want to delete %s ?    TEKFont        := GetIniString('Tera Term', 'TEKFont', '', iniFile);
382  ja.msg_del_confirm=%s を削除しますか?    FileDir        := GetIniString('Tera Term', 'FileDir', '', iniFile);
383  en.msg_uninstall_confirm=It seems a former version is installed. You are recommended to uninstall it previously. Do you uninstall former version ?    FileDir        := GetIniString('Tera Term', 'FileDir', '', iniFile);
384  ja.msg_uninstall_confirm=以前のバージョンがインストールされているようです。先にアンインストールすることをお勧めします。アンインストールしますか?    ViewlogEditor  := GetIniString('Tera Term', 'ViewlogEditor', '', iniFile);
385  en.comp_TTX=Additional Plugins  
386  ja.comp_TTX=追加プラグイン    case GetUILanguage and $3FF of
387  en.comp_TTXResizeMenu=VT-Window size can be changed from preset    $04: // Chinese
388  ja.comp_TTXResizeMenu=VTウィンドウのサイズをプリセット値の中から変更できるようにする      begin
389  en.comp_TTXttyrec=ttyrec format record data can be recorded or playback        if Length(Language) = 0 then
390  ja.comp_TTXttyrec=ttyrec形式の録画データを記録/再生できるようにする          SetIniString('Tera Term', 'Language', 'UTF-8', iniFile);
391  en.comp_TTXKanjiMenu=Changes Japanese Kanji Code from VT-Window menu        if Length(Locale) = 0 then
392  ja.comp_TTXKanjiMenu=日本語の漢字コードをVTウィンドウのメニューから設定できるようにする          SetIniString('Tera Term', 'Locale', 'chs', iniFile);
393  en.comp_TTXKcodeChange=Change Japanese Kanji code by remote sequence        if CodePage = 0 then
394  ja.comp_TTXKcodeChange=リモートからのシーケンスで日本語の漢字コードを変更する          SetIniInt('Tera Term', 'CodePage', 936, iniFile);
395  en.comp_TTXViewMode=View-only mode can be used        if Length(VTFont) = 0 then
396  ja.comp_TTXViewMode=表示専用モードにすることができる          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
397  en.comp_TTXAlwaysOnTop=Always On Top can be used        if Length(TEKFont) = 0 then
398  ja.comp_TTXAlwaysOnTop=常に最前面に表示できるようにする          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
399        end;
400  [Code]    $11: // Japanese
401  var      begin
402    UILangFilePage: TInputOptionWizardPage;        if Length(Language) = 0 then
403            SetIniString('Tera Term', 'Language', 'Japanese', iniFile);
404          if Length(Locale) = 0 then
405  function isIA64 : Boolean;          SetIniString('Tera Term', 'Locale', 'japanese', iniFile);
406  begin        if CodePage = 0 then
407    if ProcessorArchitecture = paIA64 then          SetIniInt('Tera Term', 'CodePage', 932, iniFile);
408      Result := True        if Length(VTFont) = 0 then
409    else          SetIniString('Tera Term', 'VTFont', 'MS 明朝,0,-16,128', iniFile);
410      Result := False;        if Length(TEKFont) = 0 then
411  end;          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,128', iniFile);
412        end;
413  function isMinimumOfWin2K : Boolean;    $12: // Korean
414  var      begin
415    Version: TWindowsVersion;        if Length(Language) = 0 then
416  begin;          SetIniString('Tera Term', 'Language', 'Korean', iniFile);
417    GetWindowsVersionEx(Version);        if Length(Locale) = 0 then
418    if Version.Major >= 5 then          SetIniString('Tera Term', 'Locale', 'korean', iniFile);
419      Result := True        if CodePage = 0 then
420    else          SetIniInt('Tera Term', 'CodePage', 949, iniFile);
421      Result := False;        if Length(VTFont) = 0 then
422  end;          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
423          if Length(TEKFont) = 0 then
424  function isPowerUsersMore : Boolean;          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
425  begin;      end;
426    if not UsingWinNT() then begin    $19: // Russian
427      Result := True;      begin
428    end else begin        if Length(Language) = 0 then
429      if isMinimumOfWin2K() then begin          SetIniString('Tera Term', 'Language', 'Russian', iniFile);
430        if IsAdminLoggedOn() or IsPowerUserLoggedOn() then begin        if Length(Locale) = 0 then
431          Result := True;          SetIniString('Tera Term', 'Locale', 'russian', iniFile);
432        end else begin        if CodePage = 0 then
433          Result := False          SetIniInt('Tera Term', 'CodePage', 1251, iniFile);
434        end;        if Length(VTFont) = 0 then
435      end else begin          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
436        Result := True;        if Length(TEKFont) = 0 then
437      end;          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
438    end;      end;
439  end;    else // Other
440        begin
441  function GetDefaultIniFilename : String;  
442  begin        if GetUILanguage = $409 then begin // en-US
443    Result := ExpandConstant('{app}') + '\TERATERM.INI';  
444  end;          if Length(Language) = 0 then
445              SetIniString('Tera Term', 'Language', 'UTF-8', iniFile);
446  function isGetDefaultIniExists : Boolean;          if Length(Locale) = 0 then
447  var            SetIniString('Tera Term', 'Locale', 'american', iniFile);
448    iniFile: String;          if CodePage = 0 then
449  begin            SetIniInt('Tera Term', 'CodePage', 65001, iniFile);
450    iniFile  := GetDefaultIniFilename();  
451    if FileExists(iniFile) then        end else begin // Other
452      Result := True  
453    else          if Length(Language) = 0 then
454      Result := False;            SetIniString('Tera Term', 'Language', 'English', iniFile);
455  end;          if Length(Locale) = 0 then
456              SetIniString('Tera Term', 'Locale', 'english', iniFile);
457  function GetUserIniFilename : String;          if CodePage = 0 then
458  begin            SetIniInt('Tera Term', 'CodePage', 1252, iniFile);
459    Result := ExpandConstant('{userdocs}') + '\TERATERM.INI';  
460  end;        end;
461    
462  function isUserIniExists : Boolean;        if Length(VTFont) = 0 then
463  var          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
464    iniFile: String;        if Length(TEKFont) = 0 then
465  begin          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
466    iniFile  := GetUserIniFilename();      end;
467    if FileExists(iniFile) then    end;
468      Result := True  
469    else    case UILangFilePage.SelectedValueIndex of
470      Result := False;      1:
471  end;        SetIniString('Tera Term', 'UILanguageFile', 'lang\Japanese.lng', iniFile);
472        2:
473  procedure SetIniFile(iniFile: String);        SetIniString('Tera Term', 'UILanguageFile', 'lang\German.lng', iniFile);
474  var      3:
475    Language : String;        SetIniString('Tera Term', 'UILanguageFile', 'lang\French.lng', iniFile);
476    Locale   : String;      else
477    CodePage : integer;        SetIniString('Tera Term', 'UILanguageFile', 'lang\Default.lng', iniFile);
478    VTFont   : String;    end;
479    TEKFont  : String;  
480    FileDir  : String;    if Length(FileDir) = 0 then begin
481        FileDir := ExpandConstant('{app}');
482  begin      SetIniString('Tera Term', 'FileDir', FileDir, iniFile);
483    Language := GetIniString('Tera Term', 'Language', '', iniFile);    end;
484    Locale   := GetIniString('Tera Term', 'Locale', '', iniFile);  
485    CodePage := GetIniInt('Tera Term', 'CodePage', 0, 0, 0, iniFile);    if TCPPort = 0 then begin
486    VTFont   := GetIniString('Tera Term', 'VTFont', '', iniFile);      if IsComponentSelected('TTSSH') then
487    TEKFont  := GetIniString('Tera Term', 'TEKFont', '', iniFile);        SetIniInt('Tera Term', 'TCPPort', 22, iniFile)
488    FileDir  := GetIniString('Tera Term', 'FileDir', '', iniFile);      else
489          SetIniInt('Tera Term', 'TCPPort', 23, iniFile);
490    case GetUILanguage and $3FF of    end;
491    $04: // Chinese  
492      begin    if ViewlogEditor = 'notepad.exe' then begin
493        if Length(Language) = 0 then      ViewlogEditor := ExpandConstant('{win}') + '\' + 'notepad.exe';
494          SetIniString('Tera Term', 'Language', 'Japanese', iniFile);      SetIniString('Tera Term', 'ViewlogEditor', ViewlogEditor, iniFile);
495        if Length(Locale) = 0 then    end;
496          SetIniString('Tera Term', 'Locale', 'chs', iniFile);  
497        if CodePage = 0 then  end;
498          SetIniInt('Tera Term', 'CodePage', 936, iniFile);  
499        if Length(VTFont) = 0 then  procedure InitializeWizard;
500          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);  var
501        if Length(TEKFont) = 0 then    UILangFilePageCaption     : String;
502          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);    UILangFilePageDescription : String;
503      end;    UILangFilePageSubCaption  : String;
504    $11: // Japanese    UILangFilePageNone        : String;
505      begin    UILangFilePageJapanese    : String;
506        if Length(Language) = 0 then    UILangFilePageGerman      : String;
507          SetIniString('Tera Term', 'Language', 'Japanese', iniFile);    UILangFilePageFrench      : String;
508        if Length(Locale) = 0 then  begin
509          SetIniString('Tera Term', 'Locale', 'japanese', iniFile);    UILangFilePageCaption     := CustomMessage('msg_language_caption');
510        if CodePage = 0 then    UILangFilePageDescription := CustomMessage('msg_language_description');
511          SetIniInt('Tera Term', 'CodePage', 932, iniFile);    UILangFilePageSubCaption  := CustomMessage('msg_language_subcaption');
512        if Length(VTFont) = 0 then    UILangFilePageNone        := CustomMessage('msg_language_none');
513          SetIniString('Tera Term', 'VTFont', 'MS 明朝,0,-16,128', iniFile);    UILangFilePageJapanese    := CustomMessage('msg_language_japanese');
514        if Length(TEKFont) = 0 then    UILangFilePageGerman      := CustomMessage('msg_language_german');
515          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,128', iniFile);    UILangFilePageFrench      := CustomMessage('msg_language_french');
516      end;  
517    $19: // Russian    UILangFilePage := CreateInputOptionPage(wpSelectComponents,
518      begin      UILangFilePageCaption, UILangFilePageDescription,
519        if Length(Language) = 0 then      UILangFilePageSubCaption, True, False);
520          SetIniString('Tera Term', 'Language', 'Russian', iniFile);    UILangFilePage.Add(UILangFilePageNone);
521        if Length(Locale) = 0 then    UILangFilePage.Add(UILangFilePageJapanese);
522          SetIniString('Tera Term', 'Locale', 'russian', iniFile);    UILangFilePage.Add(UILangFilePageGerman);
523        if CodePage = 0 then    UILangFilePage.Add(UILangFilePageFrench);
524          SetIniInt('Tera Term', 'CodePage', 1251, iniFile);    case ActiveLanguage of
525        if Length(VTFont) = 0 then      'ja':
526          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);        UILangFilePage.SelectedValueIndex := 1;
527        if Length(TEKFont) = 0 then      // 他の言語は最新版に追従していないので、日本語だけ特別扱い
528          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);      else
529      end;        UILangFilePage.SelectedValueIndex := 0;
530    else // Other    end;
531      begin  end;
532    
533        if GetUILanguage = $409 then begin // en-US  function NextButtonClick(CurPageID: Integer): Boolean;
534    var
535          if Length(Language) = 0 then    uninstaller  : String;
536            SetIniString('Tera Term', 'Language', 'Japanese', iniFile);    uninstaller2 : String;
537          if Length(Locale) = 0 then    ResultCode: Integer;
538            SetIniString('Tera Term', 'Locale', 'american', iniFile);    iniFile : String;
539          if CodePage = 0 then  begin
540            SetIniInt('Tera Term', 'CodePage', 65001, iniFile);    case CurPageID of
541    
542        end else begin // Other      wpWelcome:
543          begin
544          if Length(Language) = 0 then  
545            SetIniString('Tera Term', 'Language', 'English', iniFile);          if RegQueryStringValue(HKEY_LOCAL_MACHINE,
546          if Length(Locale) = 0 then                                 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UTF-8 TeraTerm Pro with TTSSH2_is1',
547            SetIniString('Tera Term', 'Locale', 'english', iniFile);                                 'UninstallString', uninstaller) then
548          if CodePage = 0 then          begin
549            SetIniInt('Tera Term', 'CodePage', 1252, iniFile);            // UTF-8 TeraTerm Pro with TTSSH2 のアンインストーラ文字列を発見した
550              if not RegKeyExists(HKEY_LOCAL_MACHINE,
551        end;                                'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tera Term_is1') then
552              begin
553        if Length(VTFont) = 0 then              // Tera Term のインストールエントリが見つからない(共存していない)
554          SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);              if MsgBox(CustomMessage('msg_uninstall_confirm'), mbInformation, MB_YESNO) = IDYES then
555        if Length(TEKFont) = 0 then              begin
556          SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);                // ユーザがアンインストールを選択した
557      end;  
558    end;                // 両端の " を削る
559                  uninstaller2 := Copy(uninstaller, 2, Length(uninstaller) - 2);
560    case UILangFilePage.SelectedValueIndex of  
561      1:                if not Exec(uninstaller2, '', '', SW_SHOW,
562        SetIniString('Tera Term', 'UILanguageFile', 'lang\Japanese.lng', iniFile);                            ewWaitUntilTerminated, ResultCode) then
563      2:                begin
564        SetIniString('Tera Term', 'UILanguageFile', 'lang\German.lng', iniFile);                  // 実行に失敗
565      else                  MsgBox(SysErrorMessage(ResultCode), mbError, MB_OK);
566        SetIniString('Tera Term', 'UILanguageFile', 'lang\English.lng', iniFile);                end;
567    end;              end;
568              end;
569    if Length(FileDir) = 0 then begin          end;
570      FileDir := ExpandConstant('{app}');  
571      SetIniString('Tera Term', 'FileDir', FileDir, iniFile);        end;
572    end;  
573        wpSelectComponents:
574  end;        begin
575    
576  procedure InitializeWizard;          if FileExists(GetDefaultIniFileName()) then
577  var          begin
578    UILangFilePageCaption     : String;            iniFile := Lowercase(GetIniString('Tera Term', 'UILanguageFile', '', GetDefaultIniFilename()));
579    UILangFilePageDescription : String;            if iniFile = 'lang\japanese.lng' then
580    UILangFilePageSubCaption  : String;              UILangFilePage.SelectedValueIndex := 1
581    UILangFilePageNone        : String;            else if iniFile = 'lang\german.lng' then
582    UILangFilePageJapanese    : String;              UILangFilePage.SelectedValueIndex := 2
583    UILangFilePageGerman      : String;            else if iniFile = 'lang\french.lng' then
584  begin              UILangFilePage.SelectedValueIndex := 3
585    UILangFilePageCaption     := CustomMessage('msg_language_caption');            else
586    UILangFilePageDescription := CustomMessage('msg_language_description');              UILangFilePage.SelectedValueIndex := 0;
587    UILangFilePageSubCaption  := CustomMessage('msg_language_subcaption');          end;
588    UILangFilePageNone        := CustomMessage('msg_language_none');  
589    UILangFilePageJapanese    := CustomMessage('msg_language_japanese');        end;
590    UILangFilePageGerman      := CustomMessage('msg_language_german');    end;
591      Result := True;
592    UILangFilePage := CreateInputOptionPage(wpSelectComponents,  end;
593      UILangFilePageCaption, UILangFilePageDescription,  
594      UILangFilePageSubCaption, True, False);  procedure CurStepChanged(CurStep: TSetupStep);
595    UILangFilePage.Add(UILangFilePageNone);  var
596    UILangFilePage.Add(UILangFilePageJapanese);    iniFile : String;
597    UILangFilePage.Add(UILangFilePageGerman);  begin
598    case ActiveLanguage of    case CurStep of
599      'ja':      ssDone:
600        UILangFilePage.SelectedValueIndex := 1;        begin
601      else          iniFile := GetDefaultIniFilename();
602        UILangFilePage.SelectedValueIndex := 0;          SetIniFile(iniFile);
603    end;  
604  end;          if not IsTaskSelected('cygtermhere') then
605            begin;
606  function NextButtonClick(CurPageID: Integer): Boolean;            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\Folder\shell\cygterm');
607  var            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, 'Folder\shell\cygterm');
608    uninstaller  : String;          end;
609    uninstaller2 : String;  
610    ResultCode: Integer;          if not IsTaskSelected('macroassoc') then
611    iniFile : String;          begin;
612  begin            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\.ttl');
613    case CurPageID of            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\TeraTerm.MacroFile');
614              RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, '.ttl');
615      wpWelcome:            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, 'TeraTerm.MacroFile');
616        begin          end;
617    
618          if RegQueryStringValue(HKEY_LOCAL_MACHINE,          if not IsTaskSelected('telnetassoc') then
619                                 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\UTF-8 TeraTerm Pro with TTSSH2_is1',          begin;
620                                 'UninstallString', uninstaller) then            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\telnet\shell\Open with Tera Term');
621          begin            RegDeleteValue(HKEY_CURRENT_USER, 'Software\Classes\telnet\shell', '');
622            // UTF-8 TeraTerm Pro with TTSSH2 のアンインストーラ文字列を発見した            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, 'telnet\shell\Open with Tera Term');
623            if not RegKeyExists(HKEY_LOCAL_MACHINE,            RegDeleteValue(HKEY_CLASSES_ROOT, 'telnet\shell', '');
624                                'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tera Term_is1') then          end;
625            begin  
626              // Tera Term のインストールエントリが見つからない(共存していない)        SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0);
627              if MsgBox(CustomMessage('msg_uninstall_confirm'), mbInformation, MB_YESNO) = IDYES then  
628              begin        end; // ssDone
629                // ユーザがアンインストールを選択した     end; // case CurStep of
630    end; // CurStepChanged
631                // 両端の " を削る  
632                uninstaller2 := Copy(uninstaller, 2, Length(uninstaller) - 2);  procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
633    var
634                if not Exec(uninstaller2, '', '', SW_SHOW,    ini     : array[0..4] of String;
635                            ewWaitUntilTerminated, ResultCode) then    buf     : String;
636                begin    conf    : String;
637                  // 実行に失敗    confmsg : String;
638                  MsgBox(SysErrorMessage(ResultCode), mbError, MB_OK);    app     : String;
639                end;    i, res  : integer;
640              end;  begin
641            end;    case CurUninstallStep of
642          end;      usPostUninstall:
643          begin
644        end;          ini[0] := '\TERATERM.INI';
645            ini[1] := '\KEYBOARD.CNF';
646      wpSelectComponents:          ini[2] := '\ssh_known_hosts';
647        begin          ini[3] := '\cygterm.cfg';
648            ini[4] := '\broadcast.log';
649          if isUserIniExists() then  
650          begin          conf := CustomMessage('msg_del_confirm');
651            iniFile := GetIniString('Tera Term', 'UILanguageFile', '', GetUserIniFilename());          app  := ExpandConstant('{app}');
652            if iniFile = 'lang\Japanese.lng' then  
653              UILangFilePage.SelectedValueIndex := 1          // delete config files
654            else if iniFile = 'lang\German.lng' then          for i := 0 to 4 do
655              UILangFilePage.SelectedValueIndex := 2          begin
656            else            buf := app + ini[i];
657              UILangFilePage.SelectedValueIndex := 0;            if FileExists(buf) then begin
658          end if isGetDefaultIniExists() then begin              confmsg := Format(conf, [buf]);
659            iniFile := GetIniString('Tera Term', 'UILanguageFile', '', GetDefaultIniFilename());              res := MsgBox(confmsg, mbInformation, MB_YESNO or MB_DEFBUTTON2);
660            if iniFile = 'lang\Japanese.lng' then              if res = IDYES then
661              UILangFilePage.SelectedValueIndex := 1                DeleteFile(buf);
662            else if iniFile = 'lang\German.lng' then            end;
663              UILangFilePage.SelectedValueIndex := 2          end;
664            else  
665              UILangFilePage.SelectedValueIndex := 0;          // delete registory
666          end;          if RegKeyExists(HKEY_CURRENT_USER, 'Software\ShinpeiTools\TTermMenu') then begin
667              confmsg := Format(conf, ['HKEY_CURRENT_USER' + '\Software\ShinpeiTools\TTermMenu']);
668        end;            res := MsgBox(confmsg, mbInformation, MB_YESNO or MB_DEFBUTTON2);
669    end;            if res = IDYES then begin
670    Result := True;              RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\ShinpeiTools\TTermMenu');
671  end;              RegDeleteKeyIfEmpty(HKEY_CURRENT_USER, 'Software\ShinpeiTools');
672              end;
673  procedure CurStepChanged(CurStep: TSetupStep);          end;
674  var  
675    iniFile : String;          SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0);
676  begin  
677    case CurStep of          // directory is deleted only if empty
678      ssDone:          RemoveDir(app);
679        begin        end;
680          iniFile := GetDefaultIniFilename();    end;
681          SetIniFile(iniFile);  end;
682    
683          if isUserIniExists() then begin  [InstallDelete]
684            iniFile := GetUserIniFilename();  Name: {app}\OpenSSH-LICENCE.txt; Type: files
685            SetIniFile(iniFile);  Name: {app}\cygterm-README.txt; Type: files
686          end;  Name: {app}\cygterm-README-j.txt; Type: files
687    Name: {app}\keycode.txt; Type: files
688          if not IsTaskSelected('cygtermhere') then  Name: {app}\keycodej.txt; Type: files
689          begin;  Name: {app}\RE.txt; Type: files
690            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\Folder\shell\cygterm');  Name: {app}\RE-ja.txt; Type: files
691            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, 'Folder\shell\cygterm');  Name: {app}\ssh2_readme.txt; Type: files
692          end;  Name: {app}\ssh2_readme-j.txt; Type: files
693    Name: {app}\utf8_readme.txt; Type: files
694          if not IsTaskSelected('macroassoc') then  Name: {app}\utf8_readme-j.txt; Type: files
695          begin;  Name: {app}\OpenSSH-LICENSE.txt; Type: files
696            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\.ttl');  Name: {app}\OpenSSL-LICENSE.txt; Type: files
697            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\TeraTerm.MacroFile');  Name: {group}\TeraTerm Document.lnk; Type: files
698            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, '.ttl');  Name: {group}\TeraTerm Document(Japanese).lnk; Type: files
699            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, 'TeraTerm.MacroFile');  Name: {group}\TTSSH Document.lnk; Type: files
700          end;  Name: {group}\TTSSH Document(Japanese).lnk; Type: files
701    Name: {app}\LogMeTT.hlp; Type: files
702          if not IsTaskSelected('telnetassoc') then  Name: {app}\macro.hlp; Type: files
703          begin;  Name: {app}\macroj.hlp; Type: files
704            RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\Classes\telnet\shell\Open with Tera Term');  Name: {app}\ttermp.hlp; Type: files
705            RegDeleteValue(HKEY_CURRENT_USER, 'Software\Classes\telnet\shell', '');  Name: {app}\ttermpj.hlp; Type: files
706            RegDeleteKeyIncludingSubkeys(HKEY_CLASSES_ROOT, 'telnet\shell\Open with Tera Term');  Name: {app}\copyfont.bat; Type: files
707            RegDeleteValue(HKEY_CLASSES_ROOT, 'telnet\shell', '');  Name: {app}\copyfont.pif; Type: files
708          end;  Name: {app}\libeay.txt; Type: files
709    
710        end; // ssDone  [InnoIDE_PreCompile]
711     end; // case CurStep of  Name: makechm.bat
712  end; // CurStepChanged  ; Name: build.bat; Parameters: rebuild
713    Name: build.bat
 procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);  
 var  
   ini     : array[0..4] of String;  
   buf     : String;  
   conf    : String;  
   confmsg : String;  
   app     : String;  
   userdoc : String;  
   i, res : integer;  
 begin  
   case CurUninstallStep of  
     usPostUninstall:  
       begin  
         ini[0] := '\TERATERM.INI';  
         ini[1] := '\KEYBOARD.CNF';  
         ini[2] := '\ssh_known_hosts';  
         ini[3] := '\cygterm.cfg';  
         ini[4] := '\broadcast.log';  
   
         conf := CustomMessage('msg_del_confirm');  
         app     := ExpandConstant('{app}');  
         userdoc := ExpandConstant('{userdocs}');  
   
         // delete config files  
         for i := 0 to 4 do  
         begin  
           buf := app + ini[i];  
           if FileExists(buf) then begin  
             confmsg := Format(conf, [buf]);  
             res := MsgBox(confmsg, mbInformation, MB_YESNO or MB_DEFBUTTON2);  
             if res = IDYES then  
               DeleteFile(buf);  
           end;  
           buf := userdoc + ini[i];  
           if FileExists(buf) then begin  
             confmsg := Format(conf, [buf]);  
             res := MsgBox(confmsg, mbInformation, MB_YESNO or MB_DEFBUTTON2);  
             if res = IDYES then  
               DeleteFile(buf);  
           end;  
         end;  
   
         // delete registory  
         if RegKeyExists(HKEY_CURRENT_USER, 'Software\ShinpeiTools\TTermMenu') then begin  
           confmsg := Format(conf, ['HKEY_CURRENT_USER' + '\Software\ShinpeiTools\TTermMenu']);  
           res := MsgBox(confmsg, mbInformation, MB_YESNO or MB_DEFBUTTON2);  
           if res = IDYES then begin  
             RegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\ShinpeiTools\TTermMenu');  
             RegDeleteKeyIfEmpty(HKEY_CURRENT_USER, 'Software\ShinpeiTools');  
           end;  
         end;  
   
         // directory is deleted only if empty  
         RemoveDir(app);  
       end;  
   end;  
 end;  
   
 [InstallDelete]  
 Name: {app}\OpenSSH-LICENCE.txt; Type: files  
 Name: {app}\cygterm-README.txt; Type: files  
 Name: {app}\cygterm-README-j.txt; Type: files  
 Name: {app}\keycode.txt; Type: files  
 Name: {app}\keycodej.txt; Type: files  
 Name: {app}\RE.txt; Type: files  
 Name: {app}\RE-ja.txt; Type: files  
 Name: {app}\ssh2_readme.txt; Type: files  
 Name: {app}\ssh2_readme-j.txt; Type: files  
 Name: {app}\utf8_readme.txt; Type: files  
 Name: {app}\utf8_readme-j.txt; Type: files  
 Name: {app}\OpenSSH-LICENSE.txt; Type: files  
 Name: {app}\OpenSSL-LICENSE.txt; Type: files  
 Name: {group}\TeraTerm Document.lnk; Type: files  
 Name: {group}\TeraTerm Document(Japanese).lnk; Type: files  
 Name: {group}\TTSSH Document.lnk; Type: files  
 Name: {group}\TTSSH Document(Japanese).lnk; Type: files  
 Name: {app}\LogMeTT.hlp; Type: files  
 Name: {app}\macro.hlp; Type: files  
 Name: {app}\macroj.hlp; Type: files  
 Name: {app}\ttermp.hlp; Type: files  
 Name: {app}\ttermpj.hlp; Type: files  
 Name: {app}\copyfont.bat; Type: files  
 Name: {app}\copyfont.pif; Type: files  
 Name: {app}\libeay.txt; Type: files  
   
 [_ISToolPreCompile]  
 Name: makechm.bat  
 Name: build.bat; Parameters: rebuild  

Legend:
Removed from v.1290  
changed lines
  Added in v.4210

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