[Ttssh2-commit] [5440] インストーラでの INI ファイル等への書き込みタイミングを、インストーラ終了前からファイルインストール終了後に変更

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 11月 26日 (火) 20:15:40 JST


Revision: 5440
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5440
Author:   maya
Date:     2013-11-26 20:15:39 +0900 (Tue, 26 Nov 2013)
Log Message:
-----------
インストーラでの INI ファイル等への書き込みタイミングを、インストーラ終了前からファイルインストール終了後に変更

Modified Paths:
--------------
    trunk/installer/teraterm.iss

-------------- next part --------------
Modified: trunk/installer/teraterm.iss
===================================================================
--- trunk/installer/teraterm.iss	2013-11-26 07:30:54 UTC (rev 5439)
+++ trunk/installer/teraterm.iss	2013-11-26 11:15:39 UTC (rev 5440)
@@ -747,7 +747,7 @@
   iniFile : String;
 begin
   case CurStep of
-    ssDone:
+    ssPostInstall:
       begin
         iniFile := GetDefaultIniFilename();
         SetIniFile(iniFile);
@@ -778,7 +778,7 @@
 
         SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0);
 
-      end; // ssDone
+      end; // ssPostInstall
    end; // case CurStep of
 end; // CurStepChanged
 



Ttssh2-commit メーリングリストの案内
Back to archive index