up vote 0 down vote favorite
share [g+] share [fb]

I have made website deployment project for ASP.NET 3.5 website. After build i have found two setup 1. MyApp.msi and 2. MyApp.setup.

At deployment PC when i just copy and paste only setup file it will prompt error message for finding msi.

After copy msi when i again run setup i will install successfully.

I am not able to find why we need to have both setup and msi at deployment PC?

link|improve this question

35% accept rate
feedback

1 Answer

up vote 5 down vote accepted

You actually only need the .msi for successful deployment. The setup.exe file is only used to detect if Windows Installer is available on the machine, then it launches the msi.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.