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:
parent
76925a8652
commit
41e97ccbd3
@ -464,21 +464,24 @@ function _ChooseDongleServer(nRetv)
|
|||||||
BOOL bJunk;
|
BOOL bJunk;
|
||||||
begin
|
begin
|
||||||
|
|
||||||
if !bInstallDemo then
|
if bInstallPrg then
|
||||||
if bInstallDongleServer then
|
if !bInstallDemo then
|
||||||
bUseDongleServer=FALSE;
|
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
|
else
|
||||||
nRetv = AskOptions(EXCLUSIVE,"I programmi sono protetti da una chiave hardware.\nIl controllo delle autorizzazioni va effettuato:",
|
bUseDongleServer=FALSE;
|
||||||
"tramite chiave locale",
|
|
||||||
bJunk,
|
|
||||||
"tramite un server di chiavi",
|
|
||||||
bUseDongleServer
|
|
||||||
);
|
|
||||||
endif;
|
endif;
|
||||||
else
|
endif;
|
||||||
bUseDongleServer=FALSE;
|
|
||||||
endif;
|
|
||||||
return nRetv;
|
return nRetv;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function _WhereIsDongleServer(nDirection)
|
function _WhereIsDongleServer(nDirection)
|
||||||
|
@ -24,8 +24,12 @@ begin
|
|||||||
WriteProfString(szTmpPath, "Main", "Program",szAppPath);
|
WriteProfString(szTmpPath, "Main", "Program",szAppPath);
|
||||||
WriteProfString(szTmpPath, "Main", "Study",szDataPath);
|
WriteProfString(szTmpPath, "Main", "Study",szDataPath);
|
||||||
WriteProfString(szTmpPath, "Main", "Firm","COM");
|
WriteProfString(szTmpPath, "Main", "Firm","COM");
|
||||||
if (bUseDongleServer) then
|
if (bInstallPrg) then
|
||||||
WriteProfString(szTmpPath, "Server", "Dongle" , szDongleServerName);
|
if (bUseDongleServer) then
|
||||||
|
WriteProfString(szTmpPath, "Server", "Dongle" , szDongleServerName);
|
||||||
|
else
|
||||||
|
WriteProfString(szTmpPath, "Server", "Dongle" , "");
|
||||||
|
endif;
|
||||||
endif;
|
endif;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -365,7 +369,9 @@ begin
|
|||||||
if ( TRUE) then
|
if ( TRUE) then
|
||||||
// Aggiunge EasyCAMPO Program Manager
|
// Aggiunge EasyCAMPO Program Manager
|
||||||
if bInstallDemo then
|
if bInstallDemo then
|
||||||
szItemName = "EasyDEMO";
|
szItemName = "EasyCAMPO Demo";
|
||||||
|
elseif bInstallNetWrk then
|
||||||
|
szItemName = "EasyCAMPO WST";
|
||||||
else
|
else
|
||||||
szItemName = "EasyCAMPO";
|
szItemName = "EasyCAMPO";
|
||||||
endif;
|
endif;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user