I have a WIX project and would like to execute a .exe when all the files are copied. But I don’t want this .exe to be “installed”. How can I do that? The reason is, that my installer drops file in a virtual folder in IIS and letting the .exe there after the install is not an option.
Share
I opted to have the file sitting in a folder inaccessible via IIS, so that every installer that needs to run the .exe during the installation process points there. Ex: