Make index INT not UINT because it can be -1.
[wine] / dlls / msi / helpers.c
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-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-29  Aric StewartHandle installs off multiple volumes and properly pull...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-21  Aric StewartFix situations where TARGETDIR is set to a non \ terminated
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.