Aggiunta gestione server di chiavi

setup2.rul : modificati i nomi dei link nel folder EasyCAmpo in base al tipo di installazione


git-svn-id: svn://10.65.10.50/trunk@6096 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1998-02-03 14:57:00 +00:00
parent 76925a8652
commit 41e97ccbd3
2 changed files with 24 additions and 15 deletions
support/interni/src/aga

@ -464,21 +464,24 @@ function _ChooseDongleServer(nRetv)
BOOL bJunk;
begin
if !bInstallDemo then
if bInstallDongleServer then
bUseDongleServer=FALSE;
if bInstallPrg then
if !bInstallDemo then
if bInstallDongleServer then
bUseDongleServer=FALSE;
else
nRetv = AskOptions(EXCLUSIVE,"I programmi sono protetti da una chiave hardware.\nIl controllo delle autorizzazioni va effettuato:",
"tramite chiave locale",
bJunk,
"tramite un server di chiavi",
bUseDongleServer
);
endif;
else
nRetv = AskOptions(EXCLUSIVE,"I programmi sono protetti da una chiave hardware.\nIl controllo delle autorizzazioni va effettuato:",
"tramite chiave locale",
bJunk,
"tramite un server di chiavi",
bUseDongleServer
);
bUseDongleServer=FALSE;
endif;
else
bUseDongleServer=FALSE;
endif;
endif;
return nRetv;
end;
function _WhereIsDongleServer(nDirection)

@ -24,8 +24,12 @@ begin
WriteProfString(szTmpPath, "Main", "Program",szAppPath);
WriteProfString(szTmpPath, "Main", "Study",szDataPath);
WriteProfString(szTmpPath, "Main", "Firm","COM");
if (bUseDongleServer) then
WriteProfString(szTmpPath, "Server", "Dongle" , szDongleServerName);
if (bInstallPrg) then
if (bUseDongleServer) then
WriteProfString(szTmpPath, "Server", "Dongle" , szDongleServerName);
else
WriteProfString(szTmpPath, "Server", "Dongle" , "");
endif;
endif;
end;
@ -365,7 +369,9 @@ begin
if ( TRUE) then
// Aggiunge EasyCAMPO Program Manager
if bInstallDemo then
szItemName = "EasyDEMO";
szItemName = "EasyCAMPO Demo";
elseif bInstallNetWrk then
szItemName = "EasyCAMPO WST";
else
szItemName = "EasyCAMPO";
endif;