Hello,
I am trying to put an .msi for download in a virtual directory setup with IIS.
The download works fine but when I try and install the .msi, it says it is missing a _cabinet file.
Me and a coworker had this issue will the installer downloaded fine & ran correctly on another coworker's machine.
Am I missing anything?
Is it a better approach to send the .msi as a byte[] via a webservice and assemble it on the client side?