Lines Matching refs:szValue
102 TCHAR szValue[32767]; in GetUserInstallMode() local
108 szValue, in GetUserInstallMode()
109 elementsof(szValue), in GetUserInstallMode()
113 if ( !_tcsicmp( szValue, TEXT("INVALIDDIRECTORY") ) ) in GetUserInstallMode()
124 szValue[0] = '\0'; in GetUserInstallMode()
130 szValue, in GetUserInstallMode()
131 elementsof(szValue), in GetUserInstallMode()
135 if ( !_tcsicmp( szValue, TEXT("ISWRONGPRODUCT") ) ) in GetUserInstallMode()
148 if (_tcsnicmp(ProductMajor.c_str(), szValue, 3)) in GetUserInstallMode()
165 szValue[0] = '\0'; in GetUserInstallMode()
171 szValue, in GetUserInstallMode()
172 elementsof(szValue), in GetUserInstallMode()
176 int InstalledProductMinor = atoi(szValue); in GetUserInstallMode()
189 szValue[0] = '\0'; in GetUserInstallMode()
195 szValue, in GetUserInstallMode()
196 elementsof(szValue), in GetUserInstallMode()
200 if ( szValue[0] ) in GetUserInstallMode()
202 SetMsiProperty( handle, TEXT("ALLUSERS"), szValue ); in GetUserInstallMode()