Hi,I have written a sample dll and the code is given below,. It is a win32 dll.void WINAPI Display(MSIHANDLE hInstall){ int i; TCHAR* szValueBuf = NULL;DWORD cchValueBuf = 0;MessageBox(NULL,"creating dll","Success",MB_OK);TCHAR *szPackagePath="D:\...