HELP: Installshield-like installers

  • Thread starter Thread starter Dhruba Bandopadhyay
  • Start date Start date
D

Dhruba Bandopadhyay

I wasn't sure where to post this since it's not 100% programming related. I

need advice on installers to give to my company clients so that it installs:

- .NET 2.0 Framework Run-time (22MB)
- installs some ASP.NET files into specified web/IIS folder
- ensure/set aspnet_wp user account full access on specified web/IIS folder

What installer can do this? Are they free programs, and where to get from?
 
Hello, Dhruba!

DB> need advice on installers to give to my company clients so that it
DB> installs:

DB> - .NET 2.0 Framework Run-time (22MB)
DB> - installs some ASP.NET files into specified web/IIS folder
DB> - ensure/set aspnet_wp user account full access on specified web/IIS
DB> folder

You can try WiX, it is a free open source installer toolset
The toolset is here
( http://wix.sourceforge.net/ )

Tutorial can be found here
( http://www.tramontana.co.hu/wix/ )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top