diff --git a/setup.iss b/setup.iss new file mode 100644 index 0000000..ffe3d21 --- /dev/null +++ b/setup.iss @@ -0,0 +1,59 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "DMMGamePlayerFastLauncher" +#define MyAppVersion "2.0" +#define MyAppPublisher "yuki" +#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher" +#define MyAppExeName "DMMGamePlayerFastLauncher.exe" +#define MyAppAssocName MyAppName + " File" +#define MyAppAssocExt ".myp" +#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt + +[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={{58BB9490-BCCC-4EC6-ACF7-B5A4EC8B3755} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\{#MyAppName} +DisableDirPage=yes +ChangesAssociations=yes +DefaultGroupName={#MyAppName} +DisableProgramGroupPage=yes +LicenseFile=C:\Project\Python\hack\DMMGamePlayerFastLauncher\LICENSE +; Uncomment the following line to run in non administrative install mode (install for current user only.) +;PrivilegesRequired=lowest +OutputDir=C:\Project\Python\hack\DMMGamePlayerFastLauncher\dist +OutputBaseFilename=DMMGamePlayerFastLauncher-Setup +Compression=lzma +SolidCompression=yes +WizardStyle=modern + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" +Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl" + +[Files] +Source: "C:\Project\Python\hack\DMMGamePlayerFastLauncher\dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "C:\Project\Python\hack\DMMGamePlayerFastLauncher\windows\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Registry] +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey}"; ValueData: ""; Flags: uninsdeletevalue +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName}"; Flags: uninsdeletekey +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0" +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" +Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: "" + +[Icons] +Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + diff --git "a/windows/sample/\343\202\246\343\203\236\345\250\230.lnk" "b/windows/sample/\343\202\246\343\203\236\345\250\230.lnk" new file mode 100644 index 0000000..320e8ab Binary files /dev/null and "b/windows/sample/\343\202\246\343\203\236\345\250\230.lnk" differ diff --git "a/windows/sample/\343\203\227\343\203\252\343\202\263\343\203\215R.lnk" "b/windows/sample/\343\203\227\343\203\252\343\202\263\343\203\215R.lnk" new file mode 100644 index 0000000..f9dccf7 Binary files /dev/null and "b/windows/sample/\343\203\227\343\203\252\343\202\263\343\203\215R.lnk" differ