星火微课系统客户端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Inno Setup智慧校园.iss 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ; 脚本由 Inno Setup 脚本向导 生成!
  2. ; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
  3. #define MyAppName "星火智慧校园"
  4. #define MyAppVerName "星火智慧校园 v2.5.43"
  5. #define MyAppPublisher "星火燎原"
  6. #define MyAppURL "http://www.xhkjedu.com/"
  7. #define MyAppExeName "xhschool.exe"
  8. [Setup]
  9. ; 注: AppId的值为单独标识该应用程序。
  10. ; 不要为其他安装程序使用相同的AppId值。
  11. ; (生成新的GUID,点击 工具|在IDE中生成GUID。)
  12. AppId={{4B39765F-5B1F-4368-8675-2A22904B835A}
  13. AppName={#MyAppName}
  14. AppVerName={#MyAppVerName}
  15. AppPublisher={#MyAppPublisher}
  16. AppPublisherURL={#MyAppURL}
  17. AppSupportURL={#MyAppURL}
  18. AppUpdatesURL={#MyAppURL}
  19. DefaultDirName=D:\xhschool
  20. DefaultGroupName={#MyAppName}
  21. AllowNoIcons=yes
  22. OutputDir=E:\安装包
  23. OutputBaseFilename=星火智慧校园V2.5.43T
  24. SetupIconFile=E:\project\schoolclient\bin\x86\Debug\favicon256.ico
  25. Compression=lzma
  26. SolidCompression=yes
  27. [Languages]
  28. Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
  29. [Tasks]
  30. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkablealone
  31. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkablealone
  32. [Files]
  33. Source: "E:\project\schoolclient\bin\x86\Debug\xhschool.exe"; DestDir: "{app}"; Flags: ignoreversion
  34. Source: "E:\project\schoolclient\bin\x86\Debug\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
  35. ; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
  36. [Icons]
  37. Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  38. Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
  39. Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
  40. Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
  41. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
  42. [Run]
  43. Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, "&", "&&")}}"; Flags: nowait postinstall skipifsilent