home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Thinkpad Essentials 1997
/
cd1may97.iso
/
confpwin
/
SETUP.INI
< prev
next >
Wrap
INI File
|
1997-03-12
|
10KB
|
219 lines
// This file defines how SBW will be installed. There are some general
// conventions that apply to this ini file which are not generally used
// in ini files.
//
// If you need to have some keyword value apply to
// only certain platforms, you can do that by using the syntax
// prefix*keyword where prefix can be
// WIN16 - Windows 3.1 or 3.11
// WINNT - Windows NT
// WIN95 - Windows 95
// WIN32S - machines that have Win32s installed
// For example, if you want to change the title based on platform, you
// can use
// WIN16*Title = SB for Windows 3.1 and 3.11
// WINNT*Title = SB for Windows NT
// If the prefix*keyword is not found, the system then looks for just
// keyword, so that specifies the default value.
//
// If you are specifying a path name as part of the extensions listed
// at the bottom of this file, you can use the following variables and
// their values on this system will be substituted.
// APP_PATH - where the user selected to install the application
// MODEL_PATH - where the user selected that models reside
// DLL_PATH - where the user specified that system files like
// VBXs should go
// WINDIR - the \windows (or \winnt35, etc) directory
// WINSYSDIR - the windows system directory
//////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
[Startup]
// This only read by InstallShield. It specifies the name that will
// appear in the first dialog as the application name.
AppName=IBM ConfigPro Lite
// This is only read by InstallShield. It specifies whether you want
// InstallShield to run 16 bit InstallShield on a 32 bit machine. If
// set to Y, then it will force 16 bit to run. If it is N, then it
// will try to run 32 bit InstallShield first.
16on16=N
PromptForLic=0
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[General Options]
// Title is the title that will be used during the installation and
// in the registry when this installation is built for Win95.
Title=IBM ConfigPro Lite
// Version specifies the version of the application that is being
// installed. This will eventually be used in the registry.
Version=1.0
// This is the name of the main executable that will be installed by
// this script. Eventually this will be put in the registry.
Executable=sbw.exe
// If you are extending the sbw install, reset NumDisks to be t he
// actual number of disks that will be installed. When this value
// is wrong, the installation status bar will not reach 100% at the
// correct time. This number does not include the first disk, which
// only contains setup stuff.
NumDisks=6
// Install Path is the default path used to install this application.
InstallPath=C:\CONFPROL
// This is the directory will all the files for this application will
// be installed. This name will be appended to the InstallPath to
// make APP_PATH.
AppDir=
// Set RebootAtEnd to 1 if you want the install script to make you
// reboot at the end of the installation.
RebootAtEnd=0
AddToPath=NONE
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[Engine Options]
// To turn off installation of the engine, set Active to 0.
Active=1
// This flag, when set to a string, will specify the label to use when
// asking the user for an engine disk. The engine disk will
// be included as the second disk after the setup disk, which has
// nothing except setup files on it.
DiskName=
// This flag tells where to install the engine. If it is blank, DLL_PATH
// is used.
InstallPath=APP_PATH\sbw
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[Model Options]
// Set ModelPath to the location of the model directory. Set to blank
// to use the default, which is the same directory as SBW. This directory
// will be set using the -D option on the SBW icon.
ModelPath=APP_PATH\model
// AskUser specifies whether or not to ask the user where they want to
// install their model. Set to 1 to ask the user and 0 to not ask the
// user.
AskUser=0
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[Decompressions]
// This group allows extension of the installation by specifying additional
// files and disks to install. Lines should be in the format
// decompress1 = disk name|tag file|compressed file|file to extract|destination path|file num|num files
// An example for SBW disk 1 is
// decompress1 = SBW disk 1|sbw.z|sbw.z|*.*|APP_PATH|1|1
// Then each additional line should be numbered decompress2, decompress3, etc.
decompress1=file(s)|sbw.z|sbw.z|*.*|APP_PATH\sbw|1|2
decompress2=file(s)|system1.z|system1.z|*.*|APP_PATH\sbw|2|2
decompress3=file(s)|system2.z|system2.z|*.*|WINSYS16_PATH|1|1
decompress4=file(s)|system3.z|system3.z|*.*|WINSYS16_PATH|1|1
decompress5=file(s)|qb.z|qb.z|*.*|APP_PATH\qb|1|5
decompress6=file(s)|qb.z|qbwinsys.z|*.*|WINSYS16_PATH|2|5
decompress7=file(s)|qb.z|qbcustom.z|*.*|APP_PATH\qb|3|5
decompress8=file(s)|qb.z|qbcustom.z|qb.ini|APP_PATH\qb|4|5|FORCE
decompress9=file(s)|qb.z|integsbw.z|*.*|APP_PATH\sbw|5|5
decompress10=file(s)|ibmqb.z|ibmqb.z|*.*|APP_PATH\qb|1|5
decompress11=file(s)|ibmsbw.z|ibmsbw.z|*.*|APP_PATH\sbw|2|5
decompress12=file(s)|model.z|model.z|*.*|APP_PATH\sbw|3|5
decompress13=file(s)|price.z|price.z|*.*|APP_PATH\qb|4|5
//decompress14=file(s)|relnotes.z|relnotes.z|*.*|APP_PATH|5|5
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[INI Extensions]
// This group allows extension of the installation by specifying additional
// settings to write into INI files. Lines should be in the format
// write1 = ini file|section|keyword|value
// An example might be
// write1 = APP_PATH\sbw.ini|Database|QuoteSheetsInDB|0
// Then each additional line should be numbered write2, write3, etc.
// These are the standard settings for SBW in integrated mode
write1 = APP_PATH\sbw\sbw.ini|Options|SingleDocMode|1
write2 = APP_PATH\sbw\sbw.ini|Options|UseSBCustom|1
write3 = APP_PATH\sbw\sbw.ini|Options|MaximizeNewQuotesheets|1
write4 = APP_PATH\sbw\sbw.ini|Options|CustomerInfoRequiredBeforeSave|1
write5 = APP_PATH\sbw\sbw.ini|Quote|Active|0
write6 = APP_PATH\sbw\sbw.ini|Quote|ExternalQuoter|1
write7 = APP_PATH\sbw\sbw.ini|Quote|BundleIfInactive|1
write8 = APP_PATH\sbw\sbw.ini|Quote|BlockingTimeout|30
write9 = APP_PATH\sbw\sbw.ini|Quote|QuoteExpandLevel|2
write10 = APP_PATH\sbw\sbw.ini|Quote|ConsiderPricingLevel|1
write11 = APP_PATH\sbw\sbw.ini|Quote|FilterComponents|0
write12 = APP_PATH\sbw\sbw.ini|Quote|QuoteBuilderPath|APP_PATH\qb
write13 = APP_PATH\sbw\sbw.ini|Misc|Active|0
write14 = APP_PATH\sbw\sbw.ini|Reports|Report1|&Resource_Report Resource_Report ResourceReport RESOURCE.DLL S NOPCM 0
write15 = APP_PATH\sbw\sbw.ini|Road Map|Maximized|0
write16 = APP_PATH\sbw\sbw.ini|Road Map|Left|6195
write17 = APP_PATH\sbw\sbw.ini|Road Map|Top|5475
write18 = APP_PATH\sbw\sbw.ini|Road Map|Width|3270
write19 = APP_PATH\sbw\sbw.ini|Road Map|Height|1530
write20 = APP_PATH\sbw\sbw.ini|Road Map|LastTab|0
write21 = APP_PATH\sbw\sbw.ini|Configurations|AllowInteractiveMode|0
write22 = APP_PATH\sbw\sbw.ini|Database|QuoteSheetsInDB|0
// These are the standard settings for QB in integrated mode
write23 = APP_PATH\qb\qb.ini|SBW Embedding|Embedded|1
write24 = APP_PATH\qb\qb.ini|SBW Embedding|SBWPath|APP_PATH\sbw
write25 = APP_PATH\qb\qb.ini|SBW Embedding|LaunchMinimized|1
write26 = APP_PATH\qb\qb.ini|SBW Embedding|RefIDPrefix|SBW
write27 = APP_PATH\qb\qb.ini|SBW Embedding|ClearAllOnRequote|0
write28 = APP_PATH\qb\qb.ini|SBW Embedding|ClearChangedSystemsOnRequote|1
write29 = APP_PATH\qb\qb.ini|Options|SingleDocMode|1
write30 = APP_PATH\qb\qb.ini|API|Active|1
write31 = APP_PATH\qb\qb.ini|Extensions|Active|1
write32 = APP_PATH\qb\qb.ini|Options|AnnoyingQuickTipsReminders|0
write33 = APP_PATH\qb\qb.ini|Printing|Print3D|0
write34 = APP_PATH\qb\qb.ini|Printing|PrintFieldDecorations|0
write35 = APP_PATH\qb\qb.ini|Extensions|Handler1|DLL qb2txt_EventHandler qb2txt.dll 1500 SYNCH DYN
write36 = APP_PATH\qb\qb.ini|Extensions|Handler2|APP QBExtHandlerForm qbbrowse.exe 60 SYNCH INIT
write37 = APP_PATH\qb\qb.ini|Extensions|Handler3|APP QBExtHandlerForm qbbrowse.exe 1492 SYNCH INIT
write38 = APP_PATH\qb\qb.ini|Extensions|Handler4|APP IBMExt ibmext.exe -1 SYNCH INIT
write39 = APP_PATH\qb\qb.ini|Menus|Add1|1 4 SEPARATOR
write40 = APP_PATH\qb\qb.ini|Menus|Add2|1 5 &Export_To_Text... 1500 Export quote to text file
write41 = APP_PATH\qb\qb.ini|Menus|Add3|3 6 SEPARATOR
write42 = APP_PATH\qb\qb.ini|Menus|Add4|3 7 Product_&Browser... 1492
write43 = APP_PATH\qb\qb.ini|Menus|Add5|3 8 SEPARATOR
write44 = APP_PATH\qb\qb.ini|Menus|Add6|3 9 Price_&Setting... 1001
write45 = APP_PATH\qb\qb.ini|Menus|Add7|3 10 Apply_&Discount... 1002
/////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[Icons]
// This group allows the customer to specify which icons to place
// in the main program folder. Lines should be in the format
// icon1 = icon name|full command line|working directory|icon path
// Each additional line should be numbered icon2, icon3, etc.
icon1=IBM ConfigPro Lite 1.0|APP_PATH\sbw\sbw.exe|APP_PATH\sbw|APP_PATH\sbw\sbw.exe
icon2=IBM ConfigPro Help|WINDIR\winhelp.exe APP_PATH\sbw\sbw.hlp|APP_PATH\sbw|WINDIR\winhelp.exe
// Use FolderName to set the name of the folder where all these icons
// will go if you want it to be different from the title of the
// application.
FolderName=IBM ConfigPro Lite
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
[Postprocess Options]