Searched refs:rhMSI (Results 1 – 1 of 1) sorted by relevance
289 bool DoRegEntries( MSIHANDLE& rhMSI, OPERATION op, MSIHANDLE& rhView) in DoRegEntries() argument409 if (WriteRegistry(rhMSI, SET, szComponent)) in DoRegEntries()417 if (WriteRegistry(rhMSI, REMOVE, szComponent)) in DoRegEntries()435 bool Reg64(MSIHANDLE& rhMSI, OPERATION op) in Reg64() argument437 isInstall4AllUsers = IsInstallForAllUsers(rhMSI); in Reg64()438 sBasisInstallLocation = GetBasisInstallLocation(rhMSI); in Reg64()447 MSIHANDLE hDatabase = MsiGetActiveDatabase(rhMSI); in Reg64()451 DoRegEntries( rhMSI, op, hView); in Reg64()
Completed in 12 milliseconds