Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/installer-lib/interaction.cpp

Issue 22887001: Custom action library, initial version (Closed)
Patch Set: Created Oct. 28, 2013, 9:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+ */

Powered by Google App Engine
This is Rietveld