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

Browse Subversion Repository

Diff of /trunk/installer/teraterm.iss

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

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

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