diff options
author | McCabe Maxsted | 2011-07-01 02:00:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-07-01 02:00:05 -0700 |
commit | fedf23cb3dc11abbe466d0d77bce4044c4d6c77b (patch) | |
tree | dc2ee4898067f99cb11ef3802192ca5fd81c4cb6 /linden/indra/newview/installers | |
parent | Created new window for selectively clearing different parts of the cache from... (diff) | |
download | meta-impy-fedf23cb3dc11abbe466d0d77bce4044c4d6c77b.zip meta-impy-fedf23cb3dc11abbe466d0d77bce4044c4d6c77b.tar.gz meta-impy-fedf23cb3dc11abbe466d0d77bce4044c4d6c77b.tar.bz2 meta-impy-fedf23cb3dc11abbe466d0d77bce4044c4d6c77b.tar.xz |
Make sure we clear out skin files that could cause bugs when we install over 1.3
Diffstat (limited to 'linden/indra/newview/installers')
-rw-r--r-- | linden/indra/newview/installers/windows/imprudence_installer_script.iss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/linden/indra/newview/installers/windows/imprudence_installer_script.iss b/linden/indra/newview/installers/windows/imprudence_installer_script.iss index c23fbf4..783ea0f 100644 --- a/linden/indra/newview/installers/windows/imprudence_installer_script.iss +++ b/linden/indra/newview/installers/windows/imprudence_installer_script.iss | |||
@@ -1,5 +1,5 @@ | |||
1 | ; Script generated by the Inno Setup Script Wizard. | 1 | ; InWorldz inno setup installer script by McCabe Maxsted |
2 | ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! | 2 | ; This script only works with VS2005, currently |
3 | 3 | ||
4 | [Setup] | 4 | [Setup] |
5 | ; NOTE: The value of AppId uniquely identifies this application. | 5 | ; NOTE: The value of AppId uniquely identifies this application. |
@@ -196,7 +196,11 @@ Name: C:\Documents and Settings\{username}\.gstreamer-0.10; Type: filesandordirs | |||
196 | ; Name: {app}\*.dll; Type: files; Tasks: ; Languages: | 196 | ; Name: {app}\*.dll; Type: files; Tasks: ; Languages: |
197 | Name: {app}\lib\gstreamer-plugins\*; Type: filesandordirs; Tasks: ; Languages: | 197 | Name: {app}\lib\gstreamer-plugins\*; Type: filesandordirs; Tasks: ; Languages: |
198 | ; Name: {app}\skins\default\xui\*; Type: filesandordirs; Tasks: ; Languages: | 198 | ; Name: {app}\skins\default\xui\*; Type: filesandordirs; Tasks: ; Languages: |
199 | ; Name: {app}\skins\silver\xui\*; Type: filesandordirs; Tasks: ; Languages: | 199 | ; Old xui skin files can cause bugs, always kill them |
200 | Name: {app}\skins\silver\xui\en-us\*; Type: filesandordirs; Tasks: ; Languages: | ||
201 | Name: {app}\app_settings\mozilla; Type: filesandordirs; Tasks: ; Languages: | ||
202 | Name: {app}\app_settings\mozilla_debug; Type: filesandordirs; Tasks: ; Languages: | ||
203 | Name: {app}\app_settings\viewerversion.xml; Type: filesandordirs; Tasks: ; Languages: | ||
200 | Name: C:\Documents and Settings\{username}\.gstreamer-0.10\*; Type: filesandordirs | 204 | Name: C:\Documents and Settings\{username}\.gstreamer-0.10\*; Type: filesandordirs |
201 | Name: C:\Users\{username}\.gstreamer-0.10\*; Type: filesandordirs | 205 | Name: C:\Users\{username}\.gstreamer-0.10\*; Type: filesandordirs |
202 | ; Breaks the browser if installing on top of 1.1: | 206 | ; Breaks the browser if installing on top of 1.1: |