Remove File table in MSI
Can I delete a directory using remove file table in msi? If so, how to implement the same.
1 Comment
[ + ] Show comment
Answers (1)
Answer Summary:
Specify the directory (DirProperty) , but leave the filename field blank. http://msdn.microsoft.com/en-us/library/windows/desktop/aa371201%28v=vs.85%29.aspx
Specify the directory (DirProperty) , but leave the filename field blank. http://msdn.microsoft.com/en-us/library/windows/desktop/aa371201%28v=vs.85%29.aspx
Please log in to answer
Posted by:
dunnpy
11 years ago
http://msdn.microsoft.com/en-us/library/windows/desktop/aa371201%28v=vs.85%29.aspx
Specify the directory (DirProperty) , but leave the filename field blank.
Comments:
-
It worked. Thanks! - rvprasad 11 years ago
-
Glad I could help.
To help other people out if they search on your question - could you mark the question as 'Answered' using the tick option below the question?
You can also add a summary of the answer if you wish.
(You get ITNinja points for doing this and it helps move you through the belts!)
You could also award points to an answer if you found it useful using the up/down arrows to the left of the answer post. - dunnpy 11 years ago
http://www.lmgtfy.com/?q=removefile+table+msi
Pay particular attention to the word "Null" in the MSDN article, which is the first hit. - anonymous_9363 11 years ago