|
1
|
; |
|
2
|
; Copyright (c) 2014 D. Richard Hipp |
|
3
|
; |
|
4
|
; This program is free software; you can redistribute it and/or |
|
5
|
; modify it under the terms of the Simplified BSD License (also |
|
6
|
; known as the "2-Clause License" or "FreeBSD License".) |
|
7
|
; |
|
8
|
; This program is distributed in the hope that it will be useful, |
|
9
|
; but without any warranty; without even the implied warranty of |
|
10
|
; merchantability or fitness for a particular purpose. |
|
11
|
; |
|
12
|
; Author contact information: |
|
13
|
; [email protected] |
|
14
|
; http://www.hwaci.com/drh/ |
|
15
|
; |
|
16
|
|
|
17
|
[Setup] |
|
18
|
ArchitecturesAllowed=x86 x64 |
|
19
|
AlwaysShowComponentsList=false |
|
20
|
AppCopyright=Copyright (c) D. Richard Hipp. All rights reserved. |
|
21
|
AppID={{f1c25a1f-3954-4e1a-ac36-4314c52f057c} |
|
22
|
AppName=Fossil |
|
23
|
AppPublisher=Fossil Development Team |
|
24
|
AppPublisherURL=https://fossil-scm.org/ |
|
25
|
AppSupportURL=https://fossil-scm.org/ |
|
26
|
AppUpdatesURL=https://fossil-scm.org/ |
|
27
|
AppVerName=Fossil v{#AppVersion} |
|
28
|
AppVersion={#AppVersion} |
|
29
|
AppComments=Simple, high-reliability, distributed software configuration management system. |
|
30
|
AppReadmeFile=https://fossil-scm.org/home/doc/tip/www/quickstart.wiki |
|
31
|
DefaultDirName={pf}\Fossil |
|
32
|
DefaultGroupName=Fossil |
|
33
|
OutputBaseFilename=fossil-win32-{#AppVersion} |
|
34
|
OutputManifestFile=fossil-win32-{#AppVersion}-manifest.txt |
|
35
|
SetupLogging=true |
|
36
|
UninstallFilesDir={app}\uninstall |
|
37
|
VersionInfoVersion={#AppVersion} |
|
38
|
|
|
39
|
[Components] |
|
40
|
Name: Application; Description: Core application.; Types: custom compact full; Flags: fixed |
|
41
|
|
|
42
|
[Dirs] |
|
43
|
Name: {app}\bin |
|
44
|
|
|
45
|
[Files] |
|
46
|
Components: Application; Source: ..\fossil.exe; DestDir: {app}\bin; Flags: restartreplace uninsrestartdelete |
|
47
|
|
|
48
|
[Registry] |
|
49
|
Components: Application; Root: HKLM32; SubKey: Software\Fossil; ValueType: string; ValueName: Install_Dir; ValueData: {app}; Flags: uninsdeletekeyifempty uninsdeletevalue |
|
50
|
|