aboutsummaryrefslogtreecommitdiff
path: root/fake-msi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move snew/sfree out into their own header+src.Simon Tatham2017-05-181-0/+1
* Move MD5 out into its own file.Simon Tatham2017-05-181-39/+0
* Write terminating strings when MsiGetFileVersion() fails.Simon Tatham2017-05-161-0/+5
* Implement MsiGetFileHash.Simon Tatham2017-05-161-0/+38
* Implement MsiGetFileVersion.Simon Tatham2017-05-161-6/+175
* Trivial misspelled option.Simon Tatham2017-05-151-1/+1
* We now get as far as building a non-empty MSI file!Simon Tatham2017-05-151-32/+158
* Build cab files using lcab.Simon Tatham2017-05-151-26/+1
* All the remaining function stubs I appear to need.Simon Tatham2017-05-151-1/+109
* Start of a fake msi.dll.Simon Tatham2017-02-201-0/+15