OSDN Git Service

インストーラーでSSTFEditorが無視されていたミスを修正。
authorくまかみ工房 <kumakamikoubou@gmail.com>
Sat, 19 Nov 2016 08:00:11 +0000 (17:00 +0900)
committerくまかみ工房 <kumakamikoubou@gmail.com>
Sat, 19 Nov 2016 08:00:11 +0000 (17:00 +0900)
Licence.txt を追加。

Licence.txt [new file with mode: 0644]
StrokeStyleT/インストーラー/InnoSetupScript for SST.iss

diff --git a/Licence.txt b/Licence.txt
new file mode 100644 (file)
index 0000000..fbf762f
--- /dev/null
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+Copyright (c) 2009 2016 KumaKamiKoubou
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 
+OTHER DEALINGS IN THE SOFTWARE.
index 2312615..ce07a7b 100644 (file)
-; Script generated by the Inno Setup Script Wizard.
-; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
-
-; \82±\82Ì\83X\83N\83\8a\83v\83g\82Í Release \94Å\82ð\91Î\8fÛ\82É\82µ\82Ä\82¢\82é\82Ì\82Å\81A
-; \82±\82Ì\83X\83N\83\8a\83v\83g\82ð\83R\83\93\83p\83C\83\8b\82·\82é\91O\82É Release \94Å\82ð\83r\83\8b\83h\82µ\82Ä\82¨\82­\82±\82Æ\81B
-
-#define MyAppName "StrokeStyle<T>"
-#define MyAppFolderName "StrokeStyleT"
-#define MyAppVersion "1.2.17"
-#define MyAppPublisher "\82­\82Ü\82©\82Ý\8dH\96["
-#define MyAppExeName "StrokeStyleT.exe"
-#define MyAppExeName2 "SSTFEditor.exe"
-#define MyAppBin "StrokeStyleT\bin\Release"
-
-[Setup]
-; NOTE: The value of AppId uniquely identifies this application.
-; Do not use the same AppId value in installers for other applications.
-; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
-AppId={{4DC1726A-5E6C-4195-BDB7-FD7368DC7CB8}
-AppName={#MyAppName}
-AppVersion={#MyAppVersion}
-;AppVerName={#MyAppName} {#MyAppVersion}
-AppPublisher={#MyAppPublisher}
-DefaultDirName={pf}\{#MyAppFolderName}
-DisableProgramGroupPage=yes
-
-; \82±\82Ì\83X\83N\83\8a\83v\83g\82Ì\8aî\96{\82Æ\82È\82é\83t\83H\83\8b\83_\81B\82±\82Ì\83X\83N\83\8a\83v\83g\83t\83@\83C\83\8b\82©\82ç\82Ì\91\8a\91Î\83p\83X\81B
-SourceDir=..\..
-
-; \83r\83\8b\83h\82µ\82½\83C\83\93\83X\83g\81[\83\89(exe)\82Ì\8fo\97Í\90æ\81BSourceDir \82©\82ç\82Ì\91\8a\91Î\83p\83X\81B
-OutputDir=\83C\83\93\83X\83g\81[\83\89\Output
-
-; setup \83t\83@\83C\83\8b\96¼\81B
-OutputBaseFilename=sstsetup-{#MyAppVersion}
-
-Compression=lzma2/max
-SolidCompression=yes
-
-[Languages]
-Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"
-
-[Tasks]
-Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
-
-[Files]
-; {app} \81¨ exe \82Ì\82¨\82©\82ê\82é\83t\83H\83\8b\83_\81B\81i\97á\81F"C:\Program Files (x86)\<\83A\83v\83\8a\96¼>"\81j
-Source: "{#MyAppBin}\CSCore.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\FDK24.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.D3DCompiler.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.Desktop.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.Direct2D1.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.Direct3D11.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.DirectInput.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.DXGI.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.Mathematics.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SharpDX.MediaFoundation.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SSTFormat.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\StrokeStyleT.exe"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-;Source: "{#MyAppBin}\StrokeStyleT.exe.config"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\SSTFEditor.exe"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\images\*"; DestDir: "{app}\images"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\sounds\*"; DestDir: "{app}\sounds"; Flags: ignoreversion recursesubdirs
-Source: "{#MyAppBin}\songs\*"; DestDir: "{app}\songs"; Flags: ignoreversion recursesubdirs
-; {userappdata} \81¨ \83C\83\93\83X\83g\81[\83\8b\83\86\81[\83U\82Ì AppData \83t\83H\83\8b\83_\81B\81i\97á\81F"C:\users\<\83\86\81[\83U\96¼>\AppData\Roaming\<\83A\83v\83\8a\96¼>"\81j
-Source: "{#MyAppBin}\appdata_default\*"; DestDir: "{userappdata}\{#MyAppFolderName}"; Flags: ignoreversion
-; NOTE: Don't use "Flags: ignoreversion" on any shared system files
-
-;[UninstallDelete]
-; \83A\83\93\83C\83\93\83X\83g\81[\83\8b\8e\9e\82Í\81A\83C\83\93\83X\83g\81[\83\8b\8e\9e\82É\83R\83s\81[\82µ\82½\83t\83@\83C\83\8b\82¾\82¯\82ª\8dí\8f\9c\82³\82ê\81A\82»\82Ì\8cã\82É\8dì\82ç\82ê\82½\83t\83@\83C\83\8b\82Í\95Û\8e\9d\82³\82ê\82é\81B
-; \82»\82ê\82ç\82ð\8dí\8f\9c\82µ\82½\82¢\8fê\8d\87\82Í\82±\82±\82É\8bL\8dÚ\82·\82é\81i\92\8d\88Ó\81F\83\8f\83C\83\8b\83h\83J\81[\83h\82Í\8eg\82í\82È\82¢\82±\82Æ\81B\8aë\82È\82¢\82Ì\82Å\81j\81B
-
-[Icons]
-; \83v\83\8d\83O\83\89\83\80\83O\83\8b\81[\83v\82Ö\82Ì\83V\83\87\81[\83g\83J\83b\83g\81B
-Name: "{commonprograms}\{#MyAppFolderName}"; Filename: "{app}\{#MyAppExeName}"
-Name: "{commonprograms}\{#MyAppFolderName}"; Filename: "{app}\{#MyAppExeName2}"
-; \83f\83X\83N\83g\83b\83v\82Ö\82Ì\83V\83\87\81[\83g\83J\83b\83g\81i\83C\83\93\83X\83g\81[\83\8b\8e\9e\82É\83\86\81[\83U\82©\82ç\8ew\92è\82³\82ê\82½\8fê\8d\87\82Ì\82Ý\81j\81B
-Name: "{commondesktop}\{#MyAppFolderName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
-Name: "{commondesktop}\{#MyAppFolderName}"; Filename: "{app}\{#MyAppExeName2}"; Tasks: desktopicon
-
-[Run]
-Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
-
+; Script generated by the Inno Setup Script Wizard.\r
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!\r
+\r
+; \82±\82Ì\83X\83N\83\8a\83v\83g\82Í Release \94Å\82ð\91Î\8fÛ\82É\82µ\82Ä\82¢\82é\82Ì\82Å\81A\r
+; \82±\82Ì\83X\83N\83\8a\83v\83g\82ð\83R\83\93\83p\83C\83\8b\82·\82é\91O\82É Release \94Å\82ð\83r\83\8b\83h\82µ\82Ä\82¨\82­\82±\82Æ\81B\r
+\r
+#define MyAppName "StrokeStyle<T>"\r
+#define MyAppName2 "SSTEditor"\r
+#define MyAppFolderName "StrokeStyleT"\r
+#define MyAppVersion "1.2.17"\r
+#define MyAppPublisher "\82­\82Ü\82©\82Ý\8dH\96["\r
+#define MyAppExeName "StrokeStyleT.exe"\r
+#define MyAppExeName2 "SSTFEditor.exe"\r
+#define MyAppBin "StrokeStyleT\bin\Release"\r
+\r
+[Setup]\r
+; NOTE: The value of AppId uniquely identifies this application.\r
+; Do not use the same AppId value in installers for other applications.\r
+; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)\r
+AppId={{4DC1726A-5E6C-4195-BDB7-FD7368DC7CB8}\r
+\r
+; \82±\82Ì\83X\83N\83\8a\83v\83g\82Ì\8aî\96{\82Æ\82È\82é\83t\83H\83\8b\83_\81B\82±\82Ì\83X\83N\83\8a\83v\83g\83t\83@\83C\83\8b\82©\82ç\82Ì\91\8a\91Î\83p\83X\81B\r
+SourceDir=..\..\r
+; \83r\83\8b\83h\82µ\82½\83C\83\93\83X\83g\81[\83\89(exe)\82Ì\8fo\97Í\90æ\81BSourceDir \82©\82ç\82Ì\91\8a\91Î\83p\83X\81B\r
+OutputDir=\83C\83\93\83X\83g\81[\83\89\Output\r
+; setup \83t\83@\83C\83\8b\96¼\81B\r
+OutputBaseFilename=sstsetup-{#MyAppVersion}\r
+; \83A\83v\83\8a\96¼\81B\r
+AppName={#MyAppName}\r\83A\83v\83\8a\82Ì\83o\81[\83W\83\87\83\93\81B\81i\83R\83\93\83g\83\8d\81[\83\8b\83p\83l\83\8b\97p\81j\r
+AppVersion={#MyAppVersion}\r
+; \83A\83v\83\8a\96¼\81{\83o\81[\83W\83\87\83\93\81B\r
+AppVerName={#MyAppName} {#MyAppVersion}\r
+; \83A\83v\83\8a\82Ì\94z\95z\8c³\81B(\83R\83\93\83g\83\8d\81[\83\8b\83p\83l\83\8b\97p\81j\r
+AppPublisher={#MyAppPublisher}\r\83A\83v\83\8a\82Ì\94z\95z\8c³Web\83T\83C\83g\82ÌURL\81B\81i\83R\83\93\83g\83\8d\81[\83\8b\83p\83l\83\8b\97p\81j\r
+;AppPublisherURL=\r
+; \8eg\97p\8b\96\91ø\r
+LicenseFile=Licence.txt\r
+; \83p\83X\83\8f\81[\83h\r;Password=\r
+; \83C\83\93\83X\83g\81[\83\8b\82Ì\8eÀ\8ds\91O\82É\95\\8e¦\82·\82é\8fî\95ñ\81B\r
+;InfoBeforeFile=\r
+; \83\86\81[\83U\8fî\95ñ\82Ì\93ü\97Í\89æ\96Ê\82ð\8fo\82·\81H\r
+UserInfoPage=no\r
+; \83C\83\93\83X\83g\81[\83\8b\90æ\82Ì\91I\91ð\89æ\96Ê\82ð\8fo\82³\82È\82¢\81H\r
+DisableDirPage=no\r
+; \8aù\92è\82Ì\83C\83\93\83X\83g\81[\83\8b\90æ\83t\83H\83\8b\83_\83p\83X\81B\r
+DefaultDirName={pf}\{#MyAppFolderName}\r
+; \83X\83^\81[\83g\83\81\83j\83\85\81[\82Ì\83v\83\8d\83O\83\89\83\80\83O\83\8b\81[\83v\96¼\82Ì\90Ý\92è\89æ\96Ê\82ð\8fo\82³\82È\82¢\81H\r
+DisableProgramGroupPage=no\r
+; \8aù\92è\82Ì\83X\83^\81[\83g\83\81\83j\83\85\81[\82Ì\83O\83\8b\81[\83v\96¼\81B\r
+DefaultGroupName={#MyAppFolderName}\r
+; \81u\83C\83\93\83X\83g\81[\83\8b\82Ì\8f\80\94õ\82ª\82Å\82«\82Ü\82µ\82½\81v\89æ\96Ê\82ð\8fo\82³\82È\82¢\81H\r
+DisableReadyPage=no\r
+; \83C\83\93\83X\83g\81[\83\8b\82Ì\8eÀ\8ds\8cã\82É\95\\8e¦\82·\82é\8fî\95ñ\81B\r
+;InfoAfterFile=\r
+; \81u\83Z\83b\83g\83A\83b\83v\82ª\8fI\97¹\82µ\82Ü\82µ\82½\81v\89æ\96Ê\82ð\8fo\82³\82È\82¢\81H\rDisableFinishedPage=no\r
+; \88³\8fk\8c`\8e®\81B\r
+Compression=lzma2/max\r
+SolidCompression=yes\r
+\r
+[Languages]\r
+Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl"\r
+\r
+[Tasks]\r
+Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked\r
+\r
+[Files]\r
+; {app} \81¨ exe \82Ì\82¨\82©\82ê\82é\83t\83H\83\8b\83_\81B\81i\97á\81F"C:\Program Files (x86)\<\83A\83v\83\8a\96¼>"\81j\r
+Source: "{#MyAppBin}\CSCore.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\FDK24.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.D3DCompiler.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.Desktop.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.Direct2D1.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.Direct3D11.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.DirectInput.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.DXGI.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.Mathematics.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SharpDX.MediaFoundation.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SSTFormat.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\StrokeStyleT.exe"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+;Source: "{#MyAppBin}\StrokeStyleT.exe.config"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\SSTFEditor.exe"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\images\*"; DestDir: "{app}\images"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\sounds\*"; DestDir: "{app}\sounds"; Flags: ignoreversion recursesubdirs\r
+Source: "{#MyAppBin}\songs\*"; DestDir: "{app}\songs"; Flags: ignoreversion recursesubdirs\r
+; {userappdata} \81¨ \83C\83\93\83X\83g\81[\83\8b\83\86\81[\83U\82Ì AppData \83t\83H\83\8b\83_\81B\81i\97á\81F"C:\users\<\83\86\81[\83U\96¼>\AppData\Roaming\<\83A\83v\83\8a\96¼>"\81j\r
+Source: "{#MyAppBin}\appdata_default\*"; DestDir: "{userappdata}\{#MyAppFolderName}"; Flags: ignoreversion\r
+; NOTE: Don't use "Flags: ignoreversion" on any shared system files\r
+\r
+;[UninstallDelete]\r
+; \83A\83\93\83C\83\93\83X\83g\81[\83\8b\8e\9e\82Í\81A\83C\83\93\83X\83g\81[\83\8b\8e\9e\82É\83R\83s\81[\82µ\82½\83t\83@\83C\83\8b\82¾\82¯\82ª\8dí\8f\9c\82³\82ê\81A\82»\82Ì\8cã\82É\8dì\82ç\82ê\82½\83t\83@\83C\83\8b\82Í\95Û\8e\9d\82³\82ê\82é\81B\r
+; \82»\82ê\82ç\82ð\8dí\8f\9c\82µ\82½\82¢\8fê\8d\87\82Í\82±\82±\82É\8bL\8dÚ\82·\82é\81i\92\8d\88Ó\81F\83\8f\83C\83\8b\83h\83J\81[\83h\82Í\8eg\82í\82È\82¢\82±\82Æ\81B\8aë\82È\82¢\82Ì\82Å\81j\81B\r
+\r
+[Icons]\r
+; \83v\83\8d\83O\83\89\83\80\83O\83\8b\81[\83v\82Ö\82Ì\83V\83\87\81[\83g\83J\83b\83g\81B\r
+Name: "{group}\{#MyAppFolderName}"; Filename: "{app}\{#MyAppExeName}"\r
+Name: "{group}\{#MyAppName2}"; Filename: "{app}\{#MyAppExeName2}"\r
+; \83f\83X\83N\83g\83b\83v\82Ö\82Ì\83V\83\87\81[\83g\83J\83b\83g\81i\83C\83\93\83X\83g\81[\83\8b\8e\9e\82É\83\86\81[\83U\82©\82ç\8ew\92è\82³\82ê\82½\8fê\8d\87\82Ì\82Ý\81j\81B\r
+Name: "{commondesktop}\{#MyAppFolderName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon\r
+Name: "{commondesktop}\{#MyAppName2}"; Filename: "{app}\{#MyAppExeName2}"; Tasks: desktopicon\r
+\r
+[Run]\r
+Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent\r
+\r