I deployed a small application, i got the files you see in the image. I took the first file (.msi) and sent to a remote machine to let the end user installs it. However, the user gets an error that says file is missing or so (i can't remember the error message).
- Should i send the second file "setup" along with the first one?
- What the difference between setup.exe and .msi when they both do the exact same job. The odd thing setup.exe is smaller. Can you please explain?
I didn't send the second file because the (.msi) in my local machine, where i developed the application, works fine at any location regardless the location of the "setup" file.
The WinForm application is written in C# on .NET 3.5. I used VS 2008.
Thanks.