Installazione 2.1
Eliminato setup.pkg che e' un file compilato. Aggiunto setup.lst che e' il sorgente del precedente (contiene la lista con l'elenco dei files di tipo .z che compaiono nell'installazione). Modificate le icone della installazione (files .dll). Eliminato ba.z; il suo contenuto e' stato trasferito in sys.z (fase di preparazione al nuovo modulo SY). git-svn-id: svn://10.65.10.50/trunk@11938 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3093c0afc6
commit
94c444b03a
7
windows/install/SETUP.LST
Executable file
7
windows/install/SETUP.LST
Executable file
@ -0,0 +1,7 @@
|
||||
1;
|
||||
datidemo.z
|
||||
datiditt.z
|
||||
sys.z
|
||||
winsys.z
|
||||
sysnt.z
|
||||
res.z
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -192,31 +192,23 @@ begin
|
||||
_Errore( szText );
|
||||
endif;
|
||||
endif;
|
||||
|
||||
FileSetEndDefine ( "WIN");
|
||||
|
||||
FileSetBeginDefine ( "BA");
|
||||
FileSetBeginDefine ( "SYS");
|
||||
TARGETDIR = szAppPath;
|
||||
if ( CreateDir( TARGETDIR ) < 0 ) then
|
||||
_Errore( STR_DIR_NOTCREATED );
|
||||
else
|
||||
if ( CompressGet( "SYS.Z", "*.*", INCLUDE_SUBDIR ) < 0) then
|
||||
szText = STR_ERR_DECOMPRESS + " la libreria SYS.";
|
||||
_Errore( szText );
|
||||
endif;
|
||||
|
||||
szText = "BA.Z";
|
||||
|
||||
if ( CompressGet( szText, "*.*", INCLUDE_SUBDIR ) < 0) then
|
||||
szText = STR_ERR_DECOMPRESS + " il programma installatore";
|
||||
szText = STR_ERR_DECOMPRESS + " l'archivio compresso contenente i files di sistema.";
|
||||
_Errore( szText );
|
||||
endif;
|
||||
if ( CompressGet( "RES.Z", "*.*", INCLUDE_SUBDIR ) < 0) then
|
||||
szText = STR_ERR_DECOMPRESS + " il programma installatore";
|
||||
szText = STR_ERR_DECOMPRESS + " l'archivio compresso contenente i files delle icone.";
|
||||
_Errore( szText );
|
||||
endif;
|
||||
endif;
|
||||
FileSetEndDefine ( "BA");
|
||||
FileSetEndDefine ( "SYS");
|
||||
|
||||
StrToUpper( szAppPath, szAppPath );
|
||||
szStatusText = "Installazione su " + szAppPath;
|
||||
@ -226,7 +218,7 @@ begin
|
||||
|
||||
StatusUpdate( ON, 100 );
|
||||
SetStatusWindow( 50, "Installazione programmi di ambiente .." );
|
||||
_PerformSet ( "BA");
|
||||
_PerformSet ( "SYS");
|
||||
|
||||
szTemp = szAppPath ^ "RecDesc";
|
||||
CreateDir(szTemp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user