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

Browse Subversion Repository

Diff of /trunk/installer/teraterm.iss

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

revision 4356 by maya, Thu Mar 3 12:40:18 2011 UTC revision 4357 by maya, Thu Mar 3 12:57:20 2011 UTC
# Line 1  Line 1 
1  #define AppName "Tera Term"  #define AppName "Tera Term"
2  #define AppVer "4.69-RC3"  #define AppVer "4.69-RC4"
3  ;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');  ;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', '');
4    
5  [Setup]  [Setup]
# Line 16  DefaultGroupName={#AppName} Line 16  DefaultGroupName={#AppName}
16  ShowLanguageDialog=yes  ShowLanguageDialog=yes
17  AllowNoIcons=true  AllowNoIcons=true
18  UninstallDisplayIcon={app}\ttermpro.exe  UninstallDisplayIcon={app}\ttermpro.exe
 ;AppMutex=TeraTermProAppMutex, TeraTermProMacroAppMutex, TeraTermProKeycodeAppMutex, TeraTermMenuAppMutex, CygTermAppMutex, Global\TeraTermProAppMutex, Global\TeraTermProMacroAppMutex, Global\TeraTermProKeycodeAppMutex, Global\TeraTermMenuAppMutex, Global\CygTermAppMutex  
19  #ifndef snapshot  #ifndef snapshot
20  OutputBaseFilename=teraterm-{#AppVer}  OutputBaseFilename=teraterm-{#AppVer}
21  #else  #else
# Line 390  var Line 389  var
389    FileName : array[0..6] of String;    FileName : array[0..6] of String;
390    FileDesc : array[0..6] of String;    FileDesc : array[0..6] of String;
391    i        : integer;    i        : integer;
   ErrMsg   : String;  
392  begin  begin
393    FileDir := ExpandConstant('{app}');    FileDir := ExpandConstant('{app}');
394    FileName[0] := FileDir + '\ttermpro.exe';    FileName[0] := FileDir + '\ttermpro.exe';

Legend:
Removed from v.4356  
changed lines
  Added in v.4357

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