; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "超声图像标注工具" #define MyProductName "AI训练工具集" #define MyAppVersion "2.0.6.0" #define MyAppPublisher "IUS Team" #define MyAppURL "http://www.vinno.com" #define MyAppExeName "AIPractice.Labeller.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{E696C171-7D0F-494F-9BE3-5046C7F9ECF4} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DisableProgramGroupPage=yes OutputDir="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\bin" OutputBaseFilename=setup_{#MyAppVersion} Compression=lzma SolidCompression=yes PrivilegesRequired=admin ArchitecturesInstallIn64BitMode=x64 WizardSmallImageFile="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Roi.bmp" WizardImageFile="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Wizard.bmp" SetupIconFile="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Labeller.ico" UninstallDisplayIcon="D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\Labeller.ico" UninstallDisplayName={#MyAppName} VersionInfoVersion={#MyAppVersion} VersionInfoCopyright={#MyAppPublisher} VersionInfoDescription={#MyAppName} VersionInfoProductName={#MyProductName} DisableWelcomePage=no [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" Name: "chinese"; MessagesFile: "ChineseSimplified.isl" [Files] Source: "D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\bin\Release\AIPractice.Labeller.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "D:\Projects\AI\Trunk\SourceCode\AIAsistComponents\AIPractice\AIPractice.Labeller.Network\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags:runascurrentuser nowait postinstall skipifsilent