Bug 1373373 - Use x64 compatible macro for MapiProxy_InUse.dll registration. r=rsx11m

This commit is contained in:
Frank-Rainer Grahl 2017-06-18 18:51:43 +02:00
Родитель 2a92105861
Коммит 8d376fe995
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -471,7 +471,7 @@
${LogHeader} "DLL Registration"
!endif
ClearErrors
RegDLL "$INSTDIR\MapiProxy_InUse.dll"
${RegisterDLL} "$INSTDIR\MapiProxy_InUse.dll"
!ifndef NO_LOG
${If} ${Errors}
${LogMsg} "** ERROR Registering: $INSTDIR\MapiProxy_InUse.dll **"
@ -555,13 +555,12 @@
; that wins: On install and software update when helper.exe runs with the
; /PostUpdate argument. On setting the application as the system's default
; application using Window's "Set program access and defaults".
!ifndef NO_LOG
${LogHeader} "DLL Registration"
!endif
ClearErrors
RegDLL "$INSTDIR\MapiProxy_InUse.dll"
!ifndef NO_LOG
${RegisterDLL} "$INSTDIR\MapiProxy_InUse.dll"
!ifndef NO_LOG
${If} ${Errors}
${LogMsg} "** ERROR Registering: $INSTDIR\MapiProxy_InUse.dll **"
${Else}