Kevin Chiu wrote:

I need to remove some files that's no longer required in new release. As it seems using the patch generated by patchcreation will not do anything on these kind of files (correct me if I am wrong on this), so I was trying to add a removefile table to the resultant pcp file. The problem is how's the way to do this in WiX source? Or this is not the right way to do it?


PCP files contain a certain set of patch-related tables, not the standard tables you find in an .msi. Instead, your upgrade .msi database should contain the RemoveFile table rows you need to delete the file so it's not orphaned.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to