aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/installers/windows/installer_template.nsi
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-01-09 09:13:14 -0700
committerMcCabe Maxsted2010-01-09 09:14:11 -0700
commitd744b13b174595be7bd5eab748b2201d54f7d036 (patch)
treeac868fe953f2e03eac3cfc0dac7386f50554d886 /linden/indra/newview/installers/windows/installer_template.nsi
parentFixed options missing from Text Chat and Input & Camera preferences (see VWR-... (diff)
downloadmeta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.zip
meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.tar.gz
meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.tar.bz2
meta-impy-d744b13b174595be7bd5eab748b2201d54f7d036.tar.xz
Fixed viewer_manifest.py and default packaging system for Windows (NSIS install script only works manually)
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/installers/windows/installer_template.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/installers/windows/installer_template.nsi b/linden/indra/newview/installers/windows/installer_template.nsi
index 32aefda..8afde89 100644
--- a/linden/indra/newview/installers/windows/installer_template.nsi
+++ b/linden/indra/newview/installers/windows/installer_template.nsi
@@ -51,8 +51,8 @@ Name ${INSTNAME}
51SubCaption 0 $(LicenseSubTitleSetup) ; override "license agreement" text 51SubCaption 0 $(LicenseSubTitleSetup) ; override "license agreement" text
52 52
53BrandingText " " ; bottom of window text 53BrandingText " " ; bottom of window text
54Icon %%SOURCE%%\installers\windows\install_icon.ico 54Icon %%SOURCE%%\res\imp_icon.ico
55UninstallIcon %%SOURCE%%\installers\windows\uninstall_icon.ico 55UninstallIcon %%SOURCE%%\res\imp_icon.ico
56WindowIcon on ; show our icon in left corner 56WindowIcon on ; show our icon in left corner
57BGGradient off ; no big background window 57BGGradient off ; no big background window
58CRCCheck on ; make sure CRC is OK 58CRCCheck on ; make sure CRC is OK