generated from AgOpenGPS-Official/AgOpenGPS
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAOG 6.3.3_setup.iss
47 lines (43 loc) · 2.04 KB
/
AOG 6.3.3_setup.iss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
; -- 64Bit.iss --
; Demonstrates installation of a program built for the x64 (a.k.a. AMD64)
; architecture.
; To successfully run this installation and the program it installs,
; you must have a "x64" edition of Windows.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES!
[Setup]
AppName=AgOpenGPS
AppVersion=6.3.3
AppPublisher=Urepom - Maxime EMPROU
;SignTool=Urepom - Maxime EMPROU
AppPublisherURL=ttt
WizardStyle=modern
DefaultDirName={autopf}/AgOpenGPS
DefaultGroupName=AgOpenGPS
UninstallDisplayIcon={app}\MyProg.exe
Compression=lzma2
SolidCompression=yes
OutputDir=C:\Users\maxim\Documents\GitHub\AgOpenGPS_Urepom_Design
OutputBaseFilename=AgOpenGPS 6.3.3 Urepom_Setup
DisableDirPage=no
DisableProgramGroupPage=no
; "ArchitecturesAllowed=x64" specifies that Setup cannot run on
; anything but x64.
;ArchitecturesAllowed=x64
; "ArchitecturesInstallIn64BitMode=x64" requests that the install be
; done in "64-bit mode" on x64, meaning it should use the native
; 64-bit Program Files directory and the 64-bit view of the registry.
;ArchitecturesInstallIn64BitMode=x64
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
[Files]
;Source: "C:\Users\maxim\Documents\GitHub\Full_custom\ProgramV4/AgOpenGPS.exe"; DestDir: "{app}"; DestName: "AgOpenGPS.exe";Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\maxim\Documents\GitHub\AgOpenGPS_Urepom_Design\AgOpenGPS_v63\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
;Source: "MyProg.chm"; DestDir: "{app}"
;Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme
[Icons]
Name: "{group}\AgOpenGPS"; Filename: "{app}\AgOpenGPS.exe"
Name: "{commondesktop}\AgOpenGPS"; Filename: "{app}\AgOpenGPS"; Tasks: desktopicon