diff options
author | Brent Eagles <brent@zeroc.com> | 2006-02-02 20:35:44 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-02-02 20:35:44 +0000 |
commit | 167de486bca5201c8142269c9e38dfda5b9a55df (patch) | |
tree | 7bd4856fefb6b33b022f7b8f9dfde7b5aae0b705 /cpp | |
parent | Initial commit of Windows installers HOWTO (diff) | |
download | ice-167de486bca5201c8142269c9e38dfda5b9a55df.tar.bz2 ice-167de486bca5201c8142269c9e38dfda5b9a55df.tar.xz ice-167de486bca5201c8142269c9e38dfda5b9a55df.zip |
renaming HOWTO
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/Windows-Installers-HOWTO (renamed from cpp/install/HOWTO-Windows-Installers) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/install/HOWTO-Windows-Installers b/cpp/install/Windows-Installers-HOWTO index 528b1efba61..676e91a0772 100755 --- a/cpp/install/HOWTO-Windows-Installers +++ b/cpp/install/Windows-Installers-HOWTO @@ -259,7 +259,9 @@ filelist7=ice.config.files dest7=config Chances are that file additions for existing components will simply involve -adding an appropriate entry to an exisiting file list. +adding an appropriate entry to an exisiting file list. However, large changes +may require more pervasive modifications involving adding file lists, changes +to the makewindist.py script and the InstallShield projects. Filelists themselves can simply be a list of filenames or a list of wildcards. Wildcards are not recommended as they are a 'best effort' mechanism for |