~jr/bzr-explorer/unstable

« back to all changes in this revision

Viewing changes to extras/explorer.iss

  • Committer: Jonathan Riddell
  • Date: 2011-06-10 13:30:56 UTC
  • mfrom: (361.1.1 bzr-explorer-unstable)
  • Revision ID: jriddell@canonical.com-20110610133056-zrr83g9yoq4ogjby
merge in 1.1.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
AppId=BazaarExplorer
9
9
 
10
10
AppName=Bazaar Explorer
11
 
AppVerName=           Bazaar Explorer 1.1.2
12
 
OutputBaseFilename=bzr-explorer-setup-1.1.2
 
11
AppVerName=           Bazaar Explorer 1.1.3
 
12
OutputBaseFilename=bzr-explorer-setup-1.1.3
13
13
 
14
14
SourceDir="..\"
15
15
OutputDir="."
72
72
Source: "*.txt"; DestDir: {app};
73
73
 
74
74
[Icons]
75
 
Name: "{group}\Bazaar Explorer"; Filename: "bzr"; WorkingDir: {sd}\; Parameters: "explorer";
76
 
Name: "{commondesktop}\Bazaar Explorer"; Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Tasks: desktopicon
77
 
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Bazaar Explorer"; Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Tasks: quicklaunchicon
 
75
; DON'T create shortcuts anymore. Standalone installer creates them already.
 
76
;Name: "{group}\Bazaar Explorer"; Filename: "bzr"; WorkingDir: {sd}\; Parameters: "explorer";
 
77
;Name: "{commondesktop}\Bazaar Explorer"; Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Tasks: desktopicon
 
78
;Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Bazaar Explorer"; Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Tasks: quicklaunchicon
78
79
 
79
80
[Run]
80
 
Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Description: "{cm:LaunchProgram,Bazaar Explorer}"; Flags: nowait postinstall skipifsilent
 
81
;Filename: "bzr"; Parameters: "explorer"; WorkingDir: {sd}\; Description: "{cm:LaunchProgram,Bazaar Explorer}"; Flags: nowait postinstall skipifsilent
81
82
 
82
83
[UninstallDelete]
83
84
; TODO: create special uninstall function in Code section to recursively delete pyc/pyo files
87
88
Type: files; Name: {app}\lib\builders\*.pyc
88
89
Type: files; Name: {app}\lib\extensions\*.pyc
89
90
Type: files; Name: {app}\tests\*.pyc
 
91
Type: files; Name: {app}\thirdparty\*.pyc
 
92
Type: files; Name: {app}\thirdparty\send2trash\*.pyc
90
93
Type: files; Name: {app}\widgets\*.pyc
 
94
 
91
95
Type: files; Name: {app}\*.pyo
92
96
Type: files; Name: {app}\lib\*.pyo
93
97
Type: files; Name: {app}\lib\builders\*.pyo
94
98
Type: files; Name: {app}\lib\extensions\*.pyo
95
99
Type: files; Name: {app}\tests\*.pyo
 
100
Type: files; Name: {app}\thirdparty\*.pyo
 
101
Type: files; Name: {app}\thirdparty\send2trash\*.pyo
96
102
Type: files; Name: {app}\widgets\*.pyo
97
103
 
98
104
[Code]