Allocate memory rather than using fixed length buffers.
[wine] / dlls / msi / action.c
2005-09-08  Mike McCormackAllocate memory rather than using fixed length buffers.
2005-09-08  Mike McCormackRemove an unnecessary level of indent.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackAvoid fixed length buffers for conditions.
2005-09-06  Mike McCormackMake some fixme messages less alarmist.
2005-08-25  Mike McCormackMake sure to save the result calculated in ACTION_Updat...
2005-08-25  Aric StewartDisplay the correct text string in the action text...
2005-08-24  Johan DahlinAdded a null check for component.
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-23  Aric StewartMake index INT not UINT because it can be -1.
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-19  Mike McCormackStore the component information in a standard Wine...
2005-08-16  Aric StewartFixed a memory overflow and leak identified by Mike...
2005-08-15  Aric StewartAdd some body to ResolveSource because it is possible...
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-11  Aric StewartUse the strings defined in msi.h.
2005-07-08  Aric StewartInstallShield does a number of actions using DoAction...
2005-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-07-06  Mike McCormackStop the install when cancelling from a modeless dialog.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-24  Aric StewartPerform ExecuteAction at UILevel 2.
2005-06-24  Aric StewartRework CreateShortcuts to use MSI_IterateRecords.
2005-06-24  Aric StewartProperly handle -1 as a registry key root.
2005-06-24  Aric StewartRework SelfRegModules to use MSI_IterateRecords.
2005-06-23  Aric StewartRework component, feature and file loading to use MSI_I...
2005-06-23  Aric StewartRework RegisterFonts to use MSI_IterateRecords.
2005-06-23  Aric StewartRework WriteIniValues to use MSI_IterateRecords.
2005-06-22  Aric StewartRework PublishProduct to use MSI_IterateRecords.
2005-06-22  Aric StewartRework RegisterTypeLibraries to use MSI_IterateRecords.
2005-06-22  Aric StewartRework LaunchConditions to use MSI_IterateRecords.
2005-06-21  Aric StewartRework CostFinalize to use MSI_IterateRecords.
2005-06-21  Aric StewartRework WriteRegistryValues to use MSI_IterateRecords.
2005-06-21  Aric StewartRework CreateFolders to use MSI_IterateRecords.
2005-06-20  Aric StewartUse MSI_IterateRecords for processing actions.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Aric StewartFlesh out the remaining keys in RegisterProduct.
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-16  Aric StewartBreak out all the top level apis into install.c.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
2005-06-09  Aric StewartExtending upon Mike McCormack's cleanup to use MSI_Reco...
2005-06-09  Aric StewartRegister the Product Version also.
2005-06-09  Aric StewartAvoid a loop where a parent's parent refers to itself...
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-06-08  Aric StewartSet the Preselected property if appropriate (relevant to
2005-06-08  Aric StewartWrite out Product Language and Product Icon to the...
2005-06-08  Aric StewartWrite out UpgradeCodes to the registry to allow for...
2005-06-08  Mike McCormackUse MSI_RecordGetString in more actions.
2005-06-07  Mike McCormackUse MSI_RecordGetString where possible.
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-06  Aric StewartDon't get caught in loops on parent progids.
2005-06-04  Aric StewartSince multiple progids can refer to 1 class we need...
2005-06-03  Aric StewartAdd install_on_demand for Extension servers also. curre...
2005-06-02  Aric StewartDo not loop if a ProgId's Parent Index it itself.
2005-06-02  Aric StewartPrint a message for skipped actions in ProcessExecSeque...
2005-06-02  Aric StewartDo not change a features state to Advertise if it expli...
2005-06-02  Aric StewartFor typelibs index 1 do not add \\1 to the path. This...
2005-06-02  Aric StewartRegister the FileType and correct short vs long path...
2005-06-02  Mike McCormackUse the new helper function MSI_QueryGetRecord.
2005-05-31  Mike McCormackRemove some unused code.
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-26  Aric StewartFirst pass at writing out CurVer keys for ProgIds....
2005-05-26  Aric StewartA big rewrite of the whole RegisterClass, RegisterProgId,
2005-05-23  Aric StewartDouble terminate SZ_MULTI properly.
2005-05-20  Aric StewartWrite the RegOwner and RegCompany keys as blank if...
2005-05-20  Aric StewartFix quoting on queries.
2005-05-19  Juan LangDon't fail in RegisterFonts if the Fonts table is missing.
2005-05-18  Aric StewartWe cannot internally load the files in FileCost because...
2005-05-18  Aric StewartCorrectly use short filenames from uncompressed file...
2005-05-18  Aric StewartSome error messages and strcmp changes suggested by...
2005-05-16  Aric StewartCorrect a problem with parse_data if binary data was...
2005-05-13  Aric Stewart- ExecuteAction runs the whole Execute table and not...
2005-05-09  Aric StewartFix a few leaking object handles.
2005-04-28  Aric StewartCorrect user component publication.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-03-30  Aric StewartMake sure the GUID of the typelib we are registering...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Aric StewartIf running in UI mode, then display the UI mode dialogs...
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-03-08  Ulrich CzekallaAllocate space for terminating null.
2005-03-08  Ulrich CzekallaFix a memory leak.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Aric StewartText reformatting patch to clean up all the static...
2005-03-01  Juan LangDon't hardcode windows or system directories, correct...
2005-02-25  Aric StewartImplement the action RegisterFonts.
2005-02-24  Aric StewartAdd the ExecuteAction handler.
2005-02-24  Ulrich CzekallaPrevent accessing freed memory in failure case.
2005-02-22  Mike McCormackMake sure strings are null terminated.
2005-02-22  Aric StewartUpdate the installed state for components during CostFi...
next