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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /**
2 * \file interaction.cpp Implementations of user interaction classes.
3 */
4
5 #include "interaction.h"
6
7 /*
8 * /sa MSDN "MsiProcessMessage function"
9 * http://msdn.microsoft.com/en-us/library/windows/desktop/aa370354%28v=vs.85 %29.aspx
10 *
11 * /sa MSDN "Sending Messages to Windows Installer Using MsiProcessMessage"
12 * http://msdn.microsoft.com/en-us/library/windows/desktop/aa371614%28v=vs.85 %29.aspx
13 */
OLDNEW

Powered by Google App Engine
This is Rietveld