~ubuntu-branches/ubuntu/trusty/diffuse/trusty

« back to all changes in this revision

Viewing changes to windows-installer/diffuse.iss

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Huebner
  • Date: 2009-07-07 15:11:56 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090707151156-120zntpv8yjdu90z
Tags: 0.3.4-1
* New upstream release
* Removed typofix.dpatch as it is now fixed upstream
* Removed maintainer scripts (not needed anymore)
* Removed Suggests on scrollkeeper (not needed anymore)
* Added minor bugfix from upstream
* Added gettext to Build-Depends-Indep
* Added compilation of diffuse.po to debian/rules
* Updated maintainer's mail address
* Updated Standards-Version: 3.8.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
[Setup]
6
6
AppName=Diffuse Merge Tool
7
 
AppVerName=Diffuse 0.3.3
 
7
AppVerName=Diffuse 0.3.4
8
8
DefaultDirName={pf}\Diffuse
9
9
DefaultGroupName=Diffuse
10
10
UninstallDisplayIcon={app}\diffusew.exe
11
11
Compression=lzma
12
12
SolidCompression=yes
13
13
OutputDir=.
 
14
ShowLanguageDialog=auto
 
15
 
 
16
[Languages]
 
17
Name: "en"; MessagesFile: "compiler:Default.isl"
 
18
Name: "de"; MessagesFile: "compiler:Languages\German.isl"
14
19
 
15
20
[Files]
16
21
Source: "dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
17
22
 
 
23
[Components]
 
24
Name: main; Description: "Main Files"; Types: full compact custom; Flags: fixed
 
25
Name: shellintegration; Description: "Windows Shell Integration"; Types: full
 
26
 
18
27
[Registry]
19
 
Root: HKCR; Subkey: "*\shell"; Flags: uninsdeletekeyifempty
20
 
Root: HKCR; Subkey: "*\shell\Open with Diffuse Merge Tool"; Flags: uninsdeletekey
21
 
Root: HKCR; Subkey: "*\shell\Open with Diffuse Merge Tool\command"; Flags: uninsdeletekey
22
 
Root: HKCR; Subkey: "*\shell\Open with Diffuse Merge Tool\command"; ValueType: string; ValueData: "{code:GetOpenWithCommand|dummy}"
 
28
Root: HKCR; Subkey: "*\shell"; Flags: uninsdeletekeyifempty; Components: shellintegration
 
29
Root: HKCR; Subkey: "*\shell\Open with Diffuse Merge Tool"; Flags: uninsdeletekey; Components: shellintegration
 
30
Root: HKCR; Subkey: "*\shell\Open with Diffuse Merge Tool\command"; ValueType: string; ValueData: "{code:GetOpenWithCommand|dummy}"; Flags: uninsdeletekey; Components: shellintegration
23
31
 
24
32
[Icons]
25
33
Name: "{group}\Diffuse Merge Tool"; Filename: "{app}\diffusew.exe"