OSDN Git Service

AppliStation-All,長音表記の変更(-er/-orで終わる語には長音記号を付ける)
[applistation/AppliStation.git] / archive-inst / Program.cs
index 0014ba7..844404b 100644 (file)
@@ -51,7 +51,7 @@ namespace ArchiveInstall
                                                \r
                                                // 変更済みファイルをinstallSrcの方に反映させる\r
                                                if (! Directory.Exists(Path.GetDirectoryName(toBeChangedFilePath))) {\r
-                                                       // フォルダがない場合は作る\r
+                                                       // ã\83\95ã\82©ã\83«ã\83\80ã\83¼ã\81\8cã\81ªã\81\84å ´å\90\88ã\81¯ä½\9cã\82\8b\r
                                                        Directory.CreateDirectory(Path.GetDirectoryName(toBeChangedFilePath));\r
                                                }\r
                                                File.Copy(changedFilePath, toBeChangedFilePath);\r
@@ -61,7 +61,7 @@ namespace ArchiveInstall
                                Directory.CreateDirectory(targetDir);\r
                        }\r
                        \r
-                       // まずはフォルダツリーを作成\r
+                       // ã\81¾ã\81\9aã\81¯ã\83\95ã\82©ã\83«ã\83\80ã\83¼ã\83\84ã\83ªã\83¼ã\82\92ä½\9cæ\88\90\r
                        foreach (string dir in Directory.GetDirectories(installSrc, "*", SearchOption.AllDirectories)) {\r
                                string dirPath = NaGet.Utils.GetRelativePath(installSrc, dir);\r
                                string targetDirPath = Path.Combine(targetDir, dirPath);\r
@@ -122,9 +122,9 @@ namespace ArchiveInstall
                                engine.BuildProject(proj, "Install");\r
                        }\r
                        \r
-                       // 直下のファイルで*.exeがGUIプログラムならプログラムフォルダに登録\r
+                       // ç\9b´ä¸\8bã\81®ã\83\95ã\82¡ã\82¤ã\83«ã\81§*.exeã\81\8cGUIã\83\97ã\83­ã\82°ã\83©ã\83 ã\81ªã\82\89ã\83\97ã\83­ã\82°ã\83©ã\83 ã\83\95ã\82©ã\83«ã\83\80ã\83¼ã\81«ç\99»é\8c²\r
                        foreach (string exeFile in Directory.GetFiles(targetDir, "*.exe")) {\r
-                               if (NaGet.InteropServices.PEFileInfoUtils.GetPEFileType(exeFile) == NaGet.InteropServices.PEFileInfoUtils.PEFileType.WinGUI) {\r
+                               if (NaGet.InteropServices.PEFileInfoUtils.GetPEFileType(exeFile) == NaGet.InteropServices.PEFileType.WinGUI) {\r
                                        string progGrpPath = Path.Combine(NaGet.Env.ArchiveProgramGroup, package.Name);\r
                                        if (! Directory.Exists(progGrpPath)) Directory.CreateDirectory(progGrpPath);\r
                                        \r
@@ -197,7 +197,7 @@ namespace ArchiveInstall
                                engine.BuildProject(proj, "Uninstall");\r
                        }\r
                        \r
-                       // GUIプログラムでプログラムフォルダに登録しているのを解除\r
+                       // GUIã\83\97ã\83­ã\82°ã\83©ã\83 ã\81§ã\83\97ã\83­ã\82°ã\83©ã\83 ã\83\95ã\82©ã\83«ã\83\80ã\83¼ã\81«ç\99»é\8c²ã\81\97ã\81¦ã\81\84ã\82\8bã\81®ã\82\92解é\99¤\r
                        string progGrpPath = Path.Combine(NaGet.Env.ArchiveProgramGroup, package.Name);\r
                        if (Directory.Exists(progGrpPath)) {\r
                                NaGet.Utils.SetAttributeRecursive(progGrpPath, FileAttributes.Normal);\r