I have a .NET 3.5 installation project that successfully installs my application.
The installation package deploys the number (about 70) of custom files for use within the application.
From time to time I have a requirement to delete some of these files, however, after restarting the executable file, it will automatically run part of the MSI installer again and reinstall these files.
The only way to achieve the desired result at the moment is to delete the files after running the executable file.
I looked at the file attributes in the installation package, such as Vital and PackageAs, however, it seems that I can not determine the required parameter to achieve this.
Does anyone know what is needed for this?
Many thanks
source share