Lines Matching refs:_tprintf
126 _tprintf(_T("(%u) %ws\n"), Event, pEventDescription);
128 _tprintf(_T("(%u) ERROR: %u - %ws\n"), Event, dwError, pEventDescription);
193 _tprintf(_T("ERROR: Unable to locate DIFxAPI.dll!\n"));
203 _tprintf(_T("ERROR: Unable to retrieve entry point for DriverPackageInstallW!\n"));
212 _tprintf(_T("ERROR: Unable to retrieve entry point for DriverPackageUninstallW!\n"));
222 _tprintf(_T("ERROR: Unable to retrieve entry point for DIFXAPISetLogCallbackW!\n"));
235 _tprintf(_T("ERROR: Unable to create log file!\n"));
250 _tprintf(_T("ERROR: INF-Path too long / could not be retrieved!\n"));
256 _tprintf(_T("Installing driver ...\n"));
258 _tprintf(_T("Uninstalling driver ...\n"));
259 _tprintf(_T("INF-File: %ws\n"), szDriverInf);
274 _tprintf(_T("Using legacy mode for install ...\n"));
281 _tprintf(_T("Installation is silent ...\n"));
298 _tprintf(_T("ERROR: The catalog file for the specified driver package was not found!\n"));
302 _tprintf(_T("ERROR: Caller is not in Administrators group to (un)install this driver package!\n"));
306 _tprintf(_T("ERROR: The current Microsoft Windows version does not support this operation!\n"));
310 _tprintf(_T("ERROR: The driver package files could not be accessed!\n"));
314 _tprintf(_T("ERROR: DriverPackageUninstall removed an association between the driver package and the specified application but the function did not uninstall the driver package because other applications are associated with the driver package!\n"));
318 _tprintf(_T("ERROR: There is no INF file in the DIFx driver store that corresponds to the INF file %ws!\n"), szDriverInf);
322 _tprintf(_T("ERROR: File not found! File = %ws\n"), szDriverInf);
326 _tprintf(_T("ERROR: The calling application is a 32-bit application attempting to execute in a 64-bit environment, which is not allowed!\n"));
330 _tprintf(_T("ERROR: The flags specified are invalid!\n"));
334 _tprintf(_T("ERROR: The (un)install operation failed! Consult the Setup API logs for more information.\n"));
338 _tprintf(
344 _tprintf(_T("ERROR: No driver in .INF-file selected!\n"));
348 _tprintf(_T("ERROR: Section in .INF-file was not found!\n"));
352 _tprintf(_T("ERROR: A component of the driver package in the DIFx driver store is locked by a thread or process\n"));
362 _tprintf(_T("ERROR: Adding driver to the driver store failed!!\n"));
366 _tprintf(_T("ERROR: The driver package type is not supported of INF %ws!\n"), szDriverInf);
374 _tprintf(_T("ERROR (%08x): %ws\n"), dwRet, szErrMsg);
385 _tprintf(_T("Driver was installed successfully!\n"));
387 _tprintf(_T("A reboot is needed to complete the driver (un)installation!\n"));
404 _tprintf (_T( "Got installation notification %u\n"), Notification);
410 _tprintf (_T( "Requesting installation media ...\n"));
414 _tprintf (_T( "Copying driver files to destination ...\n"));
435 _tprintf(_T("Installing from INF-File: %ws (Section: %ws) ...\n"),
458 _tprintf (_T( "File installation stage successful\n"));
465 _tprintf (_T( "Service installation stage successful. Installation completed\n"));
473 _tprintf (_T( "A reboot is required to complete the installation\n"));
480 _tprintf (_T( "Error %ld while installing service\n"), dwErr);
486 _tprintf (_T( "Error %ld while installing files\n"), GetLastError());
494 _tprintf (_T( "Unable to open %ws: %ld (error line %u)\n"),
512 _tprintf(_T("AddStringToMultiSZ: Adding MULTI_SZ string %ws to %ws\\%ws (Order = %d)\n"), pszValueToAdd, pszSubKey, pszKeyValue, uiOrder);
519 _tprintf(_T("AddStringToMultiSZ: RegCreateKeyEx %ts failed with error %ld!\n"), pszSubKey, lRet);
531 _tprintf(_T("AddStringToMultiSZ: RegQueryValueEx failed with error %ld, key type = 0x%x!\n"), lRet, dwType);
581 _tprintf(_T("AddStringToMultiSZ: RegSetValueEx failed with error %ld!\n"), lRet);
587 _tprintf(_T("AddStringToMultiSZ: Value %ws successfully written!\n"), pszValueToAdd);
608 _tprintf(_T("RemoveStringFromMultiSZ: Removing MULTI_SZ string: %ws from %ws\\%ws ...\n"), pszValueToRemove, pszSubKey, pszKeyValue);
615 _tprintf(_T("RemoveStringFromMultiSZ: RegCreateKeyEx %ts failed with error %ld!\n"), pszKey, lRet);
626 _tprintf(_T("RemoveStringFromMultiSZ: RegQueryValueEx failed with %d, key type = 0x%x!\n"), lRet, dwType);
631 _tprintf(_T("RemoveStringFromMultiSZ: Current key len: %ld\n"), cbKeyValue);
663 _tprintf(_T("RemoveStringFromMultiSZ: New key value: %ws (%u bytes)\n"),
669 _tprintf(_T("RemoveStringFromMultiSZ: RegSetValueEx failed with %d!\n"), lRet);
675 _tprintf(_T("RemoveStringFromMultiSZ: Value %ws successfully removed!\n"), pszValueToRemove);
702 _tprintf(_T("RegistryAddStringToList: RegCreateKeyEx %ts failed with error %ld!\n"), pszSubKey, lRet);
712 _tprintf(_T("RegistryAddStringToList: RegQueryValueEx failed with %d, key type = 0x%x!\n"), lRet, dwType);
718 _tprintf(_T("RegistryAddStringToList: Key value: %ws\n"), szKeyValue);
752 _tprintf (_T("RegistryAddStringToList: Temp new key value: %ws\n"), szNewKeyValue);
768 _tprintf(_T("RegistryAddStringToList: New provider list: %ws (%u bytes)\n"), szNewKeyValue, iNewLen);
773 _tprintf(_T("RegistryAddStringToList: RegSetValueEx failed with %ld!\n"), lRet);
797 _tprintf(_T("RegistryRemoveStringFromList: RegCreateKeyEx %ts failed with error %ld!\n"), pszSubKey, lRet);
807 _tprintf(_T("RegistryRemoveStringFromList: RegQueryValueEx failed with %d, key type = 0x%x!\n"), lRet, dwType);
813 _tprintf(_T("RegistryRemoveStringFromList: Key value: %ws\n"), szKeyValue);
835 _tprintf (_T("RegistryRemoveStringFromList: Temp new key value: %ws\n"), szNewKeyValue);
847 _tprintf(_T("RegistryRemoveStringFromList: New provider list: %ws (%u bytes)\n"), szNewKeyValue, iNewLen);
852 _tprintf(_T("RegistryRemoveStringFromList: RegSetValueEx failed with %ld!\n"), lRet);
868 _tprintf(_T("Adding network provider \"%ws\" (Order = %u) ...\n"), pszProvider, uiOrder);
873 _tprintf(_T("Network provider successfully added!\n"));
885 _tprintf(_T("Removing network provider \"%ws\" ...\n"), pszProvider);
890 _tprintf(_T("Network provider successfully removed!\n"));
906 _tprintf(_T("Installing service %ws (%ws) ...\n"), pszDisplayName, pszStartStopName);
911 _tprintf(_T("Could not get handle to SCM! Error: %ld\n"), GetLastError());
953 _tprintf(_T("Service already exists. No installation required. Updating the service config.\n"));
961 _tprintf(_T("Could not open service! Error: %ld\n"), dwErr);
977 _tprintf(_T("The service config has been successfully updated.\n"));
981 _tprintf(_T("Could not change service config! Error: %ld\n"), dwErr);
996 _tprintf(_T("Invalid parameter specified!\n"));
1002 _tprintf(_T("Could not create service! Error: %ld\n"), dwErr);
1013 _tprintf(_T("Installation of service successful!\n"));
1028 _tprintf(_T("Deleting service '%ws' ...\n"), pszStartStopName);
1034 _tprintf(_T("Could not get handle to SCM! Error: %ld\n"), GetLastError());
1042 _tprintf(_T("Could not open service '%ws'! Error: %ld\n"), pszStartStopName, GetLastError());
1059 _tprintf(_T("Service '%ws' already marked for deletion.\n"), pszStartStopName);
1064 _tprintf(_T("Could not delete service '%ws'! Error: %ld\n"), pszStartStopName, GetLastError());
1071 _tprintf(_T("Service '%ws' successfully removed!\n"), pszStartStopName);
1077 _tprintf(_T("Unable to lock service database! Error: %ld\n"), GetLastError());
1109 _tprintf(_T("Could not open registry key! Error: %ld\n"), GetLastError());
1115 _tprintf(_T("Could not write to registry! Error: %ld\n"), GetLastError());
1124 _tprintf(_T("VirtualBox Guest Additions Installation Helper for Windows\n"));
1125 _tprintf(_T("Version: %d.%d.%d.%d\n\n"), VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV);
1126 _tprintf(_T("Syntax:\n"));
1127 _tprintf(_T("\n"));
1128 _tprintf(_T("Drivers:\n"));
1129 _tprintf(_T("\tVBoxDrvInst driver install <inf-file> [log file]\n"));
1130 _tprintf(_T("\tVBoxDrvInst driver uninstall <inf-file> [log file]\n"));
1131 _tprintf(_T("\tVBoxDrvInst driver executeinf <inf-file>\n"));
1132 _tprintf(_T("\n"));
1133 _tprintf(_T("Network Provider:\n"));
1134 _tprintf(_T("\tVBoxDrvInst netprovider add <name> [order]\n"));
1135 _tprintf(_T("\tVBoxDrvInst netprovider remove <name>\n"));
1136 _tprintf(_T("\n"));
1137 _tprintf(_T("Registry:\n"));
1138 _tprintf(_T("\tVBoxDrvInst registry write <root> <sub key>\n")
1141 _tprintf(_T("\tVBoxDrvInst registry addmultisz <root> <sub key>\n")
1143 _tprintf(_T("\tVBoxDrvInst registry delmultisz <root> <sub key>\n")
1146 _tprintf(_T("\n"));
1169 _tprintf(_T("ERROR: Platform not supported for driver (un)installation!\n"));
1288 _tprintf(_T("%d.%d.%d.%d\n"), VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV);
1302 _tprintf(_T("No or wrong parameters given! Please consult the help (\"--help\" or \"/?\") for more information.\n"));