CyberX8_UI.iss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. #define MyAppName "CyberX8_UI"
  4. #define MyAppVersion "1.0.2.2"
  5. #define MyAppPublisher "JET PLASMA"
  6. #define MyAppURL "http://www.jetplasma.com/"
  7. [Setup]
  8. ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
  9. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
  10. AppId={{4A2E0497-2CC6-4FF7-BECB-B140EC9A541F}
  11. AppName={#MyAppName}
  12. AppVersion={#MyAppVersion}
  13. ;AppVerName={#MyAppName} {#MyAppVersion}
  14. AppPublisher={#MyAppPublisher}
  15. AppPublisherURL={#MyAppURL}
  16. AppSupportURL={#MyAppURL}
  17. AppUpdatesURL={#MyAppURL}
  18. DefaultDirName=C:\CyberX8\{#MyAppName}
  19. DefaultGroupName={#MyAppName}
  20. ; Uncomment the following line to run in non administrative install mode (install for current user only.)
  21. ;PrivilegesRequired=lowest
  22. OutputBaseFilename={#MyAppName}_{#MyAppVersion}
  23. Compression=lzma
  24. SolidCompression=yes
  25. WizardStyle=modern
  26. LicenseFile=License.txt
  27. UsePreviousAppDir=no
  28. [Languages]
  29. Name: "english"; MessagesFile: "compiler:Default.isl"
  30. [Files]
  31. //Source: "..\CyberX8_UI\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
  32. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  33. Source: "..\CyberX8_UI\bin\Release\*";Excludes:"Config"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs
  34. Source: "..\CyberX8_UI\bin\Release\Config\*"; DestDir: "{app}\Config"; Flags: onlyifdoesntexist
  35. [Icons]
  36. Name: "{userdesktop}\{#MyAppName}";Filename: "{app}\{#MyAppName}.exe"; WorkingDir: "{app}"