diff options
author | McCabe Maxsted | 2012-01-23 19:44:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2012-02-18 01:39:14 -0700 |
commit | e5d538b9931b6e19583f132419ef4cb941e444c1 (patch) | |
tree | c2f6fa034335f7bbd2facf4926858fde5e0d12f7 /linden | |
parent | Fixed one of those annoying silly bugs: md5 comparison being case-sensitive (diff) | |
download | meta-impy-e5d538b9931b6e19583f132419ef4cb941e444c1.zip meta-impy-e5d538b9931b6e19583f132419ef4cb941e444c1.tar.gz meta-impy-e5d538b9931b6e19583f132419ef4cb941e444c1.tar.bz2 meta-impy-e5d538b9931b6e19583f132419ef4cb941e444c1.tar.xz |
Fixed installer script still showing the quick launch option on Windows 7
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/installers/windows/imprudence_installer_template.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/installers/windows/imprudence_installer_template.iss b/linden/indra/newview/installers/windows/imprudence_installer_template.iss index 7467609..558b7ec 100644 --- a/linden/indra/newview/installers/windows/imprudence_installer_template.iss +++ b/linden/indra/newview/installers/windows/imprudence_installer_template.iss | |||
@@ -46,7 +46,7 @@ Name: english; MessagesFile: compiler:Default.isl | |||
46 | 46 | ||
47 | [Tasks] | 47 | [Tasks] |
48 | Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce | 48 | Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce |
49 | Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce | 49 | Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce; OnlyBelowVersion: 0,6.1 |
50 | Name: slurlassociate; Description: Associate Imprudence with SLURLs; GroupDescription: Associations:; Languages: ; Flags: checkedonce | 50 | Name: slurlassociate; Description: Associate Imprudence with SLURLs; GroupDescription: Associations:; Languages: ; Flags: checkedonce |
51 | ; TODO: use scripting for something like this on uninstall: | 51 | ; TODO: use scripting for something like this on uninstall: |
52 | ; Name: uninstallsettings; Description: Remove user settings; Flags: checkablealone; Languages: ; GroupDescription: Uninstall: | 52 | ; Name: uninstallsettings; Description: Remove user settings; Flags: checkablealone; Languages: ; GroupDescription: Uninstall: |