Searched defs:fLogging (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp471 * @param fLogging Whether to enable installer logging.
473 static RTEXITCODE ProcessMsiPackage(const char *pszMsi, const char *pszMsiArgs, bool fLogging) argument
488 if (fLogging)
617 * @param fLogging Whether to enable installer logging.
619 static RTEXITCODE ProcessPackage(unsigned iPackage, const char *pszPkgDir, const char *pszMsiArgs, bool fLogging) argument
643 rcExit = ProcessMsiPackage(szPkgFile, pszMsiArgs, fLogging);

Completed in 1121 milliseconds