9.Add a new custom action to the Custom Action Table:
Name - MyPIDChecker;
Type - 1; Source - VerifyPIDDll; Target - VerifyPID
but i not understand what is i want to write for name.
MyPIDChecker means what?is it name of the function or any thing else.
as VerifyPIDDll is the dll name.
Type - 1; Source - VerifyPIDDll; Target - VerifyPID
but i not understand what is i want to write for name.
MyPIDChecker means what?is it name of the function or any thing else.
as VerifyPIDDll is the dll name.
Sam HobbsPosted Feb 7, 2011, 11:57 PM
Note that you are using the dash character ("-") in a manner that it is not typically used. Most people would use an equal sign ("=") or a colon(":"). Other people are probably having difficulty understanding what you are trying to say, not because of words, but because you are using a dash in a manner that probably is confusing.
What are you using to update the msi database? You should be able to use samples of doing what you need to do and using the tool you are using.
Suthish NairPosted Feb 7, 2011, 8:14 AM
Sorry am helpless, i didnt work on this before. So i cant give a solution..
refer the links from codeproject, having some samples (click on Browse Code Tab).
Around 7+ links with examples given.