~ubuntu-branches/ubuntu/quantal/python-pyo/quantal

« back to all changes in this revision

Viewing changes to scripts/win_installer_py27.iss

  • Committer: Package Import Robot
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2012-07-03 23:45:41 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120703234541-jh5jg00lvljnwq8m
Tags: 0.6.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
8
8
AppId={{244D309A-C251-481A-AD24-0602D392A634}
9
9
AppName=Pyo
10
 
AppVersion=0.6.1
 
10
AppVersion=0.6.2
11
11
AppPublisher=iACT.umontreal.ca
12
12
AppPublisherURL=http://code.google.com/p/pyo
13
13
AppSupportURL=http://code.google.com/p/pyo
17
17
DefaultGroupName=pyo
18
18
AllowNoIcons=yes
19
19
InfoBeforeFile=C:\pyo\scripts\\README-win32-py27.txt
20
 
OutputBaseFilename=pyo_0.6.1_py2.7_setup
 
20
OutputBaseFilename=pyo_0.6.2_py2.7_setup
21
21
Compression=lzma
22
22
SolidCompression=yes
23
23
ChangesAssociations=yes
41
41
Source: "C:\Python27\Lib\site-packages\msvcr90.dll"; DestDir: "{sd}\Python27\Lib\site-packages"; Flags: ignoreversion
42
42
Source: "C:\MinGW\bin\libgcc_s_dw2-1.dll"; DestDir: "{sd}\Python27\Lib\site-packages"; Flags: ignoreversion
43
43
Source: "C:\MinGW\bin\libstdc++-6.dll"; DestDir: "{sd}\Python27\Lib\site-packages"; Flags: ignoreversion
44
 
Source: "C:\Python27\Lib\site-packages\pyo-0.6.1-py2.7.egg-info"; DestDir: "{sd}\Python27\Lib\site-packages"; Flags: ignoreversion
 
44
Source: "C:\Python27\Lib\site-packages\pyo-0.6.2-py2.7.egg-info"; DestDir: "{sd}\Python27\Lib\site-packages"; Flags: ignoreversion
45
45
Source: "C:\pyo\examples\*"; DestDir: "{userdesktop}\pyo_examples\"; Flags: ignoreversion recursesubdirs createallsubdirs
46
46
Source: "C:\pyo\scripts\README-win32-py27.txt"; DestDir: "{userdesktop}"; Flags: ignoreversion
47
47
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
59
59
 
60
60
[Run]
61
61
Filename: "{pf}\E-Pyo\E-Pyo.exe"; Description: "{cm:LaunchProgram,E-Pyo}"; Flags: nowait postinstall skipifsilent
62
 
 
63
 
[InstallDelete]
64
 
Type: filesandordirs; Name: "{userdesktop}\pyo_examples";
65
 
Type: filesandordirs; Name: "{userdocs}\.epyo";
 
62
 
 
63
[InstallDelete]
 
64
Type: filesandordirs; Name: "{userdesktop}\pyo_examples";
 
65
Type: filesandordirs; Name: "{userdocs}\.epyo";
66
66
;;;;;;;;;;;;;
67
67
 
68
68
[Registry]