| Index: installer/src/installer-lib/interaction.cpp |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/installer/src/installer-lib/interaction.cpp |
| @@ -0,0 +1,13 @@ |
| +/** |
| + * \file interaction.cpp Implementations of user interaction classes. |
| + */ |
| + |
| +#include "interaction.h" |
| + |
| +/* |
| + * /sa MSDN "MsiProcessMessage function" |
| + * http://msdn.microsoft.com/en-us/library/windows/desktop/aa370354%28v=vs.85%29.aspx |
| + * |
| + * /sa MSDN "Sending Messages to Windows Installer Using MsiProcessMessage" |
| + * http://msdn.microsoft.com/en-us/library/windows/desktop/aa371614%28v=vs.85%29.aspx |
| + */ |