Instead of separately downloading key.txt you can package it in the .msi file. When the installer is executed the key.txt file will be installed to the user's system along with the Windows Service executable.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Instead of separately downloading key.txt you can package it in the .msi file. When the installer is executed the key.txt file will be installed to the user's system along with the Windows Service executable.