All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ing.AntBuildFiles.1.0.12.source-code.inno-setup-Windows-amd64.iss Maven / Gradle / Ivy

Go to download

This Pom project is supposed to collect Ant files configuration. Sensible information is collected and encrypted, as of certificates and private keys mustn't be shared unencrypted.

There is a newer version: 1.0.19
Show newest version
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "@application.name@"
#define MyAppShortName "@co.prj.name.short@"
#define MyAppVersion "@co.prj.version.impl@"
#define MyAppPublisher "@company@"
#define MyAppURL "@company.url@"
#define MyAppUniqueID "@co.prj.os.app.uid@"

[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, with InnoSetup, click Tools | Generate GUID inside the IDE.)
AppId={{#MyAppUniqueID}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf64}\{#MyAppName}
DefaultGroupName={#MyAppName}
LicenseFile=..\..\..\LICENSE
InfoBeforeFile=..\..\..\NOTICE
[email protected]@\SetupFiles
OutputBaseFilename=setup-{#MyAppShortName}_{#MyAppVersion}_x64
Compression=lzma
SolidCompression=yes
ArchitecturesInstallIn64BitMode=x64 ia64

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"

[Files]
Source: "@dist.jwrapper@\*"; Excludes: "*windows32*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]  
Name: "{group}\{cm:LaunchProgram,@application.name@}"; Filename: "{app}\@[email protected]"; WorkingDir: "{app}"  
Name: "{commondesktop}\@application.name@"; Filename: "{app}\@[email protected]"; WorkingDir: "{app}"                  
Name: "{group}\{cm:LaunchProgram,IMC Online}"; Filename: "file://{app}\@[email protected]"
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"

[UninstallDelete]
Type: filesandordirs; Name: "{userappdata}\Roaming\[email protected]@"





© 2015 - 2024 Weber Informatics LLC | Privacy Policy