|
|
![]() | |
|
|
|
To access the contents, click the chapter and section titles.
Visual Basic 6 Black Book
The Designed For Microsoft Windows LogoIf youre serious about your application and want to release it commercially, you might want to fulfill the requirements for the Microsoft Designed for Microsoft Windows logo. To add this logo to your application, that application must pass a fairly rigorous set of tests (you submit the application on a CD for testing). Even if you are not trying to get the logo, its worth taking a look at some of the requirements an application must fill to get that logo, because they provide some insight into what Microsoft considers good programming practice. For example, your application must:
Thats just a partial listyou can get more information directly from Microsoft. Thats it for the overview of whats in this chapter. Now its time to turn to the Immediate Solutions section. Immediate SolutionsCreating Your Applications EXE FileThe first step in deploying your application is to create its EXE (or DLL or OCX) file. You probably already know how to create your projects EXE file, but for the record, you just select the Make projectname.exe (or .dll or .ocx) item in the File menu.
After your applications executable file is created, youre ready to create a setup program to deploy it with. Using The Package And Deployment WizardThe Visual Basic Package And Deployment Wizard is an add-in that lets you deploy your application. If you dont see it in the Visual Basic Add-Ins menu, use the Add-In Manager (which appears in the Add-Ins menu) to insert it in that menu.
Open the application you want to distribute in Visual Basic now, and open the Package And Deployment Wizard, as shown in Figure 30.1. As you can see in that figure, there are several options here: you can create a new setup program, deploy a setup package to a distribution site, or manage the scripts you can use with this wizard.
Well create a setup program for our alarm clock application, the alarm project, which we developed in Chapter 13, in the next few topics in this chapter, progressing step-by-step through the Package And Deployment Wizard. Select the top button in the Package And Deployment Wizard now to create a setup program for the Alarm application. Step 1: Package TypeIn the first step of the Package And Deployment Wizard, you select the package type you want to create. In this case, make sure the Standard Setup Package item is selected in the Package Type box. Selecting this item means that we will create a deployment package that can be installed using a setup.exe file. After youve selected the Standard Setup Package item, click the Next button to move on to Step 2 in the Package And Deployment Wizard.
|
|
Products | Contact Us | About Us | Privacy | Ad Info | Home
Use of this site is subject to certain Terms & Conditions, Copyright © 1996-2000 EarthWeb Inc. All rights reserved. Reproduction whole or in part in any form or medium without express written permission of EarthWeb is prohibited. |