Searched refs:InstallForAllUser (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 86 void RegisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Insta… in RegisterActiveXNative() argument 97 InstallForAllUser = TRUE; in RegisterActiveXNative() 116 ( *pNativeProc )( nMode, InstallForAllUser, InstallFor64Bit, pProgramPath ); in RegisterActiveXNative() 127 void UnregisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Ins… in UnregisterActiveXNative() argument 133 InstallForAllUser = TRUE; in UnregisterActiveXNative() 140 ( *pNativeProc )( nMode, InstallForAllUser, InstallFor64Bit ); in UnregisterActiveXNative()
|
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | register.cxx | 51 … RegistrarPtr CreateRegistrar(bool InstallForAllUser, const RegistrationContextInformation& RegCtx) in CreateRegistrar() argument 55 if (InstallForAllUser) in CreateRegistrar()
|
Completed in 13 milliseconds