dhruba.bandopadhyay Posted May 4, 2006 Posted May 4, 2006 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 folderWhat installer can do this? Are they free programs, and where to get from?
ophiel Posted May 5, 2006 Posted May 5, 2006 a simple batch script should do shouldn't it?for instance to silently install net framework you would execute install.exe /q
Littlebr00k Posted May 5, 2006 Posted May 5, 2006 A batch script would do what you want, also a self extracting archive made with 7zip, winrar, winzip etc.But if you want a professional looking install, that will also give your customers the ability to uninstall the application and all changes made to their system then try NSIS available Here. Its free and open source.
snafumaster Posted May 5, 2006 Posted May 5, 2006 Nice link.I was going to suggest winrar self extracting file, but that is a much better solution. I just added that to my toolkit.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now