User Profile

Collapse

Profile Sidebar

Collapse
ramcbe
ramcbe
Last Activity: Aug 5 '09, 04:31 AM
Joined: Jun 9 '09
Location: coimbatore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to create .msi package with serial number validation?

    hello,
    i am very new to vc++.i have the code.
    Code:
    #include "windows.h"
    #include "stdafx.h"
    
    // Need the following header files to access the MSI API
    
    #include "msi.h"
    #include "msiquery.h"
    #pragma comment(lib, "msi.lib")
    
    // Export the function so MSI can call it using undecorated C style name
    extern "C" _declspec(dllexport)
    ...
    See more | Go to post
    Last edited by Markus; Jun 9 '09, 10:42 AM. Reason: Added [code] tags

  • ramcbe
    ramcbe posted a Visitor Message for dhanashivam
    hello, i have seen your post in this forum.i am very new to vc++. u also wrote this same code in this forum i saw.
    TCHAR* GetPIDValue(TCH AR*);
    TCHAR* GetPIDValue(TCH AR* lpszSourceDir)
    {// For example, suppose the msi is located on a CD in the folder "\Setup\MySetup .msi".
    // The user is running the CD in the D: drive.
    // lpszSourceDir will have a value of "D:\Setup\" .
    // Note that...
    See more | Go to post
No activity results to display
Show More
Working...