home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
Wtestowe
/
OnNet16
/
CIM
/
SETUP.INF
< prev
next >
Wrap
INI File
|
1997-02-05
|
24KB
|
707 lines
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; install-wizard ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; The install wizard section describes how to initialize the install,
;; and what environments(OS and products) this install works with
;;
;; The following are the key values possible in this section.
;; init, logo, product-name, product-code, major-version,
;; minor-version, patch-level,
;; platforms, supported-installs, share-location,
;; works-with, objects, billboard, registry-upgrade,
;; short-cut, launch, on-exit
;;
;;
;;
;; init=#1,#2,#3,#4,#5,#6
;; Controls gradiant coloring of frame. #1,#2,#3 is RGB value
;; at screen top, #4,#5,#6 is RGB at bottom. Screen is gradually
;; varied from top to bottom.
;;
;; bitmap = dll-name, bitmap16ID, bitmap256ID
;; This bitmap is tiled in the background window to act as wallpaper.
;; dll-name - name of dll containing the bitmap. If empty,
;; bitmap is in main executable.
;; bitmap16ID - ID of 16 color bitmap in resource.
;; bitmap256ID - ID of 256 colorbitmap in resource.
;;
;; logo=dll-name,640x480 bitmap, 800x600 BM, 1024x768 BM, 1280x1024 BM
;; describes bitmap to be displayed in top left corner of frame.
;; If monochrome it will be "shaded" to look 3 dimensional and allow
;; the background to show though black portions. If color, is simply
;; bitblitted.
;;
;; product-name= name of product (should be substitution symbol)
;; product-code= shipping's product code.
;; major-version=numeric digit
;; minor-version=numeric digit
;; patch-level= numeric digit
;; The product information keys identify the name, code, and version
;; of the product. This is used to determing new, vs upgrade, vs reinstall.
;;
;;
;; platforms=WinNTSUR,Win95
;; List of platforms the product may be installed on.
;; Possible values: WinNT, WinNTSUR, Win95, Win31.
;;
;; supported-installs=new,upgrade,reinstall
;; list of install modes possible.
;; Possible values: new, upgrade, reinstall
;;
;; share-location=[CD | server-path]
;; the optional location a client may share from. For a
;; client install it is the path of the binaries and may
;; be a relative path or UNC path. For a CD it is simply CD.
;;
;; works-with=product-code,[major-version],[minor-version]
;; lists a product with which this version is compatible.
;; product-code is the code used by production for the product.
;; The major and minor versions are the lowest possible
;; version this product can work with. T
:: This key may appear multiple times.
;;
;; objects=section,dll-name,class-name
;; specifies and "install object".
;; section - a section in this file describing the object
;; dll-name - dll containing object's code
;; empty implies code is in main install.
;; class-name - name of C++ class implementing the object
;; This key may appear multiple times, once for each object
;; used by the install.
;;
;; billboard=selexp, dll-name, bitmapID, stringID, time
;; this specifies a billboard which may be displayed
;; during copying of files.
;; selexp - selector expression. display billboard if "yes"
;; dll-name - name of dll the bitmap to display on billboard
;; bitmapID - id of bitmap
;; stringID - id of first string to display on billboard
;; time - relative time billboard is displayed.
;; This entry may occur multiple times.
;; stringID is a number That number, expressed as a string of decimal
;; characters identifies the first string in the
;; [StringTable] section of this file which will be displayed on
;; the billboard. Subsequent sequential numbers will be used for
;; other strings to be displayed until there is a missing number.
;; For example, if the ID value is 4025, there might be the following
;; entries in [StringTable]
;;
;; 4025=First line of text
;; 4026=Second line of text
;; 4027=Third line of text
;; ;; no 4028, indicates end of text for billboard.
;;
;; registry-upgrade = selexp, dll-name
;; specifies a registry upgrade dll which may be processed.
;; selexp - selector expression, use dll only if 'yes'
;; dll-name - dll containing the reg upgrade API.
;; This entry may occur multiple times.
;;
;; short-cut = selexp, link-name, link-target
;; specifies a shortcut which the install may create.
;; selexp - make the shortcut only if yes.
;; link-name- name of link ( should be a substitution symbol )
;; link-target - pathname of executable
;; ( may contain substitution symbols )
;; This entry may occur multiple times.
;;
;; launch = selexp, path-expression\program-name
;; selexp - launch only if 'yes'
;; path-expression
;; program-name
;; Specifies a program which is executed just before the
;; reboot dialog.
;; This entry may occur multiple times.
;;
;; on-exit = exit | reboot
;; Controls what the reboot behavior is in an unattended
;; install. exit will cause the install to exit at the end.
;; reboot will automaticall reboot the machine.
;;
;;
;;
[install-wizard]
;product-code is the code symbol for the product used by manufacturing.
product-code=cim32
;product-name is a string table id for the displayed name of the product.
product-name=@strprodname
;major-version is the major version of the product
major-version=1
;minor-version is the minor version of the product
minor-version=5
;patch-level is the patch level of the product
patch-level=0
bitmap=instback,3016,3256
bitmap=,3016,3256
bitmap=,3000
objects=welcomedialog,,FxWelcomeDialog
objects=licensedialog,,FxReviewLicenseDialog
objects=installtypedialog,,FxInstallTypeDialog
objects=reinstalldialog,,FxReinstallDialog
objects=userinfodialog,,FxUserInfoDialog
objects=datafilefolderdialog,,FxDataFolderDialog
;objects=winsock2dialog,,FxWinSock2Dialog
objects=componentsdialog,,FxComponentsDialog
;objects=ndiconflictdialog,,FxNDIConflictDialog
;objects=ndiforeigndialog,,FxNDIForeignDialog
;objects=startmenudialog,,FxStartMenuDialog
objects=copyfilesdialog,,FxCopyFilesDialog
;objects=adaptersdialog,,FxAdaptersDialog
;objects=nameserversdialog,,FxNameServersDialog
;objects=routersdialog,,FxRoutersDialog
platforms=Win95, WinNTSUR
registry-upgrade=@isFTPCIM32ProC5,@destdir\upgcim32.dll
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;; install-objects ;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; The following sections describe the install-objects. Each
;; section corresponds to one install object and is must
;; be referenced by an install-wizard "objects" entry to
;; be used.
;;
;; Each install object may add keys for its own use. There
;; are a few common keys:
;;
;; resource = dll-name, dialogID
;; dll-name - name of dll containing code for object.
;; dialogID - id of dialogbox template for the object.
;;
;; visible = selexp
;; selexp = selector expression. If no, the dialog will not
;; be displayed.
;;
;; bitmap = dll-name, bitmapID
;; dll-name - name of dll containing the bitmap. If empty,
;; bitmap is in main executable.
;; bitmapID - ID of bitmap in resource. There must be a static.
;; control in the dialog template with id 3000. The
;; bitmap will be displayed in that control and will be
;; clipped to its dimensions.
;; position - centered | left. centered is default, centers
;; bitmap in the control provided..
;; this entry may be used more than once to display multiple
;; bitmaps.
;;
;; logname = name
;; name - a descriptive name for use in the log file to
;; identify the dialog.
;;
;; field = value, (default | mandatory | static )
;; value
;;
[welcomedialog]
resource=,130
visible=yes
bitmap=,3000,3000
;bitmap=,3006,3001,left
logname=Welcome Dialog
[licensedialog]
resource=,134
visible=~@InstallReinstall
logname=License Dialog
[ndiconflictdialog]
resource=,145
visible=no
logname=NDI Conflict Dialog
[userinfodialog]
resource=,139
visible=no
bitmap=,3005,3000
logname=User Information Dialog
[datafilefolderdialog]
resource=,142
visible=yes
bitmap=,3000,3000
logname=Data Files Folder Dialog
[componentsdialog]
resource=,137
visible=no
logname=Components Dialog
;[startmenudialog]
;resource=,144
;visible=~@admin
;bitmap=,3005,3000
;logname=Start Menu Dialog
[copyfilesdialog]
resource=,143
visible=yes
bitmap=,3004,3000
logname=Copyfiles Dialog
[reinstalldialog]
resource=,147
visible=yes
bitmap=,3002,3000
logname=Reinstall Dialog
;; This install object has some special keys
;;
;; installtype=installset,@name, @description
;; installset - section containing selectors for
;; a particular installset
;; name - string table entry for display name of installtype
;; description - string table entry for description of
;; installtype.
[installtypedialog]
resource=,136
visible=yes
bitmap=,3001,3000
logname=Install Type Dialog
installtype=issFull,@strisnFull,@strisdFull,
;; This install object has some special keys
;;
;; foreign-device-info=inffile,deviceID
;; inffile - name of the INF file for the device
;; deviceID - setting for DeviceID in INF file
;;
;; install-ftp-device=selexp
;; selexp - selector expression. If yes remove existing device
;; by default ( or for batch installs ).
;; class=classname
;; classname = Net | NetTrans | NetClient | NetServer
;;
[ndiforeigndialog]
resource=,146
visible=yes
logname=NDI Foreign Dialog
bitmap=,3003,3000
foreign-device-info=nettrans.inf,MSTCP
;;foreign-device-info=nettrans.inf,NETBEUI
class=NetTrans
install-ftp-device=yes
[winsock2dialog]
resource=,168
visible=~@admin
logname=WinSock2 Dialog
bitmap=,3003,3000
class=NetTrans
;; These install objects are for the kernel wizard.
;; The dialog is displayed after copyfiles if selexp is yes
[adaptersdialog]
resource=,158
visible=@FTPKernelInstalled
logname=Adapters Dialog
[nameserversdialog]
resource=,159
visible=@FTPKernelInstalled
bitmap=,3003,3000
logname= Dialog
[routersdialog]
resource=,160
visible=@FTPKernelInstalled
bitmap=,3003,3000
logname=Choose Name Dialog
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; install-sets ;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; An install set is a particular set of applications corresponding
.. to a particular type of install. The install-set sections contain
;; lists of selectors which are set according to selector expressiong.
;; These selectors can then be used in the settings for components
;; and install sections to include or exclude particular components
;; or install sections from the install set. When an install type
;; is chosen, all install-set sections are processed. All entries
;; for the nonchosen set are set to "no". Then all entries for
;; the chosen section are evaluated.
[issFull]
custom=yes
admin=no
client=no
cksetup9C=yes
ckUninstall9A=yes
ckFTPCIM32C2=yes
ckCIMLicenseKDA=yes
cksetuphelpfiE3=yes
ckFTPCIM32InsF0=yes
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;; components ;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; The components section is the root or a tree. There can be
;; one or many lines in the components section, each line being a
;; node in the tree. A node can be either a component or an
;; install object. Based upon user selection, the ident is set
;; to "no" if unchecked, "yes" if copied/installed.
;;
;; There are two kinds of entries, components and install sections.
;; They are differentiated by the number of arguments. Components.
;; have seven, install sections have four, five or eight ( the
;; last four are optional but if any of the last three are
;; present, all must be present.
;;
;; Component:
;;
;; ident=@description,checked,present,shared,system,[down-ptr]
;; ident - selector set to "yes" if component copied
;; name - entry in stringtable containing short name
;; description - entry in stringtable containing description
;; checked - selector expression indicating initial checked
;; state of the component.
;; present - selector expression indicating if component
;; is present. A component may not be present for some
;; installsets. If not present it cannot be installed.
;; shared - name of selector which is set to yes if component
;; is left on server, else set to no.
;; system - yes if component is copied to windows or system
;; directories.
;; down-ptr - name of section describing children of component.
;;
;; Install Section:
;;
;; ident=section,refkey,destexpr,selector,regfile,inffile,classname,sectname
;; ident - selector set to "yes" if section copied
;; section - name of files.inf section for this section
;; refkey - reference key for section ( empty if no key )
;; destexpr - stringtable entry containing directory name to
;; which the section should be copied.
;; selector - selector expression indicating if the
;; section should be copied.
;; regfile - name of file containing registry edits for section
;; ndiclass - name of ndi install class for network component
;; ndiolddevid - device ID of previous version of component ( if any )
;; ndioldinffile - name of inf file of previous version of component
;; ndinewdevid - device ID of current version of component.
;; ndinewinffile - name of inf file for current version of component
;;
[components]
idFTPCIM32C2=@stFTPCIM32C2,@stFTPCIM32C2desc,@ckFTPCIM32C2,yes,yes,yes,dpFTPCIM32C2
idSupport=@strSupportCompName,@strSupportCompDesc,yes,yes,yes,dpSupport
[dpSupport]
isUninstall9A = ,,@destdir,yes,yes,,,,,,,no
isUninstallpr9D = scUninstallpr9D,,@destdir,@isUninstall9A,yes,,,,,,,no
isClassInstal9B = scClassInstal9B,,@destdir,@idsetup9C|@isUninstall9A,yes,,,,,,,no
isregsvr32C6 = scregsvr32C6,,@systemdir,@idFTPCIM32C2|@isVB4RedistsC8,yes,,,,,,,no
isFTPCFGD3 = scFTPCFGD3,,@destdir,@idsetup9C|@isUninstall9A|@idFTPCIM32C2,yes,,,,,,,no
[dpFTPCIM32C2]
isFTPCIM32C2 = ,,@destdir,yes,,,,,,,no
ismsmask3ocxAF = scmsmask3ocxAF,,@systemdir,yes,,,,,,,no
isFTPCIM32HelC9 = scFTPCIM32HelC9,,@destdir,yes,,,,,,,no
isVB4RedistsC8 = ,,@systemdir,yes,,,,,,,no
isFTPCIM32ProC5 = scFTPCIM32ProC5,,@destdir,yes,,,,,,,no
isFTPCIM32DatC4 = scFTPCIM32DatC4,,@onnetuserroot,yes,,,,,,,no
isFPTCIM32SysC3 = scFPTCIM32SysC3,,@systemdir,yes,@systemdir\ftpcim32.reg,,,,,,no
isctl3d32dll69 = ,,@systemdir,yes,,,,,,,no
ismfc40dll33 = scmfc40dll33,,@systemdir,yes,,,,,,,no
isVB40Redists90 = scVB40Redists90,,@systemdir,yes,@systemdir\vbredist.reg,,,,,,no
isctl3dnt8E = scctl3dnt8E,,@systemdir,@WinNTSUR,,,,,,,no
isctl3d958D = scctl3d958D,,@systemdir,@Win95,,,,,,,no
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; start bar ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; [start-bar]
;; ident=selector,@pathname,@linkname,@linktarget
;; ident- unused.
;; pathname - location of link relative to the location user
;; chose to add the links.
;; linkname - stringtable entry containing name of link.
;; linktarget - pathname of executable.
[start-bar]
ident=@isFTPCIM32ProC5, @programs\FTP Custom Install Manager, @strsbFTPCustomInstallManagerftpcim32exe, @destdir\ftpcim32.exe,,,
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; paths ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; [paths]
;; path-symbol=expression
;; path-symbol - name of path symbol.
;; expression - path expression.
;; expression is reevaluated and assigned to path-symbol
;; whenever a new root of the install is entered in the
;; destination path dialog.
;;
[paths]
commonfiles=@destdir
OnNetRoot=@destdir
localroot=@destdir
cimdatadir=@onnetuserroot
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; createdir ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; [createdir]
;; dir=selexp,pathexp
;; dir - not used.
;; selexp - selector expression. If yes, create the directory.
;; pathexp -- name of directory to create. May contain string
;; table entries.
;;
[createdir]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;; MoveFiles ;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; [MoveFiles]
;; ident= sel-expr, delete-selexpr, overwrite-selexp, old-name, new-name
;; sel-exp - selector expression. If evaluates to "yes",
;; process this move line.
;; delete-selexpr - if yes then delete the src file.
;; overwrite-selexpr - if yes then overwrite existing dst files.
;; old-name - original name for file. May contain string table
;; entries.
;; new-name - desired new name for file. May contain string
;; table entries.
[MoveFiles]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;; No Uninstall ;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; [no-uninstall]
;; ident=filename
;; filename - name of file (including path) that should not
;; be uninstalled
[no-uninstall]
ident=@systemdir\olepro32.dll
ident=@systemdir\msvcrt40.dll
ident=@systemdir\mfc40.dll
ident=@systemdir\ctl3d32.dll
ident=@systemdir\ctl3d32.dll
ident=@systemdir\vb40032.dll
ident=@systemdir\comdlg32.ocx
ident=@systemdir\threed32.ocx
ident=@systemdir\comctl32.ocx
ident=@systemdir\mpr.dll
ident=@systemdir\vsocx32.ocx
ident=@systemdir\picclp32.ocx
ident=@systemdir\dao3032.dll
ident=@systemdir\msjt3032.dll
ident=@systemdir\msjter32.dll
ident=@systemdir\vbajet32.dll
ident=@systemdir\vbdb32.dll
ident=@systemdir\msrd2x32.dll
ident=@systemdir\mswng300.dll
ident=@systemdir\odbcjt32.dll
ident=@systemdir\odbcji32.dll
ident=@systemdir\odbctl32.dll
ident=@systemdir\vbar2232.dll
ident=@systemdir\ven2232.olb
ident=@systemdir\win32.tlb
ident=@systemdir\vb32str.tlb
ident=@systemdir\vbutil32.tlb
ident=@systemdir\msjint32.dll
ident=@systemdir\regsvr32.exe
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;; StringTable ;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; [StringTable]
;; id=stringvalue
;; id - id of string in string table.
;; stringvalue - value of string in string table.
;;
;; White space after the equal sign is significant. These values
;; are loaded by the install wizard at the beginning of the install.
;; They are put in the string table ( a class derived from
;; CMapStringToString and accessed via GetString().
[StringTable]
destdir= @ProgramFilesDir\FTP Software\CIM
onnetuserroot=@windrive\CIMDATA
3000=Thank You
3001=For choosing OnNet32 v2.0
3002=from FTP Software,
3003=the world's number-one provider of TCP/IP
3005=software solutions for the PC.
3010=OnNet32 is Optimized
3011=To connect Windows 95
3012=and Windows NT 4.0 desktops
3013=to Enterprise systems
3014=and beyond to the Internet.
3020=OnNet32 provides
3021=- Easy networking for end users
3022=- Optimum control for network managers
3023=- OPEN Tools for application developers
3030=Easy to Use
3031=OnNet32 provides the industry's
3032=easiest-to-use IP application suite.
3033=
3034=That means you can
3035=focus on your work, not your network.
3040=New Mail OnNet
3041=Now it's easier than ever to share
3042=information with others in the office
3043=or on the Internet. Mail Assistants
3044=let you manage the flow of mail to and
3045=from your PC. Send and receive protected
3046=messages with new PGP security.
3050=KEYview
3051=Take advantage of files you find in mail
3052=or on the Web -- without needing the
3053=application that created them.
3054=
3055=View or convert HTML, graphics, word
3056=processing, and now, even multimedia files.
3060=Reach the Internet
3061=With OnNet32,
3062=find information around the world
3063=or do work over your office Intranet web.
3064=You can even post your own home pages
3065=on your PC with the new personal
3066=Web server.
3070=Reach the Enterprise
3071=OnNet32 continues to provide world-class
3072=connectivity applications, to let you
3073=reach your mainframe or UNIX business
3074=systems, to help you print and share files.
3080=For the Administrator
3081=OPEN Object and OPEN Script let you
3082=customize networking to meet the needs
3083=of your users. Automate work.
3084=Link networking into PC desktop business
3085=systems that support OLE, such as
3086=databases, spreadsheets, accounting
3087=packages and more!
3090=Reliable Foundation
3091=OnNet32 provides a solid foundation for
3092=your critical applications. Take advantage
3093=of award-winning network infrastructure
3094=and graphical management tools. The
3095=TCP/IP stack supports new IPv6, Winsock 2.0,
3096=and emerging mobile networking standards.
3100=New Intranet Security
3101=OnNet32 offers industry-leading security
3102=- SOCKS and ANS firewalls
3103=- New IP Security in the kernel
3104=- SSL for secure transactions over the Web
3105=- NT domain security
3106=- PGP security for Mail
3110=OPEN Developer Tools
3111=OnNet32 provides new tools for
3112=developers. With OPEN Tools,
3113=build custom IP applications, or
3114=Internet-enable existing applications.
3115=Use OnNet32 Active automation and
3116=controls to simplify development with
3117=a modular, open, reusable code base.
3120=FTP Customer Services
3121=FTP partners with you by providing
3122=- Answers to many of your questions at
3123= the FTP Web site
3124=- Technical support from FTP or resellers
3125=- Custom engineering
3126=- On-site Consulting Services
3130=FTP Software offers ...
3131=Tools to build your Enterprise Intranet:
3132=- 16 and 32-bit TCP/IP Client and Server solutions
3133=- Web publishing, management, and server solutions
3134=- HyperDesk GroupWorks Collaboration tools
3135=- Internet and Enterprise Document conversion utilities
3136=- Intelligent Agent toolkits
3140=We Value Your Business
3141=Please register today so we can better
3142=serve your needs:
3143=- Use the Web browser to reach FTP's
3144= home page (http://www.ftp.com),
3145=- fax or mail in your card
3150=
3151=See what else FTP has to offer.
3152=Visit our world wide web at www.ftp.com
3153=
3154=See what else OnNet32 has to offer.
3155=Take the online product tour!
strprodname=Custom Install Manager 1.5
strisnFull=Full
strisdFull=
stFTPCIM32C2=Custom Install Manager
stFTPCIM32C2desc=Allows customization of install data on network installation for a client installation.
strSupportCompName=Shared Files
strSupportCompDesc=Files that are required by several programs and that are always installed.
strsbFTPCustomInstallManagerftpcim32exe=FTP Custom Install Manager