22
33[Setup]
44
5- AppName = CEF Python 1
5+ AppName = CEF Python 1 for Python %(PYTHON_VERSION)s
66AppVersion = %(APP_VERSION)s
77AppVerName = CEF Python 1 version %(APP_VERSION)s for Python %(PYTHON_VERSION)s %(PYTHON_ARCHITECTURE)s
88
99AppPublisher = Czarek Tomczak
1010AppPublisherURL = http://code.google.com/cefpython/
1111AppSupportURL = https://groups.google.com/group/cefpython?hl=en
1212AppUpdatesURL = http://code.google.com/cefpython/
13- AppCopyright = Copyright 2012 Czarek Tomczak
13+ AppCopyright = Copyright 2012-2013 Czarek Tomczak
1414
1515DefaultDirName = {code:GetInstallDir|c:\Python}
1616
17- DefaultGroupName = CEF Python 1
17+ DefaultGroupName = CEF Python 1 for Python %(PYTHON_VERSION)s
1818PrivilegesRequired = none
1919DisableStartupPrompt = yes
2020Compression = zip
@@ -28,7 +28,7 @@ UsePreviousGroup = yes
2828
2929SourceDir = %(BINARIES_DIR)s
3030OutputDir = %(INSTALLER_DIR)s\Output
31- OutputBaseFilename = %(PACKAGE_NAME)s_v %(APP_VERSION)s_win32_installer
31+ OutputBaseFilename = %(PACKAGE_NAME)s_ %(APP_VERSION)s_py%(PYTHON_VERSION_NODOT )s_win32_installer
3232
3333UninstallFilesDir = {app}\%(PACKAGE_NAME)s
3434LicenseFile = %(BINARIES_DIR)s\LICENSE.txt
@@ -51,6 +51,8 @@ Source: "%(INSTALLER_DIR)s\__init__.py.install"; DestDir: "{app}\%(PACKAGE_NAME)
5151Source: "cefclient.exe"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
5252Source: "cefpython_py27.py"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
5353Source: "cefpython_py27.pyd"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
54+ Source: "cefpython_py32.py"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
55+ Source: "cefpython_py32.pyd"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
5456Source: "LICENSE.txt"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
5557Source: "Microsoft.VC90.CRT.manifest"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
5658Source: "README.txt"; DestDir: "{app}\%(PACKAGE_NAME)s"; Flags: ignoreversion;
0 commit comments