~ubuntu-branches/ubuntu/saucy/solfege/saucy

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
[Setup]
AppName=GNU Solfege
AppVerName=GNU Solfege 3.20.6
DefaultDirName={pf}\GNU Solfege
DefaultGroupName=GNU Solfege
OutputBaseFilename=solfege-win32-3.20.6
SolidCompression=yes
SourceDir=win32
LicenseFile=COPYING.txt

[Files]
Source: "*.*"; DestDir: "{app}"; Flags: recursesubdirs

[InstallDelete]
Type: filesandordirs; Name: "{app}\GTK"
Type: filesandordirs; Name: "{app}\python"
Type: files; Name: "{app}\share\solfege\debugtree.txt"
Type: files; Name: "{app}\share\solfege\learningtree.txt"
Type: files; Name: "{app}\share\solfege\lesson-files\share\fil1.orc"
Type: files; Name: "{app}\share\solfege\src\configureoutput.py"

[UninstallDelete]
Type: filesandordirs; Name: "{app}\python"
Type: filesandordirs; Name: "{app}\share"
Type: filesandordirs; Name: "{app}\bin"

[Icons]
Name: "{app}\bin\GNU Solfege"; Filename: "{app}\bin\pythonw.exe"; Parameters: """{app}\bin\win32-start-solfege.pyw"""; WorkingDir: "{app}\bin"
Name: "{group}\GNU Solfege"; Filename: "{app}\bin\pythonw.exe"; Parameters: """{app}\bin\win32-start-solfege.pyw"""; WorkingDir: "{app}\bin"
Name: "{group}\GNU Solfege (debug)"; Filename: "{app}\bin\solfegedebug.bat"; WorkingDir: "{app}\bin"
Name: "{group}\README"; Filename: "{app}\README.txt"
Name: "{group}\INSTALL.win32"; Filename: "{app}\INSTALL.win32.txt"
Name: "{group}\INSTALL"; Filename: "{app}\INSTALL.txt"
Name: "{group}\AUTHORS"; Filename: "{app}\AUTHORS.txt"