I have msi installer and now I want to update or add a text file in to installer from msiexec.exe . How I can do it?
I am able to extract it from following command :
msiexec /a c:\abc.msi TARGETDIR=C:\EXTRACTHERE /qn
But now I want create a MSI again after inserting a new text file .Is there any reverse command?
Any one can help me?