My installation contains 3 files that are needed only for installation. They are accessed from a custom DLL and then deleted by the DLL. However when the application is repaired the 3 files are restored.
1. Is there a way that I can set the component properties under organization so that the files are only added during installation and not on a repair? And if not where should a custom action be added so that the files can be removed after they are repaired.
2. I also have a registry key that when installed is NULL but the value is set by the custom action. But again on a repair the value is reset to NULL. Is there anyway to set the condition or is a custom action required and if so where should I put it.
- Brad