← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~smpettit/openlp/Packaging into lp:openlp

 

Stevan Pettit has proposed merging lp:~smpettit/openlp/Packaging into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #780020 in OpenLP: "installer doesn't pin openlp on windows 7"
  https://bugs.launchpad.net/openlp/+bug/780020

For more details, see:
https://code.launchpad.net/~smpettit/openlp/Packaging/+merge/60452

Prevent INNO OpenLP Setup from displaying "Create a Quick Launch Icon" on Windows 7 installations.  Windows 7 uses "Pin to Taskbar" which cannot be done during a setup.  This option will be displayed on Windows XP and Vista installations.
-- 
https://code.launchpad.net/~smpettit/openlp/Packaging/+merge/60452
Your team OpenLP Core is requested to review the proposed merge of lp:~smpettit/openlp/Packaging into lp:openlp.
=== modified file 'resources/windows/OpenLP-2.0.iss'
--- resources/windows/OpenLP-2.0.iss	2011-04-02 20:13:11 +0000
+++ resources/windows/OpenLP-2.0.iss	2011-05-10 04:49:23 +0000
@@ -60,7 +60,7 @@
 
 [Tasks]
 Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}
-Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}
+Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; OnlyBelowVersion: 0, 6.1
 
 [Files]
 Source: ..\..\dist\OpenLP\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs


Follow ups