I need to create an installation that will contain an editable text file in the same dir as the exe. An exe will read this file and add reg key values based on what is in the file. this will allow the admin to edit and push down a different text file based on the group membership.
I just want to know if it is possible with InstallConstruct to keep the text file external to the MSI so that it could be edited without needing to have the MSI recompiled. Yet will install it to the target computer during the installation.
Thank you
Shomw