2005-09-08 |
Mike McCormack | Convert RunningActions array into a list. |
blob | commitdiff | raw |
2005-09-07 |
Mike McCormack | Keep temporary files in a seperate list. |
blob | commitdiff | raw | diff to current |
2005-09-06 |
Mike McCormack | Convert progids to a standard list. |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Mike McCormack | - build a standard Wine list of extensions instead... |
blob | commitdiff | raw | diff to current |
2005-08-26 |
Mike McCormack | - build a standard Wine list of mime types instead... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Mike McCormack | - build a standard Wine list of classes instead of... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Mike McCormack | Don't dereference variables in a trace. |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Mike McCormack | - build a standard Wine list of appids instead of using... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Mike McCormack | - build a standard Wine list of folders instead of... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Mike McCormack | - build a standard Wine list of files instead of using... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Mike McCormack | - build a standard Wine list of features instead of... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Mike McCormack | - build a standard Wine list of components instead... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Aric Stewart | If MsiGetProperty(A/W) is called with a NULL for the... |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Aric Stewart | InstallShield does a number of actions using DoAction... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Aric Stewart | Relocate the msi file to prevent cd locking, corrected... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Mike McCormack | Use standard lists in the event subscription code. |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Mike McCormack | More -Wmissing-declarations and -Wwrite-strings warning... |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Aric Stewart | Quoting fixes. |
blob | commitdiff | raw | diff to current |
2005-05-19 |
Mike McCormack | Only tables can be backquoted, strings must be single... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Marcus Meissner | Set PhysicalMemory property from system data. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Mike McCormack | Replace instances of HeapAlloc/MultiByteToWideChar... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Juan Lang | - make sure msihandle2msiinfo is correctly matched... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Mike McCormack | Remove const declaration from non-const function. |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Mike McCormack | Add more dialog controls, do something when they're... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Mike McCormack | Implement MsiPreviewDialog. |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Mike McCormack | - implement MsiOpenPackageEx, and forward MsiOpenPackag... |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Aric Stewart | MsiGetProperty does not return any error on missing... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Aric Stewart | - action.c is getting too big, so split out all the... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Alexandre Julliard | Avoid unnecessary run-time initializations. |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Aric Stewart | The new Insert fixes now properly require ?,? instead... |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Vitaly Lipatov | Get real screen properties. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Aric Stewart | Free allocated buffers. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Include a System16Folder definition. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Aric Stewart | Blank the property buffers even if the property is... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Aric Stewart | Include the trailing backslash on the Windows volume. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Aric Stewart | Fix folder resolution. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Mike McCormack | Remove a lot of fixed length buffers. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vitaly Lipatov | Add ScreenX, ScreenY, ColorBits installer properties. |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Mike McCormack | - Don't limit the size of the property that can be... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Kevin Koltzau | Partial implementation of MsiGetFileVersionA/W. |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Vincent Béron | Don't hardcode c:\windows paths in msi.dll. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Hans Leidekker | Set VersionMsi property. |
blob | commitdiff | raw | diff to current |
2004-07-14 |
Aric Stewart | Implement the functionality that allows one to call... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Mike McCormack | Implement MsiVerifyPackage, cosmetic fixes. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Aric Stewart | Implement logging. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Implemented CreateShortcut and PublishProduct. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | MsiGetProperty should return empty strings on error. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Implemented ProcessComponents. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Send progress and action messages. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Activate features and components based on their various... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Beginnings of costing and organizing into components... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Use the newly implemented UPDATE code to set properties. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Implement SetTargetPath, start the basics for tracking... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Mike McCormack | Cosmetic fixes. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Aric Stewart | Start implementing MsiOpenPackage. |
blob | commitdiff | raw | diff to current |
|