-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSE1FanProgrammer.iss
46 lines (38 loc) · 1.57 KB
/
SE1FanProgrammer.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
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[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={{2AF2147C-ABF5-43DE-B88A-C028062FF172}
AppName=SE1 Fan Programmer
AppVerName=SE1 Fan Programmer Vx.x.x
AppPublisher=Schneider Electric
AppPublisherURL=http://www.schneider-electric.com
AppSupportURL=http://www.schneider-electric.com
AppUpdatesURL=http://www.schneider-electric.com
DefaultDirName=C:\SE1FanProgrammer
DisableDirPage=yes
DisableProgramGroupPage=yes
OutputBaseFilename=SE1FanProg_V
SetupIconFile=.\images\fan.ico
Compression=lzma
SolidCompression=yes
;We need this because we added to the path...
ChangesEnvironment=yes
UninstallDisplayIcon={app}\SE1FanProgrammer.exe
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags:
[Files]
Source: ".\dist\SE1FanProgrammer\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
[Dirs]
Name: "{app}\DebugLogs"
Name: "{app}\TestResults"
[Icons]
Name: "{commondesktop}\DebugLogs"; Filename: "{app}\DebugLogs"
Name: "{commondesktop}\TestResults"; Filename: "{app}\TestResults"
[Icons]
Name: "{userdesktop}\SE1FanProgrammer"; Filename: "{app}\SE1FanProgrammer.exe"; Tasks: desktopicon; WorkingDir: {app}
; NOTE: Don't use "Flags: ignoreversion" on any shared system files