309 lines
35 KiB
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# Copyright 1991-2016 Amebis
# Copyright 2016 GÉANT
#
# This file is part of GÉANTLink.
#
# GÉANTLink is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GÉANTLink is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
#
!INCLUDE "..\..\include\MSIBuildCfg.mak"
!IFNDEF MSIBUILD_PRODUCT_NAME
!ERROR Parameter MSIBUILD_PRODUCT_NAME is undefined.
!ENDIF
!IFNDEF MSIBUILD_PRODUCT_NAME_UC
!ERROR Parameter MSIBUILD_PRODUCT_NAME_UC is undefined.
!ENDIF
MSIBUILD_IS_LOCALIZEABLE=1
######################################################################
# AppSearch
All :: "$(LANG).$(PLAT).$(CFG).AppSearch-1.idt"
"$(LANG).$(PLAT).$(CFG).AppSearch-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Property Signature_
s$(MSIBUILD_LENGTH_ID) s$(MSIBUILD_LENGTH_ID)
AppSearch Property Signature_
OLD$(MSIBUILD_PRODUCT_NAME_UC)DIR clEAPTTLS.dll.$(PLAT)
OLD$(MSIBUILD_PRODUCT_NAME_UC)DIR clEAPTTLSUI.dll.$(PLAT)
<<NOKEEP
######################################################################
# CompLocator
All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt"
"$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Signature_ ComponentId Type
s$(MSIBUILD_LENGTH_ID) s38 I2
CompLocator Signature_
!IF "$(PLAT)" == "Win32"
clEAPTTLS.dll.Win32 {A4A62D2F-DA90-4765-BD8C-D59EA2C01DFE} 1
clEAPTTLSUI.dll.Win32 {1EBA30DA-69D1-4EB5-B353-65F9BD8164EF} 1
!ENDIF
!IF "$(PLAT)" == "x64"
clEAPTTLS.dll.x64 {A1F62401-03F1-4D4E-A1FA-0FD4858D90B6} 1
clEAPTTLSUI.dll.x64 {01C9F45C-9B29-4C1A-9FF2-856F8799C2D0} 1
!ENDIF
<<NOKEEP
######################################################################
# Component
All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt"
"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Component ComponentId Directory_ Attributes Condition KeyPath
s$(MSIBUILD_LENGTH_ID) S38 s$(MSIBUILD_LENGTH_ID) i2 S255 S$(MSIBUILD_LENGTH_ID)
Component Component
compEAPHostAuthor {086E042A-6741-459D-92F0-F5CCFA4E34D4} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPHostAuthor
!IF "$(PLAT)" == "Win32"
compEAPTTLS.dll.Win32 {A4A62D2F-DA90-4765-BD8C-D59EA2C01DFE} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 0 fileEAPTTLS.dll.Win32
compEAPTTLSUI.dll.Win32 {1EBA30DA-69D1-4EB5-B353-65F9BD8164EF} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 0 fileEAPTTLSUI.dll.Win32
!ENDIF
!IF "$(PLAT)" == "x64"
compEAPTTLS.dll.x64 {A1F62401-03F1-4D4E-A1FA-0FD4858D90B6} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 256 fileEAPTTLS.dll.x64
compEAPTTLSUI.dll.x64 {01C9F45C-9B29-4C1A-9FF2-856F8799C2D0} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 256 fileEAPTTLSUI.dll.x64
!ENDIF
compEAPTTLSPeerDllPath {29FD2FDC-9289-47F0-96A3-C21AEE587B5B} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerDllPath
compEAPTTLSPeerConfigUIPath {2516BB92-0C14-4157-A136-3A713D459D08} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerConfigUIPath
compEAPTTLSPeerIdentityPath {3E1F0068-863C-4CFB-8D95-A66995443D19} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerIdentityPath
compEAPTTLSPeerInteractiveUIPath {256F1256-C085-4EA3-8D7E-FF4BBCCC3C7D} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerInteractiveUIPath
compEAPTTLSPeerFriendlyName {E3250ECE-E59F-4693-B290-925B80929EAE} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerFriendlyName
compEAPTTLSPeerInvokePasswordDialog {9A426E96-6E79-4BA9-83DD-7A205CA43810} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerInvokePasswordDialog
compEAPTTLSPeerInvokeUsernameDialog {92E9B700-3D91-4C6F-BBD8-99888D7A2387} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerInvokeUsernameDialog
compEAPTTLSProperties {266DE96B-8115-407A-B69C-1D2FDC8FEF42} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSProperties
compEAPTTLSUI.mo.bg_BG {D04D464C-AEDB-4164-96D9-1553B3AB4AB8} $(MSIBUILD_PRODUCT_NAME_UC)LOCBGBGDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.bg_BG
compEAPTTLSUI.mo.ca_ES {C0FFADEA-DBE1-4710-B7D4-B44C4B388600} $(MSIBUILD_PRODUCT_NAME_UC)LOCCAESDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.ca_ES
compEAPTTLSUI.mo.cs_CZ {2B7BE956-F064-4C85-BE76-BA8CDA0E037B} $(MSIBUILD_PRODUCT_NAME_UC)LOCCSCZDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.cs_CZ
compEAPTTLSUI.mo.cy {16623EBD-ADA0-4AB3-950E-EAE884A36EBD} $(MSIBUILD_PRODUCT_NAME_UC)LOCCYDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.cy
compEAPTTLSUI.mo.de {CBCBD088-015F-4D17-8CA3-B81CF3369CE4} $(MSIBUILD_PRODUCT_NAME_UC)LOCDEDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.de
compEAPTTLSUI.mo.el {5FA38C5F-03BA-4F81-962F-DB4D54A48623} $(MSIBUILD_PRODUCT_NAME_UC)LOCELDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.el
compEAPTTLSUI.mo.es {3B91F514-A8A4-43F7-80B3-531B8F7AC04B} $(MSIBUILD_PRODUCT_NAME_UC)LOCESDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.es
compEAPTTLSUI.mo.eu_ES {97148C80-1826-4D08-9524-969C0272B453} $(MSIBUILD_PRODUCT_NAME_UC)LOCEUESDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.eu_ES
compEAPTTLSUI.mo.fi_FI {3D95EA54-34D7-411B-833B-D2C0EB67AAFE} $(MSIBUILD_PRODUCT_NAME_UC)LOCFIFIDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.fi_FI
compEAPTTLSUI.mo.fr_CA {C3BD2DB1-D234-4669-84A1-595F416A0D62} $(MSIBUILD_PRODUCT_NAME_UC)LOCFRCADIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.fr_CA
compEAPTTLSUI.mo.fr_FR {DC845DDA-C386-4E1E-837A-AF323A17E0A3} $(MSIBUILD_PRODUCT_NAME_UC)LOCFRFRDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.fr_FR
compEAPTTLSUI.mo.gl_ES {86FD2721-6BEF-471C-AF72-B00916593241} $(MSIBUILD_PRODUCT_NAME_UC)LOCGLESDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.gl_ES
compEAPTTLSUI.mo.hr_HR {5A535697-CC07-4582-AEEE-FBBD53A95BF8} $(MSIBUILD_PRODUCT_NAME_UC)LOCHRHRDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.hr_HR
compEAPTTLSUI.mo.hu {F231D604-ABB7-4144-A1E0-BF7ED32E22B4} $(MSIBUILD_PRODUCT_NAME_UC)LOCHUDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.hu
compEAPTTLSUI.mo.is {51F569F4-30A4-4378-954F-BD60082FAA67} $(MSIBUILD_PRODUCT_NAME_UC)LOCISDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.is
compEAPTTLSUI.mo.it_IT {FA59E746-4CAB-4530-9C3C-1E8A58ACE822} $(MSIBUILD_PRODUCT_NAME_UC)LOCITITDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.it_IT
compEAPTTLSUI.mo.lt {A2B43B0C-2E63-4B47-9C82-B34D1A840767} $(MSIBUILD_PRODUCT_NAME_UC)LOCLTDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.lt
compEAPTTLSUI.mo.nb {13D6ECFC-238F-4ABF-AF33-817FAF7C751E} $(MSIBUILD_PRODUCT_NAME_UC)LOCNBDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.nb
compEAPTTLSUI.mo.nl {2A019F2A-02A2-401B-B1DF-94937E4BDF86} $(MSIBUILD_PRODUCT_NAME_UC)LOCNLDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.nl
compEAPTTLSUI.mo.pl_PL {77D9BF28-5481-4302-8C0D-75A752D0A9D5} $(MSIBUILD_PRODUCT_NAME_UC)LOCPLPLDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.pl_PL
compEAPTTLSUI.mo.pt_PT {CBBC0BEB-C2E9-4C29-8FF8-48F1D30066BC} $(MSIBUILD_PRODUCT_NAME_UC)LOCPTPTDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.pt_PT
compEAPTTLSUI.mo.ru_RU {9338349A-D2C0-48EE-A0B4-2735EEA716B8} $(MSIBUILD_PRODUCT_NAME_UC)LOCRURUDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.ru_RU
compEAPTTLSUI.mo.sk_SK {717CA21C-B4A4-499C-866D-1674BBF0BBE7} $(MSIBUILD_PRODUCT_NAME_UC)LOCSKSKDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.sk_SK
compEAPTTLSUI.mo.sl_SI {E894E133-A5DD-4422-8CEA-70A3F6C0B763} $(MSIBUILD_PRODUCT_NAME_UC)LOCSLSIDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.sl_SI
compEAPTTLSUI.mo.sr {5A66D24A-3518-47A0-97C6-59FF363D02AC} $(MSIBUILD_PRODUCT_NAME_UC)LOCSRDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.sr
compEAPTTLSUI.mo.sv {D498A695-8AD0-4678-A6B8-3B365A17AA14} $(MSIBUILD_PRODUCT_NAME_UC)LOCSVDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.sv
compEAPTTLSUI.mo.tr {EA7F2098-C9FB-47EA-8E60-858EBA374D09} $(MSIBUILD_PRODUCT_NAME_UC)LOCTRDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.tr
compEAPTTLSUI.mo.vi {392404F4-B72A-42AB-85B8-017DFE9762B8} $(MSIBUILD_PRODUCT_NAME_UC)LOCVIDIR $(MSIBUILD_COMPONENT_ATTRIB_FILE) fileEAPTTLSUI.mo.vi
<<NOKEEP
######################################################################
# Feature
All :: "$(LANG).$(PLAT).$(CFG).Feature-2.idt"
"En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Feature Feature_Parent Title Description Display Level Directory_ Attributes
s$(MSIBUILD_LENGTH_ID) S$(MSIBUILD_LENGTH_ID) L64 L255 I2 i2 S$(MSIBUILD_LENGTH_ID) i2
1252 Feature Feature
featEAPMethods EAP Methods Modules to support individual EAP methods 1 3 $(MSIBUILD_PRODUCT_NAME_UC)DIR 0
featEAPTTLS featEAPMethods TTLS Tunneled Transport Layer Security 1 3 $(MSIBUILD_PRODUCT_NAME_UC)DIR 8
<<NOKEEP
!IF "$(LANG)" == "En"
"En.$(PLAT).$(CFG).Feature-2.idt" : "En.$(PLAT).$(CFG).Feature-2.idtx"
copy /y $** $@ > NUL
!ELSE
"$(LANG).$(PLAT).$(CFG).Feature-2.idt" : "En.$(PLAT).$(CFG).Feature-2.idtx" "..\locale\$(MSIBUILD_LANG_PO).po"
rcxgettext.exe idtp $@ $**
!ENDIF
######################################################################
# FeatureComponents
All :: "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt"
"$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Feature_ Component_
s$(MSIBUILD_LENGTH_ID) s$(MSIBUILD_LENGTH_ID)
FeatureComponents Feature_ Component_
featEAPTTLS compEvents.dll.$(PLAT)
featEAPTTLS compEvents1
featEAPTTLS compEvents2
featEAPTTLS compEvents3
featEAPTTLS compEAPHostAuthor
featEAPTTLS compEAPTTLS.dll.$(PLAT)
featEAPTTLS compEAPTTLSUI.dll.$(PLAT)
featEAPTTLS compEAPTTLSPeerDllPath
featEAPTTLS compEAPTTLSPeerConfigUIPath
featEAPTTLS compEAPTTLSPeerIdentityPath
featEAPTTLS compEAPTTLSPeerInteractiveUIPath
featEAPTTLS compEAPTTLSPeerFriendlyName
featEAPTTLS compEAPTTLSPeerInvokePasswordDialog
featEAPTTLS compEAPTTLSPeerInvokeUsernameDialog
featEAPTTLS compEAPTTLSProperties
featEAPTTLS compLocalizationRepositoryPath
featEAPTTLS compLanguage
featEAPTTLS compEAPTTLSUI.mo.bg_BG
featEAPTTLS compwxstd.mo.ca_ES
featEAPTTLS compEAPTTLSUI.mo.ca_ES
featEAPTTLS compwxstd.mo.cs_CZ
featEAPTTLS compEAPTTLSUI.mo.cs_CZ
featEAPTTLS compEAPTTLSUI.mo.cy
featEAPTTLS compwxstd.mo.de
featEAPTTLS compEAPTTLSUI.mo.de
featEAPTTLS compwxstd.mo.el
featEAPTTLS compEAPTTLSUI.mo.el
featEAPTTLS compwxstd.mo.es
featEAPTTLS compEAPTTLSUI.mo.es
featEAPTTLS compwxstd.mo.eu_ES
featEAPTTLS compEAPTTLSUI.mo.eu_ES
featEAPTTLS compwxstd.mo.fi_FI
featEAPTTLS compEAPTTLSUI.mo.fi_FI
featEAPTTLS compwxstd.mo.fr_CA
featEAPTTLS compEAPTTLSUI.mo.fr_CA
featEAPTTLS compwxstd.mo.fr_FR
featEAPTTLS compEAPTTLSUI.mo.fr_FR
featEAPTTLS compwxstd.mo.gl_ES
featEAPTTLS compEAPTTLSUI.mo.gl_ES
featEAPTTLS compEAPTTLSUI.mo.hr_HR
featEAPTTLS compwxstd.mo.hu
featEAPTTLS compEAPTTLSUI.mo.hu
featEAPTTLS compEAPTTLSUI.mo.is
featEAPTTLS compwxstd.mo.it_IT
featEAPTTLS compEAPTTLSUI.mo.it_IT
featEAPTTLS compwxstd.mo.lt
featEAPTTLS compEAPTTLSUI.mo.lt
featEAPTTLS compwxstd.mo.nb
featEAPTTLS compEAPTTLSUI.mo.nb
featEAPTTLS compwxstd.mo.nl
featEAPTTLS compEAPTTLSUI.mo.nl
featEAPTTLS compwxstd.mo.pl_PL
featEAPTTLS compEAPTTLSUI.mo.pl_PL
featEAPTTLS compwxstd.mo.pt_PT
featEAPTTLS compEAPTTLSUI.mo.pt_PT
featEAPTTLS compwxstd.mo.ru_RU
featEAPTTLS compEAPTTLSUI.mo.ru_RU
featEAPTTLS compwxstd.mo.sk_SK
featEAPTTLS compEAPTTLSUI.mo.sk_SK
featEAPTTLS compwxstd.mo.sl_SI
featEAPTTLS compEAPTTLSUI.mo.sl_SI
featEAPTTLS compEAPTTLSUI.mo.sr
featEAPTTLS compwxstd.mo.sv
featEAPTTLS compEAPTTLSUI.mo.sv
featEAPTTLS compwxstd.mo.tr
featEAPTTLS compEAPTTLSUI.mo.tr
featEAPTTLS compwxstd.mo.vi
featEAPTTLS compEAPTTLSUI.mo.vi
<<NOKEEP
######################################################################
# File
All :: "$(LANG).$(PLAT).$(CFG).File-1.idt"
"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
File Component_ FileName FileSize Version Language Attributes Sequence
s$(MSIBUILD_LENGTH_ID) s$(MSIBUILD_LENGTH_ID) l255 i4 S$(MSIBUILD_LENGTH_ID) S20 I2 i2
File File
fileEAPTTLS.dll.$(PLAT) compEAPTTLS.dll.$(PLAT) EAPTTLS.dll 0 0 1536 1
fileEAPTTLSUI.dll.$(PLAT) compEAPTTLSUI.dll.$(PLAT) EAPTTL~1.DLL|EAPTTLSUI.dll 0 0 1536 1
fileEAPTTLSUI.mo.bg_BG compEAPTTLSUI.mo.bg_BG EAPTTL~1.MO|EAPTTLSUI.mo 0 1026 0 1
fileEAPTTLSUI.mo.ca_ES compEAPTTLSUI.mo.ca_ES EAPTTL~1.MO|EAPTTLSUI.mo 0 1027 0 1
fileEAPTTLSUI.mo.cs_CZ compEAPTTLSUI.mo.cs_CZ EAPTTL~1.MO|EAPTTLSUI.mo 0 1029 0 1
fileEAPTTLSUI.mo.cy compEAPTTLSUI.mo.cy EAPTTL~1.MO|EAPTTLSUI.mo 0 0 0 1
fileEAPTTLSUI.mo.de compEAPTTLSUI.mo.de EAPTTL~1.MO|EAPTTLSUI.mo 0 1031 0 1
fileEAPTTLSUI.mo.el compEAPTTLSUI.mo.el EAPTTL~1.MO|EAPTTLSUI.mo 0 1032 0 1
fileEAPTTLSUI.mo.es compEAPTTLSUI.mo.es EAPTTL~1.MO|EAPTTLSUI.mo 0 1034 0 1
fileEAPTTLSUI.mo.eu_ES compEAPTTLSUI.mo.eu_ES EAPTTL~1.MO|EAPTTLSUI.mo 0 1069 0 1
fileEAPTTLSUI.mo.fi_FI compEAPTTLSUI.mo.fi_FI EAPTTL~1.MO|EAPTTLSUI.mo 0 1035 0 1
fileEAPTTLSUI.mo.fr_CA compEAPTTLSUI.mo.fr_CA EAPTTL~1.MO|EAPTTLSUI.mo 0 3084 0 1
fileEAPTTLSUI.mo.fr_FR compEAPTTLSUI.mo.fr_FR EAPTTL~1.MO|EAPTTLSUI.mo 0 1036 0 1
fileEAPTTLSUI.mo.gl_ES compEAPTTLSUI.mo.gl_ES EAPTTL~1.MO|EAPTTLSUI.mo 0 1110 0 1
fileEAPTTLSUI.mo.hr_HR compEAPTTLSUI.mo.hr_HR EAPTTL~1.MO|EAPTTLSUI.mo 0 1050 0 1
fileEAPTTLSUI.mo.hu compEAPTTLSUI.mo.hu EAPTTL~1.MO|EAPTTLSUI.mo 0 1038 0 1
fileEAPTTLSUI.mo.is compEAPTTLSUI.mo.is EAPTTL~1.MO|EAPTTLSUI.mo 0 1039 0 1
fileEAPTTLSUI.mo.it_IT compEAPTTLSUI.mo.it_IT EAPTTL~1.MO|EAPTTLSUI.mo 0 1040 0 1
fileEAPTTLSUI.mo.lt compEAPTTLSUI.mo.lt EAPTTL~1.MO|EAPTTLSUI.mo 0 1063 0 1
fileEAPTTLSUI.mo.nb compEAPTTLSUI.mo.nb EAPTTL~1.MO|EAPTTLSUI.mo 0 1044 0 1
fileEAPTTLSUI.mo.nl compEAPTTLSUI.mo.nl EAPTTL~1.MO|EAPTTLSUI.mo 0 1043 0 1
fileEAPTTLSUI.mo.pl_PL compEAPTTLSUI.mo.pl_PL EAPTTL~1.MO|EAPTTLSUI.mo 0 1045 0 1
fileEAPTTLSUI.mo.pt_PT compEAPTTLSUI.mo.pt_PT EAPTTL~1.MO|EAPTTLSUI.mo 0 2070 0 1
fileEAPTTLSUI.mo.ru_RU compEAPTTLSUI.mo.ru_RU EAPTTL~1.MO|EAPTTLSUI.mo 0 1049 0 1
fileEAPTTLSUI.mo.sk_SK compEAPTTLSUI.mo.sk_SK EAPTTL~1.MO|EAPTTLSUI.mo 0 1051 0 1
fileEAPTTLSUI.mo.sl_SI compEAPTTLSUI.mo.sl_SI EAPTTL~1.MO|EAPTTLSUI.mo 0 1060 0 1
fileEAPTTLSUI.mo.sr compEAPTTLSUI.mo.sr EAPTTL~1.MO|EAPTTLSUI.mo 0 2074 0 1
fileEAPTTLSUI.mo.sv compEAPTTLSUI.mo.sv EAPTTL~1.MO|EAPTTLSUI.mo 0 1053 0 1
fileEAPTTLSUI.mo.tr compEAPTTLSUI.mo.tr EAPTTL~1.MO|EAPTTLSUI.mo 0 1055 0 1
fileEAPTTLSUI.mo.vi compEAPTTLSUI.mo.vi EAPTTL~1.MO|EAPTTLSUI.mo 0 1066 0 1
<<NOKEEP
######################################################################
# Registry
All :: "$(LANG).$(PLAT).$(CFG).Registry-1.idt"
"$(LANG).$(PLAT).$(CFG).Registry-1.idt" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@
move /y << $@ > NUL
Registry Root Key Name Value Component_
s$(MSIBUILD_LENGTH_ID) i2 l255 L255 L0 s$(MSIBUILD_LENGTH_ID)
Registry Registry
regEAPHostAuthor 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532 $(MSIBUILD_PRODUCT_NAME) compEAPHostAuthor
regEAPTTLSPeerDllPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerDllPath [$(MSIBUILD_PRODUCT_NAME_UC)BINDIR]EAPTTLS.dll compEAPTTLSPeerDllPath
regEAPTTLSPeerConfigUIPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerConfigUIPath [$(MSIBUILD_PRODUCT_NAME_UC)BINDIR]EAPTTLSUI.dll compEAPTTLSPeerConfigUIPath
regEAPTTLSPeerIdentityPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerIdentityPath [$(MSIBUILD_PRODUCT_NAME_UC)BINDIR]EAPTTLSUI.dll compEAPTTLSPeerIdentityPath
regEAPTTLSPeerInteractiveUIPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerInteractiveUIPath [$(MSIBUILD_PRODUCT_NAME_UC)BINDIR]EAPTTLSUI.dll compEAPTTLSPeerInteractiveUIPath
regEAPTTLSPeerFriendlyName 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerFriendlyName @[$(MSIBUILD_PRODUCT_NAME_UC)BINDIR]EAPTTLS.dll,-1 compEAPTTLSPeerFriendlyName
regEAPTTLSPeerInvokePasswordDialog 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerInvokePasswordDialog #0 compEAPTTLSPeerInvokePasswordDialog
regEAPTTLSPeerInvokeUsernameDialog 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerInvokeUsernameDialog #0 compEAPTTLSPeerInvokeUsernameDialog
regEAPTTLSProperties 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 Properties #389871807 compEAPTTLSProperties
<<NOKEEP
######################################################################
# Build MSM module!
######################################################################
!INCLUDE "..\..\MSI\MSIBuild\MSM.mak"