setup.iss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. #define MyAppName "DayOf1440"
  4. #define MyAppVersion "1.1"
  5. #define MyAppPublisher "Zhizhou Technology Co.,Ltd."
  6. #define MyAppURL "http://blog.yoqi.me/wp/16962.html"
  7. #define MyAppExeName "DayOf1440.exe"
  8. [Setup]
  9. ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
  10. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
  11. AppId={{4DD350F5-0A9B-4FC0-8EF6-30A4547FC226}
  12. AppName={#MyAppName}
  13. AppVersion={#MyAppVersion}
  14. ;AppVerName={#MyAppName} {#MyAppVersion}
  15. AppPublisher={#MyAppPublisher}
  16. AppPublisherURL={#MyAppURL}
  17. ;AppSupportURL={#MyAppURL}
  18. ;AppUpdatesURL={#MyAppURL}
  19. DefaultDirName={autopf}\Zhizhou\{#MyAppName}
  20. DisableProgramGroupPage=yes
  21. ; Uncomment the following line to run in non administrative install mode (install for current user only.)
  22. ;PrivilegesRequired=lowest
  23. PrivilegesRequiredOverridesAllowed=dialog
  24. OutputBaseFilename=DayOf1440-setup
  25. SetupIconFile=..\DayOf1440\logo.ico
  26. Compression=lzma
  27. SolidCompression=yes
  28. WizardStyle=modern
  29. LicenseFile=License.txt
  30. ;InfoBeforeFile=Setup_New.txt
  31. ;InfoAfterFile=Setup_Old.txt
  32. ;VersionInfoCompany=
  33. ;VersionInfoDescription=ISsample
  34. ;VersionInfoVersion=1.0.0.0
  35. ;VersionInfoCopyright=Copyright (C) 2007-2008 Hkiss
  36. [Languages]
  37. Name: "english"; MessagesFile: "compiler:Default.isl"
  38. [Files]
  39. Source: "..\DayOf1440\bin\Debug\DayOf1440.exe"; DestDir: "{app}"; Flags: ignoreversion
  40. ; {494909B3-FBD3-4B14-81AC-BD51FA4C0B56}Source: "..\DayOf1440\bin\Debug\msc.dll"; DestDir: "{app}"; Flags: ignoreversion
  41. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  42. [Icons]
  43. Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  44. Name: "{usersendto}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  45. [Run]
  46. Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
  47. [Messages]
  48. BeveledLabel=Zhizhou
  49. ;#include "moderninno.iss"
  50. ;[Setup]
  51. ;WizardSmallImageFile=moderninno.bmp