I need to have my MSI check the user's machine (prior to install) for the existence of a text file and place an abort condition (or end install) dependent upon the existence of this file. Can anyone suggest the best method to accomplish this.
Faulkngar wrote:I need to have my MSI check the user's machine (prior to install) for the existence of a text file and place an abort condition (or end install) dependent upon the existence of this file. Can anyone suggest the best method to accompl...