Fix parsing of string literals.
[wine] / dlls / msi / package.c
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartImplement logging.
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-04  Aric StewartActivate features and components based on their various...
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-07-04  Mike McCormackCosmetic fixes.
2004-06-30  Aric StewartStart implementing MsiOpenPackage.