I use Installshield 2010, a Basic MSI Project.
Is there a way to use RemoveFiles action to remove files from RemoveFile table after InstallFinalize?
I have some files included in installer's components. I use those files to configure other files and after InstallFinalize I want to remove them.
I read about RemoveFiles action and I have noticed that the action is running before InstallFiles.
Is possible to change that or recall the action? How?
Thanks for your time!