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

View File

@ -464,6 +464,7 @@ function _ChooseDongleServer(nRetv)
BOOL bJunk;
begin
if bInstallPrg then
if !bInstallDemo then
if bInstallDongleServer then
bUseDongleServer=FALSE;
@ -478,7 +479,9 @@ begin
else
bUseDongleServer=FALSE;
endif;
endif;
return nRetv;
end;
function _WhereIsDongleServer(nDirection)

View File

@ -24,8 +24,12 @@ begin
WriteProfString(szTmpPath, "Main", "Program",szAppPath);
WriteProfString(szTmpPath, "Main", "Study",szDataPath);
WriteProfString(szTmpPath, "Main", "Firm","COM");
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;