Select the product you need help with
HOWTO: Using Setup Wizard to Distribute VFP App on CD-ROMArticle ID: 152395 - View products that this article applies to. This article was previously published under Q152395 WARNING: The information in this article has not been confirmed or tested
by Microsoft. Some or all of the information in this article has been
taken from unconfirmed customer reports. ANY USE BY YOU OF THE INFORMATION
PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this
information "as is" without warranty of any kind, either expressed or
implied, including but not limited to the implied warranties of
merchantability and/or fitness for a particular purpose.
On This PageSUMMARY
This article describes how a developer can distribute an application on
the CD-ROM medium using the Visual FoxPro SETUP Wizard. The Visual FoxPro
for Windows SETUP Wizard will create the master for this kind of
distribution medium if the developer follows the general approach
described below. This approach uses standard SETUP Wizard options, but
requires one additional, manual step of making a single modification to
the setup.inf file created by the Wizard.
Unless this modification is made, end-users installing the application from the CD-ROM will be asked to enter the CD Key. There will be no CD Key and setup will not proceed. NOTE: In Visual FoxPro 6.0, you may choose the "Websetup" option to generate a Netsetup file without going through the following steps. MORE INFORMATION
To build a CD-ROM version of the application to be distributed, the
developer needs to specify the build to be a network build. This will put
the application into a single CAB file in a single directory. The disk
image of that build will be in the location specified in response to the
dialog provided by the SETUP Wizard.
Within that directory there will be a file named Setup.inf. This is a text file that may be edited by any text editor that will edit a file with the extension of .txt. Examples of Microsoft editors include Window's Notepad, the Visual FoxPro program editor, or the MS-DOS "Edit" editor. Toward the beginning of the .inf file, there will be a line saying: The change to the line above is to insert a period between the last two quotation marks, as follows:
Step-by-Step ExampleThe behavior described above may be tested by the following steps:
PropertiesArticle ID: 152395 - Last Review: March 15, 2005 - Revision: 3.2
|


Back to the top








