Hi I'm using Visual Studio Installer project extention and I need to setup as it will copy an external file from .msi [SourceDir] (wherever the msi is running from) to the Output directory. It's a license file which is generated outside of VisualStudio so I cannot reference the output of a different project, it's a dynamically generated file that is copied along with the .msi file already built. How can I make the installer package smart enough to "grab this file from [SourceDir] and simply put it in Application Folder" (when the msi file is being built this license file does NOT exist yet). Please help...
I cannot add an existing license file because it will be built inside the msi with that license. I need the msi project to reference this as an external file and only use it when it's running from end user's machine -> his own license file will be there.