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; BOOL bJunk;
begin begin
if bInstallPrg then
if !bInstallDemo then if !bInstallDemo then
if bInstallDongleServer then if bInstallDongleServer then
bUseDongleServer=FALSE; bUseDongleServer=FALSE;
@ -478,7 +479,9 @@ begin
else else
bUseDongleServer=FALSE; bUseDongleServer=FALSE;
endif; endif;
endif;
return nRetv; return nRetv;
end; end;
function _WhereIsDongleServer(nDirection) function _WhereIsDongleServer(nDirection)

View File

@ -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 (bInstallPrg) then
if (bUseDongleServer) then if (bUseDongleServer) then
WriteProfString(szTmpPath, "Server", "Dongle" , szDongleServerName); 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;