Sandip Ghosh wrote:
> Is there any built in facility in MSP to support these requirements, 
>   

No. MSI's general rule is to never touch user data; any file updated 
after installation is considered user data.

> There is no 
> InstallExecuteSequence table for adding custom actions or File table to 
> get the list of files in the package.
>
> At a minimum I would need to know the files within the MSP package. Is 
> there a way to get the list of file in the package ? 

You'd have to extract and examine the transforms embedded in the patch. 
A better approach is to not patch those files via MSI but to use 
standard (e.g., IniFile) or custom actions (e.g., XmlConfig) to update them.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to