diff options
author | Travis Howell | 2012-01-24 11:40:24 +1100 |
---|---|---|
committer | Travis Howell | 2012-01-24 11:40:24 +1100 |
commit | 3ae9b947fde55a5ce0d0557b9633b61bb9a43f8b (patch) | |
tree | f272afe12ec1ba29800e6332a65b30454f8fc847 /dists/win32 | |
parent | 51778ed4af069c0286cbe165d224dfd4524fc211 (diff) | |
download | scummvm-rg350-3ae9b947fde55a5ce0d0557b9633b61bb9a43f8b.tar.gz scummvm-rg350-3ae9b947fde55a5ce0d0557b9633b61bb9a43f8b.tar.bz2 scummvm-rg350-3ae9b947fde55a5ce0d0557b9633b61bb9a43f8b.zip |
BUILD: Add batch script for migration of saved games location in Windows NT4 onwards.
Diffstat (limited to 'dists/win32')
-rw-r--r-- | dists/win32/ScummVM.iss | 6 | ||||
-rw-r--r-- | dists/win32/migration.txt | 27 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dists/win32/ScummVM.iss b/dists/win32/ScummVM.iss index 10eb0312eb..0a6e228699 100644 --- a/dists/win32/ScummVM.iss +++ b/dists/win32/ScummVM.iss @@ -64,6 +64,7 @@ Name: {group}\PrectiMe; Filename: {app}\PrectiMe.txt; WorkingDir: {app}; Comment Name: {group}\Liesmich; Filename: {app}\Liesmich.txt; WorkingDir: {app}; Comment: Liesmich; Flags: createonlyiffileexists; Languages: de Name: {group}\LasMig; Filename: {app}\LasMig.txt; WorkingDir: {app}; Comment: LasMig; Flags: createonlyiffileexists; Languages: se +Name: {group}\Migrate Saved Games; Filename: {app}\migration.bat; WorkingDir: {app}; Comment: Migrate Saved Games; IconIndex: 0 Name: {group}\Saved Games (old default); Filename: {app}; WorkingDir: {app}; Comment: Saved Games (old default); IconIndex: 0 Name: {group}\Saved Games (new default); Filename: {userappdata}\ScummVM\Saved Games; WorkingDir: {userappdata}\ScummVM\Saved Games; Comment: Saved Games (new default); IconIndex: 0 @@ -109,3 +110,8 @@ Source: sky.cpt; DestDir: {app}; Flags: ignoreversion Source: teenagent.dat; DestDir: {app}; Flags: ignoreversion Source: toon.dat; DestDir: {app}; Flags: ignoreversion Source: translations.dat; DestDir: {app}; Flags: ignoreversion +;Mirgration script for saved games in Windows NT4 onwards +Source: migration.bat; DestDir: {app}; Flags: ignoreversion; MinVersion: 0, 1 +Source: migration.txt; DestDir: {app}; Flags: ignoreversion; MinVersion: 0, 1 + + diff --git a/dists/win32/migration.txt b/dists/win32/migration.txt new file mode 100644 index 0000000000..eedd773b32 --- /dev/null +++ b/dists/win32/migration.txt @@ -0,0 +1,27 @@ +AUTHORS.txt +COPYING.LGPL.txt +COPYING.txt +COPYRIGHT.txt +drascula.dat +hugo.dat +kyra.dat +lure.dat +m4.dat +NEWS.txt +pred.dic +queen.tbl +QUICKSTART.txt +README-SDL.txt +README.txt +scummclassic.zip +scummmodern.zip +scummvm.exe +SDL.dll +sky.cpt +teenagent.dat +migration.bat +migration.txt +toon.dat +translations.dat +unins000.dat +unins000.exe |