wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / advpack / install.c
2007-07-10  Detlef Riekenbergadvpack+setupapi: Remove unneeded checks before SetupCl...
2007-04-23  Andrew Talbotadvpack: Exclude unused headers.
2007-04-03  Andrew Talbotadvpack: Constify some variables.
2007-04-02  Rob Shearmanadvpack: Stop processing if there was an error register...
2007-04-02  Rob Shearmanadvpack: Call OleInitialize before registering OCXs...
2007-03-13  Andrew Talbotadvpack: Constify some variables.
2006-11-02  James Hawkinsadvpack: Use the full path of the INF file as the sourc...
2006-10-24  James Hawkinsadvpack: Fix the full path check.
2006-10-09  James Hawkinsadvpack: Make internal functions static.
2006-10-07  James Hawkinsadvpack: Win64 printf format warning fixes.
2006-09-07  James Hawkinsadvpack: Add the regsvr action to the SetupInstallFromI...
2006-09-07  James Hawkinsadvpack: Get the proper working directory in install_init.
2006-07-10  James Hawkinsadvpack: Add tests for different configurations of...
2006-06-21  James Hawkinsadvpack: Implement DoInfInstall on top of the install...
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-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-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: Put function declarations in advpack_private.h.
2006-04-17  James Hawkinsadvpack: Add install_init/release to perform install...
2006-04-17  James Hawkinsadvpack: Use the default queue callback when calling...
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-05  James Hawkinsadvpack: Factor out advpack error handling into ADV_HRE...
2006-04-04  James Hawkinsadvpack: Forward LaunchINFSectionA to its Unicode count...
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: Set hexe to a non-NULL value to test that...
2006-03-24  James Hawkinsadvpack: Forward RunSetupCommandA to its Unicode counte...
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-02-21  James Hawkinsadvpack: Branch off the advpack install functions into...