ASP.net 1.1 .msi files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi folks,
using ASP.net 1.1 with C# and visual Studio 2003

anybody know any useful URLs out there on how to create an installation
project for a Web app. I know about XCOPY but my client wants an .msi
file..(which is fair enough)

Regards and thanks in advance,
CharlesA
 
Setup project in VS2003 will create MSI package for you. Just read the docs
for setup project type and you should be all set. If there is not any
special configuration involved then it should take you not more than an hour
to get it done.
 
Back
Top