Subversion Repositories DevTools

Rev

Rev 2561 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2561 Rev 2637
Line 441... Line 441...
441
	${if} ${CHOIX_LANGUE} == "Fenetre_choix"
441
	${if} ${CHOIX_LANGUE} == "Fenetre_choix"
442
		!insertmacro MUI_LANGDLL_DISPLAY
442
		!insertmacro MUI_LANGDLL_DISPLAY
443
	${EndIf}
443
	${EndIf}
444
	
444
	
445
	;!insertmacro MULTIUSER_INIT
445
	;!insertmacro MULTIUSER_INIT
-
 
446
    
-
 
447
    ; Use the previously installed directory if possible
-
 
448
    ReadRegStr $0 HKLM "${REGISTRE_APPLICATION}" "Path"
-
 
449
    IfErrors +2 0
-
 
450
       ; set default installdir to what was previously used
-
 
451
        StrCpy $INSTDIR $0
446
	
452
 
447
    ; Variable mode to manage radio buttons
453
    ; Variable mode to manage radio buttons
448
	StrCpy $menuTousUtilisateurs 1
454
	StrCpy $menuTousUtilisateurs 1
449
	StrCpy $menuUtilisateurCourant 0
455
	StrCpy $menuUtilisateurCourant 0
450
	StrCpy $raccourciTousUtilisateurs 1
456
	StrCpy $raccourciTousUtilisateurs 1
451
	StrCpy $raccourciUtilisateurCourant 0
457
	StrCpy $raccourciUtilisateurCourant 0