Using InstallShield I have created a Basic MSI setup that its files are uncompressed
Now I would like to replace one of the text files in the setup without rebuilding the MSI again.
Can it be done without any worry when running install, uninstall etc. ?
Is there some kind of size \ CKSUM check that compare data in msi with the actual file ?
Or it will be more reliable to edit the MSI with ORCA and remove this file from the file table ?
Thanks