licence agreement (web setup project)

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hey

asp.net 2.0

I'm wondering how to configure a web setup project so that when user
installs the website, the istallation process promt the user with licence
agreement... The user has to accept / decline.. etc

any here have a link to an article about this?

Jeff
 
In .NET proper, you have to create a custom installer class. This is not
overly difficult, but the .NET 2.0 model is a bit trickier. The commercial
installers, like Wise, make this a bit easier, but they can be a bit out of
budget for some. Wix is an open source installer that might help:
http://sourceforge.net/projects/wix

To simplify creation of the XML for Wix, there is WixEdit:
http://sourceforge.net/projects/wixedit

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top