Home
last modified time | relevance | path

Searched refs:sUreInstallPath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dlayerlinks.cxx101 string sUreInstallPath = sInstallPath + TEXT("URE\\"); in CreateLayerLinks() local
109 sUreInstallPath = TEXT("..\\URE"); in CreateLayerLinks()
113 stripFinalBackslash(&sUreInstallPath); in CreateLayerLinks()
179 int nCharsRequired = MultiByteToWideChar( CP_ACP, 0, sUreInstallPath.c_str(), -1, NULL, 0 ); in CreateLayerLinks()
183 … if ( MultiByteToWideChar( CP_ACP, 0, sUreInstallPath.c_str(), -1, lpPathW, nCharsRequired ) ) in CreateLayerLinks()
213 string sUreInstallPath = sInstallPath + TEXT("URE\\"); in RemoveLayerLinks() local
217 string sUreDirName = sUreInstallPath + TEXT("bin"); in RemoveLayerLinks()

Completed in 17 milliseconds