~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to stellarium_patch.iss

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; This creates a setup file for a patch that REPLACES some of the files in an
2
 
; existing Stellarium installation. (By default, only the executable files.)
3
 
 
4
 
; Unlike a regular installation file, the patch installer does not create
5
 
; entries in the Start menu or an uninstaller. (So installing files that don't
6
 
; exist in the original instalaltion means that they won't be removed
7
 
; when uninstalling Stellarium.)
8
 
 
9
 
[Setup]
10
 
DisableStartupPrompt=yes
11
 
WizardSmallImageFile=data\icon.bmp
12
 
WizardImageFile=data\splash.bmp
13
 
WizardImageStretch=no
14
 
WizardImageBackColor=clBlack
15
 
AppName=Stellarium
16
 
; AppId should have the same value as AppName/AppId in the original installer
17
 
AppId=Stellarium
18
 
; Unlike the regular, CMake-generated Inno Setup project file,
19
 
; you need to UPDATE THE VERSION NUMBER manually.
20
 
AppVerName=Stellarium 0.10.5
21
 
OutputBaseFilename=stellarium-0.10.5
22
 
OutputDir=installers
23
 
DefaultDirName={pf}\Stellarium
24
 
DefaultGroupName=Stellarium
25
 
UninstallDisplayIcon={app}\data\stellarium.ico
26
 
LicenseFile=COPYING
27
 
Compression=zip/9
28
 
 
29
 
;If uncommented, this file will be displayed before the installation begins
30
 
;(see http://www.jrsoftware.org/ishelp/index.php?topic=wizardpages)
31
 
;InfoBeforeFile=patch_notes.txt
32
 
 
33
 
;Detect and use Stellarium's install directory
34
 
UsePreviousAppDir=yes
35
 
CreateUninstallRegKey=no
36
 
UpdateUninstallLogAppName=no
37
 
 
38
 
[Files]
39
 
Source: "builds\msys\src\stellarium.exe"; DestDir: "{app}"
40
 
Source: "builds\msys\src\libstelMain.dll"; DestDir: "{app}"
41
 
 
42
 
;Some of these may need to be updated:
43
 
;Source: "README"; DestDir: "{app}"; Flags: isreadme; DestName: "README.rtf"
44
 
;Source: "INSTALL"; DestDir: "{app}"; DestName: "INSTALL.rtf"
45
 
;Source: "COPYING"; DestDir: "{app}"; DestName: "GPL.rtf"
46
 
;Source: "AUTHORS"; DestDir: "{app}"; DestName: "AUTHORS.rtf"
47
 
;Source: "ChangeLog"; DestDir: "{app}";
48
 
 
49
 
;Add further files to be updated here:
50
 
 
51
 
[Tasks]
52
 
 
53
 
[UninstallDelete]
54
 
 
55
 
[Icons]