aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-09-08 18:26:03 -0700
committerMcCabe Maxsted2011-09-08 18:26:03 -0700
commitcec4d290ebd30a1cffdb20d3f684dee84ae0fbf5 (patch)
tree29d472ba10e43f9378f3c16cc5c0b35eb94476cb /linden
parentGet the default version from viewerinfo.cpp in the build system (diff)
downloadmeta-impy-cec4d290ebd30a1cffdb20d3f684dee84ae0fbf5.zip
meta-impy-cec4d290ebd30a1cffdb20d3f684dee84ae0fbf5.tar.gz
meta-impy-cec4d290ebd30a1cffdb20d3f684dee84ae0fbf5.tar.bz2
meta-impy-cec4d290ebd30a1cffdb20d3f684dee84ae0fbf5.tar.xz
Fixed merge errors in the windows installer script template
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/installers/windows/imprudence_installer_template.iss11
1 files changed, 6 insertions, 5 deletions
diff --git a/linden/indra/newview/installers/windows/imprudence_installer_template.iss b/linden/indra/newview/installers/windows/imprudence_installer_template.iss
index 0605fba..7467609 100644
--- a/linden/indra/newview/installers/windows/imprudence_installer_template.iss
+++ b/linden/indra/newview/installers/windows/imprudence_installer_template.iss
@@ -4,8 +4,8 @@
4; NOTE: The value of AppId uniquely identifies this application. 4; NOTE: The value of AppId uniquely identifies this application.
5; Do not use the same AppId value in installers for other applications. 5; Do not use the same AppId value in installers for other applications.
6; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) 6; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
7; Imp Stable ID: D7736EE8-AFCE-4735-BBE3-652CDFBBFCA8 7; Imp Stable ID: D7736EE8-AFCE-4735-BBE3-652CDFBBFCA8
8; Imp Experimental ID: 1B3E68BC-13EB-4277-9439-CB5FF9259460 8; Imp Experimental ID: 1B3E68BC-13EB-4277-9439-CB5FF9259460
9 9
10; These will change 10; These will change
11AppId={{D7736EE8-AFCE-4735-BBE3-652CDFBBFCA8} 11AppId={{D7736EE8-AFCE-4735-BBE3-652CDFBBFCA8}
@@ -47,6 +47,7 @@ Name: english; MessagesFile: compiler:Default.isl
47[Tasks] 47[Tasks]
48Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce 48Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce
49Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce 49Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: checkedonce
50Name: slurlassociate; Description: Associate Imprudence with SLURLs; GroupDescription: Associations:; Languages: ; Flags: checkedonce
50; TODO: use scripting for something like this on uninstall: 51; TODO: use scripting for something like this on uninstall:
51; Name: uninstallsettings; Description: Remove user settings; Flags: checkablealone; Languages: ; GroupDescription: Uninstall: 52; Name: uninstallsettings; Description: Remove user settings; Flags: checkablealone; Languages: ; GroupDescription: Uninstall:
52 53
@@ -144,9 +145,9 @@ Source: %%PACKAGEFILES%%\vivoxsdk.dll; DestDir: {app}; Flags: ignoreversion
144Source: %%PACKAGEFILES%%\wrap_oal.dll; DestDir: {app}; Flags: ignoreversion 145Source: %%PACKAGEFILES%%\wrap_oal.dll; DestDir: {app}; Flags: ignoreversion
145 146
146; VC++ 2005 SP1 x86, VC++ 2008 SP1 x86, and VC++ 2010 SP1 x86 redist 147; VC++ 2005 SP1 x86, VC++ 2008 SP1 x86, and VC++ 2010 SP1 x86 redist
147Source: ..\windows\vcredist_x86_VS2005_SP1_MFC_SEC.exe; DestDir: {app}\redist; DestName: vcredist_x86_VS2005_SP1_MFC_SEC.exe 148Source: ..\..\..\..\newview\installers\windows\vcredist_x86_VS2005_SP1_MFC_SEC.exe; DestDir: {app}\redist; DestName: vcredist_x86_VS2005_SP1_MFC_SEC.exe
148;Source: ..\windows\vcredist_x86_VS2008_SP1_ATL_SEC.exe; DestDir: {app}\redist; DestName: vcredist_x86_VS2008_SP1_ATL_SEC.exe 149;Source: ..\..\..\..\newview\installers\windows\vcredist_x86_VS2008_SP1_ATL_SEC.exe; DestDir: {app}\redist; DestName: vcredist_x86_VS2008_SP1_ATL_SEC.exe
149Source: ..\windows\vcredist_x86_VS2010_SP1.exe; DestDir: {app}\redist; DestName: vcredist_x86_VS2010_SP1.exe 150Source: ..\..\..\..\newview\installers\windows\vcredist_x86_VS2010_SP1.exe; DestDir: {app}\redist; DestName: vcredist_x86_VS2010_SP1.exe
150 151
151; Old files we don't use anymore: 152; Old files we don't use anymore:
152; Source: %%PACKAGEFILES%%\dronesettings.xml; DestDir: {app}; Flags: ignoreversion 153; Source: %%PACKAGEFILES%%\dronesettings.xml; DestDir: {app}; Flags: ignoreversion