The Package Solution Wizard provides a simple way to bundle and deploy Microsoft Access database applications. The wizard guides you through the steps necessary to bundle stand-alone Access applications into Setup packages. You can use the Package Solution Wizard to include the Access 2007 Runtime or the Access 2010 Runtime in your packages and to create shortcuts that invoke the appropriate Access file. Overview The output of the Package Solution Wizard is a Microsoft Windows Installer (.msi) Setup file that guides users through the installation of your Access application. Any additional options and files specified in the wizard are then programmatically written into the .msi file, such as bitmap files, version data, information for the Programs and features item in Control Panel, Windows Explorer properties information, and End User License Agreement (EULA) information. You can include the Access Runtime in th...