Patch level :2.0 installatore
Files correlati :setup.ins Ricompilazione Demo : [ ] Commento :sistemato problema con installazione avanzata, caso di installazione singola con server di chiavi su winXP: non chiedeva l'installazione dei servizi git-svn-id: svn://10.65.10.50/trunk@11706 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9ecc861e7b
commit
0007dd0423
@ -494,11 +494,12 @@ function _SelectDongleXP(nDirection)
|
|||||||
|
|
||||||
STRING szTempore,szCmdline,szCmdDir;
|
STRING szTempore,szCmdline,szCmdDir;
|
||||||
NUMBER nRetv;
|
NUMBER nRetv;
|
||||||
BOOL bInstServices,go_on,bJunk;
|
BOOL bInstServices,go_on,bJunk,bLocal;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
#ifndef __DEMO__
|
#ifndef __DEMO__
|
||||||
if ( szOSName="Windows NT" && (! bUseDongleServer) ) then //se ho win NT/2000/XP ed ho una chiave locale...
|
bLocal = !(bInstallNetWrk || bInstallNetWrkChk); //in caso di installazione di Campo in postazione singola o server (chiave locale)
|
||||||
|
if ( szOSName="Windows NT" && ((!bUseDongleServer) || bLocal) ) then //se ho win NT/2000/XP ed ho una chiave locale...
|
||||||
bJunk = nReinstall > 0;
|
bJunk = nReinstall > 0;
|
||||||
go_on=FALSE;
|
go_on=FALSE;
|
||||||
while (!go_on)
|
while (!go_on)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user