wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / advpack / advpack.c
2008-06-21  Dan Kegeladvpack: Don't close a handle if it wasn't opened.
2008-05-30  Michael Karcheradvpack: Fix buffer sizes for possibly quoted strings.
2007-08-13  Jason Edmeadesadvpack: Strip single quotes (with tests) on reg keys.
2007-08-10  Jason Edmeadesadvpack: Show fixme when advpack fails to prompt user...
2007-04-23  Andrew Talbotadvpack: Exclude unused headers.
2007-02-05  Bang Jun-Youngadvpack: Constify the 3rd argument of RebootCheckOnInst...
2006-10-23  Eric Pouechadvpack: Plug a couple of memory leaks.
2006-10-07  James Hawkinsadvpack: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  James Hawkinsadvpack: Ignore the return value from the OCX registration.
2006-04-20  James Hawkinsadvpack: Set the ldids of the install section in instal...
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: 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: 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-11  James Hawkinsadvpack: Implement UserInstStubWrapper.
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-03-24  James Hawkinsadvpack: Forward SetPerUserSecValuesA to its Unicode...
2006-03-23  James Hawkinsadvpack: Forward the ansi user stub APIs to their Unico...
2006-03-22  James Hawkinsadvpack: Forward RebootCheckOnInstallA to its Unicode...
2006-03-22  James Hawkinsadvpack: Forward TranslateInfStringExA to its unicode...
2006-03-15  James Hawkinsadvpack: Forward OpenINFEngineA and TranslateInfStringA...
2006-02-28  James Hawkinsadvpack: Add tests for the TranslateInfStringEx trio...
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
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-01-21  James Hawkinsadvpack: Add a stub for RebootCheckOnInstall.
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: Add stubs for the user stub wrapper functions.
2006-01-21  James Hawkinsadvpack: Implement IsNTAdmin.
2006-01-14  James Hawkinsadvpack: Add stubs for CloseINFEngine, OpenINFEngine...
2006-01-13  James Hawkinsadvpack: Move file related functions to files.c.
2006-01-13  James Hawkinsadvpack: Only output a FIXME if flags are set.
2006-01-13  James Hawkinsadvpack: Implement AdvInstallFile.
2006-01-12  James Hawkinsadvpack: Add documentation for ExecuteCab.
2006-01-11  James Hawkinsadvpack: Implement ExtractFiles.
2006-01-09  James Hawkinsadvpack: Add documentation for ExtractFiles.
2006-01-03  Markus Amsleradvpack: Make DoInfInstall return an HRESULT.
2006-01-03  Markus Amsleradvpack: Fix LaunchInfSection[Ex] documentation.
2005-12-02  James HawkinsDocument many of the advpack functions.
2005-12-01  James HawkinsAdd a stub for AdvInstallFile.
2005-11-29  James HawkinsReturned versions are always initialized to zero, even...
2005-11-21  Vincent BéronAdd/correct prototypes for some already defined functio...
2005-11-08  James HawkinsImplement TranslateInfString with tests.
2005-11-03  Steven EdwardsAdd a real stub for Advpack.extract.
2005-09-06  Markus AmslerAdd a stub for IsNtAdmin.
2005-07-11  Stefan LeichterAdded stubs for ExecuteCab and TranslateInfString.
2005-04-27  Sami AarioAdded initial version of Delnode plus some tests.
2005-04-18  Sami AarioAdded stubs for RunSetupCommand and DelNode.
2005-03-14  Matthew MastracciImplement RegisterOCX.
2005-01-20  Robert ReifAdded stubs for NeedRebootInit and NeedReboot.
2004-12-15  Alexandre JulliardIt makes no sense to export the dll entry point as...
2004-12-02  Eric KohlImplement SetupDiBuildClassInfoList(ExW),
2004-11-01  Dmitry TimoshkovAdd simple implementation of advpack.DoInfInstall.
2004-10-27  Mike McCormackAdd stub implementations for LaunchINFSection(Ex).
2004-10-07  Vincent BéronUse the proper #include file delimiter in advpack.
2004-09-27  Huw DaviesPartial implementation of advpack.RegInstall.