123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ; Script generated by the Inno Setup Script Wizard.
- ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
- #define MyAppName "DayOf1440"
- #define MyAppVersion "1.1"
- #define MyAppPublisher "Zhizhou Technology Co.,Ltd."
- #define MyAppURL "http://blog.yoqi.me/wp/16962.html"
- #define MyAppExeName "DayOf1440.exe"
- [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={{4DD350F5-0A9B-4FC0-8EF6-30A4547FC226}
- AppName={#MyAppName}
- AppVersion={#MyAppVersion}
- ;AppVerName={#MyAppName} {#MyAppVersion}
- AppPublisher={#MyAppPublisher}
- AppPublisherURL={#MyAppURL}
- ;AppSupportURL={#MyAppURL}
- ;AppUpdatesURL={#MyAppURL}
- DefaultDirName={autopf}\Zhizhou\{#MyAppName}
- DisableProgramGroupPage=yes
- ; Uncomment the following line to run in non administrative install mode (install for current user only.)
- ;PrivilegesRequired=lowest
- PrivilegesRequiredOverridesAllowed=dialog
- OutputBaseFilename=DayOf1440-setup
- SetupIconFile=..\DayOf1440\logo.ico
- Compression=lzma
- SolidCompression=yes
- WizardStyle=modern
- LicenseFile=License.txt
- ;InfoBeforeFile=Setup_New.txt
- ;InfoAfterFile=Setup_Old.txt
- ;VersionInfoCompany=
- ;VersionInfoDescription=ISsample
- ;VersionInfoVersion=1.0.0.0
- ;VersionInfoCopyright=Copyright (C) 2007-2008 Hkiss
- [Languages]
- Name: "english"; MessagesFile: "compiler:Default.isl"
- [Files]
- Source: "..\DayOf1440\bin\Debug\DayOf1440.exe"; DestDir: "{app}"; Flags: ignoreversion
- ; {494909B3-FBD3-4B14-81AC-BD51FA4C0B56}Source: "..\DayOf1440\bin\Debug\msc.dll"; DestDir: "{app}"; Flags: ignoreversion
- ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
- [Icons]
- Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
- Name: "{usersendto}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
- [Run]
- Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
- [Messages]
- BeveledLabel=Zhizhou
- ;#include "moderninno.iss"
- ;[Setup]
- ;WizardSmallImageFile=moderninno.bmp
|