home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 March
/
VPR9703A.ISO
/
MS_DEV
/
VBCCE
/
SAMPLES
/
Flexlbl
/
FlexLbl.EXE
/
RCDATA
/
CABINET
/
FlexLbl.inf
< prev
next >
Wrap
Windows Setup INFormation
|
1996-10-25
|
1KB
|
42 lines
;---------------------------------------------------------------------------------------------------
; To be used with IExpress 10/10/96
;---------------------------------------------------------------------------------------------------
[version]
signature="$CHICAGO$"
AdvancedINF=2.5
[DefaultInstall]
CopyFiles=install.files
CustomDestination=MyCustomDestination
;---------------------------------------------------------------------------------------------------
[DestinationDirs]
install.files=49001
[MyCustomDestination]
49000,49001,49002,49003=PackageDestination49000,1
[PackageDestination49000]
"HKLM","xxx","","%PROMPT%","%24%\%DEFAULT%"
;"","","","%PROMPT%","%24%\%DEFAULT%"
;---------------------------------------------------------------------------------------------------
[install.files]
Flexlbl.ctl
Flexlbl.ctx
Flexlbl.vbg
Flexlbl.vbp
Fltext.vbp
Frmtest.frm
ToolBox.bmp
;---------------------------------------------------------------------------------------------------
[SourceDisksNames]
1="default",,1
[Strings]
;---------------------------------------------------------------------------------------------------
PROMPT = "Please enter the directory to which you will be installing the Flex Label sample: "
DEFAULT = "Vb5cce\Samples\FlexLbl"
;---------------------------------------------------------------------------------------------------