Article ID: 137446
Article Last Modified on 8/24/1999
Column Description
--------------------------------------------------------------------------
File The file name as it will be created on the user's computer.
Target Dir The file can be installed on the user's computer in the
Application directory, Windows directory, or Windows System
directory.
PM Item If you would like the Setup program to create a program group
and icon, select the PM Item check box for your distributed
.exe or program file, and then supply the following:
- A description of the icon.
- An icon file to represent your exe.
- A command line to run your .exe file. In the command line,
you can use an embedded %s sequence to replace the
application directory. The "s" must be lowercase. Use the %s
sequence when you install files in application
subdirectories. This ensures that files are installed in the
correct subdirectory if users specify a name for the
application directory other than the default name. For
example, use the following to run an executable called
Myapp.exe:
%s\Myapp.exe
OLE If you select this option, the generated setup will register
the OLE control when it is installed on a user's computer. This
does not register a design-time license for the control on the
user's computer. Have your setup program register OLE controls
to ensure that your user always uses the correct version of the
control.
Additional query words: VFoxWin
Keywords: KB137446