Please comment if there is a solution for my problem statement described below:
I) User visits my website, say, abc.com and goes to the download page .
II) He clicks download, so following 2 files get downloaded to his machine at his desired location , say:
E:\Downloads\SetUp.MSI
E:\Downloads\Key.txt
III) When he clicks on SetUp.MSI , installation begins. My question, is there a way to read the text file, Key.txt during Setup ? This file should be copied to user's C: Drive OR D: drive
I am using VS 2019 DotNet Installer project . Please suggest correct approach.

