Lines Matching refs:TEXT
55 TCHAR szDummy[1] = TEXT(""); in GetMsiProperty()
133 string present(GetMsiProperty(handle, TEXT("MsiNetAssemblySupport"))); in DotNetCheck()
134 string required(GetMsiProperty(handle, TEXT("REQUIRED_DOTNET_VERSION"))); in DotNetCheck()
142 handle, TEXT("DOTNET_SUFFICIENT"), in DotNetCheck()
144 TEXT("0") : TEXT("1"))); in DotNetCheck()
156 string property = GetMsiProperty(handle, TEXT("INSTALLLOCATION")); in ShowProperties()
157 string myText = TEXT("INSTALLLOCATION: ") + property; in ShowProperties()
160 property = GetMsiProperty(handle, TEXT("Installed")); in ShowProperties()
161 myText = TEXT("Installed: ") + property; in ShowProperties()
164 property = GetMsiProperty(handle, TEXT("PATCH")); in ShowProperties()
165 myText = TEXT("PATCH: ") + property; in ShowProperties()
168 property = GetMsiProperty(handle, TEXT("REMOVE")); in ShowProperties()
169 myText = TEXT("REMOVE: ") + property; in ShowProperties()
172 property = GetMsiProperty(handle, TEXT("ALLUSERS")); in ShowProperties()
173 myText = TEXT("ALLUSERS: ") + property; in ShowProperties()