50 lines
2.2 KiB
Plaintext
50 lines
2.2 KiB
Plaintext
; Script generated by the Inno Setup Script Wizard.
|
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
|
|
#define MyAppName "OrionTard Pro"
|
|
#define MyAppVersion "1.0.1.8"
|
|
#define MyAppPublisher "Zendion, Inc."
|
|
#define MyAppURL "https://zendioninc.com.br"
|
|
#define MyAppExeName "OrionTardPro.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={{5e3ec570-7fa0-4005-bcf8-1aabf4083021}
|
|
AppName={#MyAppName}
|
|
AppVersion={#MyAppVersion}
|
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
AppPublisher={#MyAppPublisher}
|
|
AppPublisherURL={#MyAppURL}
|
|
AppSupportURL={#MyAppURL}
|
|
AppUpdatesURL={#MyAppURL}
|
|
DefaultDirName={autopf}\Zendion Inc\{#MyAppName}
|
|
DisableProgramGroupPage=yes
|
|
InfoBeforeFile=C:\ZendionInc\OrionTardPro\Instalador\Leia-me.txt
|
|
InfoAfterFile=C:\ZendionInc\OrionTardPro\Instalador\Leia-me.txt
|
|
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
|
;PrivilegesRequired=lowest
|
|
OutputBaseFilename=oriontardpro_setup
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
WizardStyle=modern
|
|
|
|
[Languages]
|
|
Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
|
|
|
|
[Tasks]
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
|
|
[Files]
|
|
Source: "C:\ZendionInc\OrionTardPro\OrionTardPro\OrionTardPro\bin\Debug\OrionTardPro.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
Source: "C:\ZendionInc\OrionTardPro\OrionTardPro\OrionTardPro\bin\Debug\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
|
|
|
[Icons]
|
|
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
|
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
|
|
|
[Run]
|
|
;Filename: "{app}\{#DependenceName1}"; StatusMsg: "Installing {#DependenceName1}";
|
|
;Filename: "{app}\{#DependenceName2}"; StatusMsg: "Installing {#DependenceName2}";
|
|
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent |