winemaker: Output UTF-8 Makefiles.
[wine] / dlls / advpack /
2006-06-21  James Hawkinsadvpack: Implement DoInfInstall on top of the install...
2006-06-14  Mike McCormackadvpack: Remove some dead code. (Coverity)
2006-06-07  Michael StefaniucRemove more redundant NULL checks before HeapFree ...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetAssorted spelling fixes.
2006-05-08  James Hawkinsadvpack: DelDirs should only remove a directory if...
2006-05-08  James Hawkinsadvpack: The only flag we don't handle is RSC_FLAG_UPDH...
2006-05-05  James Hawkinsadvpack: Don't fail if the dll to register doesn't...
2006-05-05  James Hawkinsadvpack: Implement the DelDirs command.
2006-05-05  James Hawkinsadvpack: Implement the CheckAdminRights option.
2006-05-05  James Hawkinsadvpack: Implement the RunPreSetupCommands command.
2006-05-05  James Hawkinsadvpack: INF install is implemented so fix the document...
2006-05-05  James Hawkinsadvpack: Implement the PerUserInstall command.
2006-05-05  James Hawkinsadvpack: Leave room for the NULL terminator in the...
2006-05-05  James Hawkinsadvpack: NULL-terminate the source path.
2006-05-05  James Hawkinsadvpack: Return the hresult in ExecuteCabW.
2006-05-05  James Hawkinsadvpack: Clean up the formatting of RegInstall to match...
2006-05-05  James Hawkinsadvpack: Perform an Advanced INF-level install in RegIn...
2006-05-05  James Hawkinsadvpack: Factor out writing predefined strings into...
2006-05-05  James Hawkinsadvpack: Ignore the return value from the OCX registration.
2006-04-20  James Hawkinsadvpack: Implement LaunchINFSectionW.
2006-04-20  James Hawkinsadvpack: Implement ExecuteCabW.
2006-04-20  James Hawkinsadvpack: Implement the RunPostSetupCommands callback.
2006-04-20  James Hawkinsadvpack: Implement the RegisterOCXs callback.
2006-04-20  James Hawkinsadvpack: Set the ldids of the install section in instal...
2006-04-20  James Hawkinsadvpack: Add stub handling for the RegisterOCXs command.
2006-04-20  James Hawkinsadvpack: Don't TRACE the internals of the setup pointer...
2006-04-20  James Hawkinsadvpack: LaunchINFSectionExA is no longer a stub.
2006-04-19  James Hawkinsadvpack: Set the destination directory to the working...
2006-04-19  James Hawkinsadvpack: Add the ability to set multiple keys on one...
2006-04-19  James Hawkinsadvpack: Put function declarations in advpack_private.h.
2006-04-17  James Hawkinsadvpack: Add install_init/release to perform install...
2006-04-17  James Hawkinsadvpack: Factor out OCX registering into do_ocx_reg.
2006-04-17  James Hawkinsadvpack: Use get_parameter to read the three parameters...
2006-04-17  James Hawkinsadvpack: The fallback directory is the fifth field...
2006-04-17  James Hawkinsadvpack: Use the default queue callback when calling...
2006-04-17  James Hawkinsadvpack: Fix the documentation for RegisterOCX.
2006-04-17  James Hawkinsadvpack: Fix the return type of RegisterOCX.
2006-04-14  James Hawkinsadvpack: Document RegisterOCX.
2006-04-13  Alexandre Julliardadvpack: Fixed a couple of typos in Unicode conversion.
2006-04-11  James Hawkinsadvpack: Implement UserInstStubWrapper.
2006-04-11  James Hawkinsadvpack: Perform a setupapi-level install of the INF...
2006-04-11  James Hawkinsadvpack: Implement LaunchINFSectionEx.
2006-04-11  James Hawkinsadvpack: Standardize the format of advpack traces.
2006-04-11  James Hawkinsadvpack: Standardize the format of advpack parameter...
2006-04-10  James Hawkinsadvpack: Add initial implementation of SetPerUserSecValues.
2006-04-07  James Hawkinsadvpack: Add a few more tests for SetPerUserSecValues.
2006-04-07  James Hawkinsadvpack: Forward DelNodeRunDLL32A to its Unicode counte...
2006-04-07  James Hawkinsadvpack: Rewrite get_parameter to be able to handle...
2006-04-06  James Hawkinsadvpack: Add initial tests for SetPerUserSecValues.
2006-04-05  James Hawkinsadvpack: Factor out advpack error handling into ADV_HRE...
2006-04-04  James Hawkinsadvpack: Forward RegInstallA to its Unicode counterpart.
2006-04-04  James Hawkinsadvpack: Forward LaunchINFSectionA to its Unicode count...
2006-04-04  James Hawkinsadvpack: Forward RegSaveRestoreOnINFA to its Unicode...
2006-04-04  James Hawkinsadvpack: Forward RegSaveRestoreA to its Unicode counter...
2006-04-04  James Hawkinsadvpack: Forward RegRestoreAllA to its Unicode counterpart.
2006-03-31  James Hawkinsadvpack: LaunchINFSectionExW is available, so mark...
2006-03-31  James Hawkinsadvpack: Forward ExecuteCabA to its Unicode counterpart.
2006-03-30  James Hawkinsadvpack: Open the INF file if the RSC_FLAG_INF flag...
2006-03-30  James Hawkinsadvpack: Forward LaunchINFSectionExA to its Unicode...
2006-03-30  James Hawkinsadvpack: Fix the documentation for the cmdline paramete...
2006-03-27  James Hawkinsadvpack: Implement the launching of executables in...
2006-03-27  James Hawkinsadvpack: Define S_ASYNCHRONOUS in advpub.h.
2006-03-27  James Hawkinsadvpack: Set hexe to a non-NULL value to test that...
2006-03-24  James Hawkinsadvpack: Add initial tests for RunSetupCommand.
2006-03-24  James Hawkinsadvpack: Forward DelNodeA to its Unicode counterpart.
2006-03-24  James Hawkinsadvpack: Forward RunSetupCommandA to its Unicode counte...
2006-03-24  James Hawkinsadvpack: Forward the FileSaveRestore API to their Unico...
2006-03-24  James Hawkinsadvpack: Forward GetVersionFromFileA/ExA to their Unico...
2006-03-24  James Hawkinsadvpack: Forward SetPerUserSecValuesA to its Unicode...
2006-03-23  James Hawkinsadvpack: Implement FileSaveMarkNotExistW.
2006-03-23  James Hawkinsadvpack: Forward AdvInstallFileA to its Unicode counter...
2006-03-23  James Hawkinsadvpack: Forward the ansi user stub APIs to their Unico...
2006-03-23  James Hawkinsadvpack: Forward AddDelBackupEntryA to its unicode...
2006-03-22  James Hawkinsadvpack: Forward RebootCheckOnInstallA to its Unicode...
2006-03-22  James Hawkinsadvpack: Forward TranslateInfStringExA to its unicode...
2006-03-22  James Hawkinsadvpack: Add second null for double null terminated...
2006-03-15  James Hawkinsadvpack: Forward OpenINFEngineA and TranslateInfStringA...
2006-02-28  James Hawkinsadvpack: Factor out loading the program files directory.
2006-02-28  James Hawkinsadvpack: Add tests for the TranslateInfStringEx trio...
2006-02-28  James Hawkinsadvpack: Factor out the API loading of advpack tests.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-02-21  James Hawkinsadvpack: Implement AddDelBackupEntry.
2006-02-21  James Hawkinsadvpack: Add tests for AddDelBackupEntry.
2006-02-21  James Hawkinsadvpack: Make AddDelBackupEntry always return S_OK.
2006-02-21  James Hawkinsadvpack: Branch off the advpack install functions into...
2006-02-21  James Hawkinsadvpack: Implement the Open/CloseINFEngine and Translat...
2006-02-21  James Hawkinsadvpack: Load the LDIDs of an install section in Transl...
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-23  Detlef Riekenbergadvpack/tests: Fixed failure when "ProgramFilesDir...
2006-01-21  James Hawkinsadvpack: Add a stub for RebootCheckOnInstall.
2006-01-21  James Hawkinsadvpack: Fix the documentation for AddDelBackupEntry.
2006-01-21  James Hawkinsadvpack: Complete the documentation for CloseINFEngine.
2006-01-21  James Hawkinsadvpack: Add a stub for SetPerUserSecValues.
2006-01-21  James Hawkinsadvpack: Fix the documentation for FileSaveMarkNotExist.
2006-01-21  James Hawkinsadvpack: Forward FileSaveMarkNotExist to AddDelBackupEntry.
2006-01-21  James Hawkinsadvpack: Add stubs for the user stub wrapper functions.
2006-01-21  James Hawkinsadvpack: Implement DelNodeRunDLL32.
2006-01-21  James Hawkinsadvpack: Implement IsNTAdmin.
2006-01-14  James Hawkinsadvpack: Remove stub status from implemented functions.
next