Lines Matching refs:TCHAR

98 	TCHAR    buffer[1024];  in OutputDebugStringFormat()
113 const TCHAR sInstKey[] = TEXT( "Software\\Microsoft\\Windows\\CurrentVersion\\Installer" );
114 const TCHAR sInstLocValue[] = TEXT( "InstallerLocation" );
115 const TCHAR sMsiDll[] = TEXT( "\\msi.dll" );
116 const TCHAR sMsiExe[] = TEXT( "\\msiexec.exe" );
117 const TCHAR sDelayReboot[] = TEXT( " /c:\"msiinst /delayreboot\"" );
118 const TCHAR sMsiQuiet[] = TEXT( " /q" );
119 const TCHAR sMemMapName[] = TEXT( "Global\\MsiErrorObject" );
141 m_pErrorText = new TCHAR[ MAX_TEXT_LENGTH ]; in SetupAppX()
205 m_pAppTitle = new TCHAR[ MAX_STR_CAPTION ]; in Initialize()
210 m_pModuleFile = new TCHAR[ MAX_PATH ]; in Initialize()
265 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection()
276 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection()
286 TCHAR sBuf[80]; in GetProfileSection()
307 TCHAR *sProfilePath = 0; in ReadProfile()
441 void SetupAppX::AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ) in AddFileToPatchList()
445 m_pPatchFiles = new TCHAR[ MAX_STR_LENGTH ]; in AddFileToPatchList()
461 TCHAR* pPattern = new TCHAR[ nPatternLen ]; in GetPatches()
462 TCHAR* pBaseDir = new TCHAR[ nPatternLen ]; in GetPatches()
465 TCHAR *pFilePart = 0; in GetPatches()
507 boolean SetupAppX::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile()
515 TCHAR* pTempPath = new TCHAR[ nTempPath ]; in GetPathToFile()
518 TCHAR *pFilePart = 0; in GetPathToFile()
532 *pPath = new TCHAR[ nPath ]; in GetPathToFile()
542 *pPath = new TCHAR[ nPath ]; in GetPathToFile()
572 int SetupAppX::GetNameValue( TCHAR* pLine, TCHAR** pName, TCHAR** pValue ) in GetNameValue()
607 *pValue = new TCHAR[ nValueLen ]; in GetNameValue()
627 TCHAR *sString = new TCHAR[ MAX_LANGUAGE_LEN ]; in ChooseLanguage()
711 TCHAR *sMsiFolder = new TCHAR[ MAX_PATH + 1 ]; in LoadMsiLibrary()
720 sMsiFolder = new TCHAR[ dwMsiFolderSize ]; in LoadMsiLibrary()
730 TCHAR *pMsiLocation = new TCHAR[ nLength ]; in LoadMsiLibrary()
753 TCHAR *sMsiFolder = new TCHAR[ MAX_PATH + 1 ]; in GetPathToMSI()
769 sMsiFolder = new TCHAR[ nMsiFolderSize ]; in GetPathToMSI()
787 sMsiFolder = new TCHAR[ nRet ]; in GetPathToMSI()
803 sMsiPath = new TCHAR[ nLength ]; in GetPathToMSI()
848 TCHAR *sCmdLine = new TCHAR[ nCmdLineLength ]; in LaunchInstaller()
885 TCHAR sBuf[80]; in LaunchInstaller()
925 TCHAR *pDataBasePath = NULL; in Install()
969 TCHAR *pParams = new TCHAR[ nParLen ]; in Install()
1036 TCHAR sError[ MAX_TEXT_LENGTH ] = {0}; in DisplayError()
1037 TCHAR sTmp[ MAX_TEXT_LENGTH ] = {0}; in DisplayError()
1145 TCHAR sTmp[ MAX_LANGUAGE_LEN ] = {0}; in GetLanguageName()
1177 TCHAR pMsiVersion[ VERSION_SIZE ]; in CheckVersion()
1238 TCHAR *sProductVersion = new TCHAR[ MAX_PATH + 1 ]; in CheckForUpgrade()
1264 const TCHAR sSearchStr[] = TEXT("Terminal Server"); in IsTerminalServerInstalled()
1265 const TCHAR sKey[] = TEXT("System\\CurrentControlSet\\Control\\ProductOptions"); in IsTerminalServerInstalled()
1266 const TCHAR sValue[] = TEXT("ProductSuite"); in IsTerminalServerInstalled()
1277 TCHAR* sSuiteList = new TCHAR[ (dwSize*sizeof(byte)/sizeof(TCHAR)) + 1 ]; in IsTerminalServerInstalled()
1285 const TCHAR *sSubString = sSuiteList; in IsTerminalServerInstalled()
1317 const TCHAR *sMutexName = NULL; in AlreadyRunning()
1318 const TCHAR sGUniqueName[] = TEXT( "Global\\_MSISETUP_{EA8130C1-8D3D-4338-9309-1A52D530D846}" ); in AlreadyRunning()
1319 const TCHAR sUniqueName[] = TEXT( "_MSISETUP_{EA8130C1-8D3D-4338-9309-1A52D530D846}" ); in AlreadyRunning()
1465 *pArg = new TCHAR[ nCount ]; in GetNextArgument()
1489 TCHAR *pNewCmdLine = new TCHAR[ nSize ]; in GetCmdLineParameters()
1791 LPTSTR pAppProdTitle = new TCHAR[ MAX_STR_CAPTION ]; in SetProdToAppTitle()
1816 LPTSTR pNewTitle = new TCHAR[ nLen ]; in SetProdToAppTitle()
1842 boolean SetupAppX::IsPatchInstalled( TCHAR* pBaseDir, TCHAR* pFileName ) in IsPatchInstalled()
1849 TCHAR *szDatabasePath = new TCHAR [ nLen ]; in IsPatchInstalled()
1850 TCHAR sBuf[80]; in IsPatchInstalled()
1865 LPTSTR szPatchID = new TCHAR[ 64 ]; in IsPatchInstalled()
1901 boolean SetupAppX::InstallRuntimes( TCHAR *sProductCode, TCHAR *sRuntimePath ) in InstallRuntimes()
1922 TCHAR *sCmdLine = new TCHAR[ nCmdLineLength ]; in InstallRuntimes()
1958 TCHAR sBuf[80]; in InstallRuntimes()
1976 TCHAR *sRuntimePath = 0; in InstallRuntimes()
2046 m_pTransform = new TCHAR [ nLen ]; in LanguageDataX()