PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

Deploy .NET IIS Application MSI?

 
 
Dave
Guest
Posts: n/a
 
      10th Jul 2010
Guys

I am developing a small c# web application that installs on the
clients machine. It’s almost ready to roll out to some beta testers,
but I need to figure out a convenient way to deploy it.

It leverages:
• IIS 7.0
• .NET Framework 3.5
• SQL Server Express 2008

I need to be able to deploy a couple web services, configure the port
the IIS application runs on, and configure SQL Server settings.
Ideally I would like to find a free software packaging utility that
can wrap-up all of this in an MSI or EXE. I don’t have any background
in installation packages so I was hoping someone could provide a bit
of direction.
I noticed that Microsoft has a utility that could work as a backup
plan. Is this the best route to go for this type of application?

Microsoft Web Platform Installer 2.0
http://www.microsoft.com/web/downloads/platform.aspx

Do any of these support the above requirements for free?
InstallShield, Installaware, Wise, Wix

Any guidance or recommendations would be appreciated!
 
Reply With Quote
 
 
 
 
Christopher Painter
Guest
Posts: n/a
 
      14th Jul 2010
Do you happen to have Visual Studio 2010? If so, you can download a
free copy of InstallShield 2010 LE. I've been using it in
combination with WiX lately. I create WiX merge modules ( using IsWiX
found on CodePlex ) consumed by an InstallShield project. This
allows me to leverage InstallShield Setup Prerequistes bootstrapper
and still be able to inject a lot of behavior that InstallShield
doesn't support in this edition by using WiX custom action extensions.

I think you could pretty much do what you want with tihs except no
ability to customize the UI. I'd reccomend launching an EXE you make
and install at the end of the install to configure the web.config.

BTW, this is less then an 8 hour job for me including requirements,
development and testing if you could use some help.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploy of a web application Daniela Roman Microsoft ASP .NET 2 25th Feb 2007 03:51 PM
Subject: Deploy application to remote sites vs Running application using RD David Microsoft VB .NET 0 21st Jan 2007 10:11 PM
Deploy application simonZ Microsoft ASP .NET 0 19th May 2006 09:57 AM
Deploy an ASP Application Wayne Wengert Microsoft ASP .NET 9 4th May 2004 02:32 AM
How to deploy exe application through GPO Ash Dey Microsoft Windows 2000 Group Policy 0 19th Aug 2003 08:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:28 PM.