civetweb32_setup.iss 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. [Setup]
  4. ; NOTE: The value of AppId uniquely identifies this application.
  5. ; Do not use the same AppId value in installers for other applications.
  6. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
  7. AppId={{49C9C975-D874-463C-BFD4-FD5ACDE796C0}
  8. AppName=Civetweb
  9. AppVersion=1.5
  10. ;AppVerName=Civetweb 1.5
  11. AppPublisher=No Face Press, LLC.
  12. AppPublisherURL=https://sourceforge.net/projects/civetweb/
  13. AppSupportURL=https://sourceforge.net/projects/civetweb/
  14. AppUpdatesURL=https://sourceforge.net/projects/civetweb/
  15. DefaultDirName={pf}\Civetweb
  16. DefaultGroupName=Civetweb
  17. LicenseFile=..\..\LICENSE.md
  18. OutputDir=..\..
  19. OutputBaseFilename=civetweb32_setup
  20. SetupIconFile=..\..\resources\systray.ico
  21. Compression=lzma
  22. SolidCompression=yes
  23. ArchitecturesAllowed=x86 x64
  24. [Languages]
  25. Name: "english"; MessagesFile: "compiler:Default.isl"
  26. [Tasks]
  27. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
  28. [Dirs]
  29. Name: "{app}"; Permissions: users-modify
  30. [Files]
  31. Source: "..\..\VS2012\Release\win32\civetweb_lua.exe"; DestDir: "{app}"; DestName: "civetweb.exe" ; Flags: ignoreversion
  32. Source: "..\..\LICENSE.md"; DestDir: "{app}"; Flags: ignoreversion
  33. Source: "..\..\README.md"; DestDir: "{app}"; Flags: ignoreversion
  34. Source: "..\..\resources\systray.ico"; DestDir: "{app}"; Flags: ignoreversion
  35. Source: "..\..\resources\civetweb_64x64.png"; DestDir: "{app}"; Flags: ignoreversion
  36. Source: "..\..\resources\itworks.html"; DestDir: "{app}"; DestName: "index.html"; Flags: ignoreversion
  37. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  38. [Icons]
  39. Name: "{group}\Civetweb"; Filename: "{app}\civetweb.exe"; IconFilename: "{app}\systray.ico"
  40. Name: "{commondesktop}\Civetweb"; Filename: "{app}\civetweb.exe"; Tasks: desktopicon; IconFilename: "{app}\systray.ico"
  41. [Run]
  42. Filename: "{app}\civetweb.exe"; Description: "{cm:LaunchProgram,Civetweb}"; Flags: nowait postinstall skipifsilent