| 12345678910111213141516171819202122232425262728293031323334353637383940414243 | ; Script generated by the Inno Setup Script Wizard.; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!#define MyAppName "Venus_RT"#define MyAppVersion "2.0"#define MyAppPublisher "JET PLASMA"#define MyAppURL "http://www.jetplasma.com/"[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={{56BC97AA-FAE3-4809-8D12-58DF2FEFD19A}AppName={#MyAppName}AppVersion={#MyAppVersion};AppVerName={#MyAppName} {#MyAppVersion}AppPublisher={#MyAppPublisher}AppPublisherURL={#MyAppURL}AppSupportURL={#MyAppURL}AppUpdatesURL={#MyAppURL}DefaultDirName={autopf}\{#MyAppName}DefaultGroupName={#MyAppName}; Uncomment the following line to run in non administrative install mode (install for current user only.);PrivilegesRequired=lowestOutputBaseFilename={#MyAppName}Compression=lzmaSolidCompression=yesWizardStyle=modernLicenseFile=License.txt[Languages]Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"[Files]Source: "..\Venus_RT\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; NOTE: Don't use "Flags: ignoreversion" on any shared system files[Icons]Name: "{userdesktop}\{#MyAppName}";Filename: "{app}\{#MyAppName}.exe"; WorkingDir: "{app}"
 |