SetupScript.iss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. #define MyAppName "낚�暠獗깃鬧묏야"
  4. #define MyProductName "AI祁족묏야섞"
  5. #define MyAppVersion "2.0.6.0"
  6. #define MyAppPublisher "IUS Team"
  7. #define MyAppURL "http://www.vinno.com"
  8. #define MyAppExeName "AIPractice.Labeller.exe"
  9. [Setup]
  10. ; NOTE: The value of AppId uniquely identifies this application.
  11. ; Do not use the same AppId value in installers for other applications.
  12. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
  13. AppId={{E696C171-7D0F-494F-9BE3-5046C7F9ECF4}
  14. AppName={#MyAppName}
  15. AppVersion={#MyAppVersion}
  16. ;AppVerName={#MyAppName} {#MyAppVersion}
  17. AppPublisher={#MyAppPublisher}
  18. AppPublisherURL={#MyAppURL}
  19. AppSupportURL={#MyAppURL}
  20. AppUpdatesURL={#MyAppURL}
  21. DefaultDirName={pf}\{#MyAppName}
  22. DisableProgramGroupPage=yes
  23. OutputDir="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\bin"
  24. OutputBaseFilename=setup_{#MyAppVersion}
  25. Compression=lzma
  26. SolidCompression=yes
  27. PrivilegesRequired=admin
  28. ArchitecturesInstallIn64BitMode=x64
  29. WizardSmallImageFile="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Roi.bmp"
  30. WizardImageFile="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Wizard.bmp"
  31. SetupIconFile="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Labeller.ico"
  32. UninstallDisplayIcon="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Labeller.ico"
  33. UninstallDisplayName={#MyAppName}
  34. VersionInfoVersion={#MyAppVersion}
  35. VersionInfoCopyright={#MyAppPublisher}
  36. VersionInfoDescription={#MyAppName}
  37. VersionInfoProductName={#MyProductName}
  38. DisableWelcomePage=no
  39. [Languages]
  40. Name: "english"; MessagesFile: "compiler:Default.isl"
  41. Name: "chinese"; MessagesFile: "ChineseSimplified.isl"
  42. [Files]
  43. Source: "D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\bin\Release\AIPractice.Labeller.exe"; DestDir: "{app}"; Flags: ignoreversion
  44. Source: "D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
  45. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  46. [Icons]
  47. Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  48. Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}";
  49. [Run]
  50. Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags:runascurrentuser nowait postinstall skipifsilent