Say365Scanner.iss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. #define MyAppName "Say365Scanner"
  4. #define MyAppVersion "1.5"
  5. #define MyAppPublisher "Say365"
  6. #define MyAppURL "http://www.say365.com"
  7. #define MyAppExeName "say365server.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={{F233BDA5-69B6-4A65-94CB-95D839AEB8AE}
  12. AppName={#MyAppName}
  13. AppVersion={#MyAppVersion}
  14. ;AppVerName={#MyAppName} {#MyAppVersion}
  15. AppPublisher={#MyAppPublisher}
  16. AppPublisherURL={#MyAppURL}
  17. AppSupportURL={#MyAppURL}
  18. AppUpdatesURL={#MyAppURL}
  19. DefaultDirName=F:\{#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. OutputDir=F:\
  24. OutputBaseFilename=Say365Scanner
  25. SetupIconFile=D:\docxdemo\icon.ico
  26. Compression=lzma
  27. SolidCompression=yes
  28. WizardStyle=modern
  29. [Languages]
  30. Name: "english"; MessagesFile: "compiler:Default.isl"
  31. [Tasks]
  32. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
  33. [Files]
  34. Source: "D:\docxdemo\dist\xscanserver\say365server.exe"; DestDir: "{app}"; Flags: ignoreversion
  35. Source: "D:\docxdemo\dist\xscanserver\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
  36. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  37. [Icons]
  38. Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  39. Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
  40. [Run]
  41. Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent