How do I deploy an application and its prerequisites? (Mary Lee)
Posted by: The Visual Basic Team,
on 17 Oct 2009 |
View original | Bookmarked: 0 time(s)
Let me count the ways: xcopy, ClickOnce, Windows Installer (.msi), Windows Installer XML, Group Policy, Active Directory, Systems Management Service or System Center Configuration Manager, login scripts, CD, USB drive, and many more third-party software options. Despite the many options, one common requirement is that applications typically have prerequisites to install before the application can run. Prerequisites can include the .NET Framework, Visual Basic PowerPacks, SQL Server Express, Windows...