Gave the wrong link above for Windows API. It is http://www.codeproject.com/KB/cs/msi...px?msg=1377357
Waiting for your valuable solution
User Profile
Collapse
-
yogita1107 started a topic How to fetch MSIHANDLE for the current instance of the installer in Installer class.in C SharpHow to fetch MSIHANDLE for the current instance of the installer in Installer class.
I have a setup project in Visual Studio 2008 with Custom Action class. I have to execute the msi on command line using msiexec /i SetupProject.ms i /qb /l* out.txt command. The task is to write custom messages to the log file. This can be done by MsiProcessMessa ge function from Windows Installer API. To achieve this I have downloaded the C# wrapper class posted on CodeProject.com (http://www.codeproject.com/csharp/msiinterop.asp) that provides a C#...
No activity results to display
Show More
Leave a comment: