home *** CD-ROM | disk | FTP | other *** search
- ;
- ; "Cardpack" ActiveX control installation file
- ;
- ; Release 1.7.1
- ;
- ; Copyright 1996-1997 by Andy Zanna. All rights reserved
- ;
-
- [version]
- signature="$CHICAGO$"
-
- [dialogs]
- HelpFile = Cardpack.hlp
- HelpTopic = Installation
- Title = Cardpak Control Setup - Version 1.7
- Contents = the Cardpack Control, docs and samples
-
- [DefaultInstall]
- ; Commands for installation on a Windows 95 system
- CopyFiles=CPK.copy, CPK.copy.sys32, CPK.copy.hlp, CPK.copy.bris, CPK.copy.dll, CPK.copy.wt, CPK.copy.inf, CPK.copy.wg
- UpdateInis=CPK.inis
- AddReg=CPK.Add.Reg
-
- [DefaultInstall.nt]
- ; Commands for installation on an NT system (Registry setup of UNINSTALL is different)
- CopyFiles=CPK.copy, CPK.copy.sys32, CPK.copy.hlp, CPK.copy.bris, CPK.copy.dll, CPK.copy.wt, CPK.copy.inf, CPK.copy.wg
- UpdateInis=CPK.inis
- AddReg=CPK.Add.RegNT
-
- [DefaultUnInstall]
- ; Commands to execute when uninstalling
- AddReg = CPK.Uninst.Add.Reg
- DelFiles = CPK.copy, CPK.copy.hlp, CPK.copy.bris, CPK.copy.dll, CPK.copy.wt, CPK.copy.inf, CPK.AutoGen, CPK.copy.wg
- DelReg = CPK.Del.Reg
- DelInis = CPK.Del.inis
-
- [CPK.copy]
- CARDPACK.BAS
- README.TXT
-
- [CPK.copy.hlp]
- CARDPACK.HLP
-
- [CPK.copy.sys32]
- cardpk32.ocx
- cards32.dll
-
- [CPK.copy.win]
-
- [CPK.copy.inf]
- SETUP.INF
-
- [CPK.copy.bris]
- TRACEWIN.FRM
- ABOUT.FRX
- BRISCOLA.BAS
- BRISCOLA.FRM
- BRISCOLA.FRX
- BRISCOLA.HLP
- BRISCOLA.ICO
- BRISCOLA.VBP
- GAME.FRX
- OPTIONS.FRM
- OPTIONS.FRX
- SUPPORT.BAS
- SYSTEM.BAS
- ABOUT.FRM
- ABOUT.FRX
- ANIM.BAS
-
- [CPK.copy.dll]
- Libtst32.frm
- Libtst32.vbp
- cards32.dll
-
- [CPK.copy.wt]
- webtest.htm
-
- [CPK.copy.wg]
- help.htm
- setup.htm
- webgame.htm
- help.gif
-
- [CPK.AutoGen]
- CARDPACK.GID
- CARDPACK.FTS
-
- [DestinationDirs]
- CPK.copy=24,%CPKPROG% ; cardpack samples go in applications directory
- CPK.copy.hlp=18 ; help directory
- CPK.copy.inf=24,%CPKPROG% ; INF goes in application directory
- CPK.copy.sys32=11 ; system or system32 directory for win32 stuff
- CPK.copy.win=25 ; shared directory (windows)
-
- CPK.copy.bris=24,%CPKPROG%\%CPKBRIS% ; path to "briscola" sample
- CPK.copy.dll=24,%CPKPROG%\%CPKDLL% ; path to sample custom cards dll
- CPK.copy.wt=24,%CPKPROG%\%CPKWT% ; path to sample WebTest html page
- CPK.copy.wg=24,%CPKPROG%\%CPKWG% ; path to sample WebGame
- CPK.AutoGen=18 ; cache files created by winhelp
- CPK.Dirs=24,%CPKPROG% ; cardpack samples dir must be removed explicitely
-
- [SourceDisksNames]
- 1="Cardpack Setup","CPK",,
-
- [SourceDisksFiles]
-
- README.TXT=1
- cardpk32.ocx=1,controls
- CARDPACK.BAS=1,controls
- SETUP.INF=1
- CARDPACK.HLP=1
-
- Libtst32.frm=1,cardsdll
- Libtst32.vbp=1,cardsdll
- cards32.dll=1,cardsdll
-
- TRACEWIN.FRM=1,briscola
- ABOUT.FRX=1,briscola
- BRISCOLA.BAS=1,briscola
- BRISCOLA.FRM=1,briscola
- BRISCOLA.FRX=1,briscola
- BRISCOLA.HLP=1,briscola
- BRISCOLA.ICO=1,briscola
- BRISCOLA.VBP=1,briscola
- GAME.FRX=1,briscola
- OPTIONS.FRM=1,briscola
- OPTIONS.FRX=1,briscola
- SUPPORT.BAS=1,briscola
- SYSTEM.BAS=1,briscola
- ABOUT.FRM=1,briscola
- ABOUT.FRX=1,briscola
- ANIM.BAS=1,briscola
-
- WEBTEST.HTM=1,webtest
-
- help.htm=1,webgame
- setup.htm=1,webgame
- webgame.htm=1,webgame
- help.gif=1,webgame
-
-
- [CPK.inis]
- vb.ini, "VBX Conversions32",, "cardpack.vbx={6B17E7E3-AECA-11D0-B4D8-444553540000}#1.0#0;%11%\cardpk32.ocx"
-
- [CPK.Add.Reg]
- ; add entries to the registry for set-up finalization and uninstall
- HKLM,%UCPK%,DisplayName,,"%CPK_Desc%"
- HKLM,%UCPK%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %24%\%CPKPROG%\setup.inf"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_REG_OCX32%,,"RunDll32 %11%\cardpk32.ocx,RunEntry /R"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_READ_ME%,,"WINHLP32.EXE -i Contents %18%\CARDPACK.HLP"
-
- [CPK.Add.RegNT]
- ; Contains NT-specific Registry commands (uninstall command is different)
- HKLM,%UCPK%,DisplayName,,"%CPK_Desc%"
- HKLM,%UCPK%,UninstallString,,"rundll32 syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 128 %24%\%CPKPROG%\setup.inf"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_REG_OCX32%,,"RunDll32 %11%\cardpk32.ocx,RunEntry /R"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_READ_ME%,,"WINHLP32.EXE -i Contents %18%\CARDPACK.HLP"
-
- [CPK.Del.Reg]
- ; During uninstall, remove these entries from the registry
- HKLM,%UCPK%
-
- [CPK.Uninst.Add.Reg]
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_UNREG_OCX32%,,"RunDll32 %11%\cardpk32.ocx,RunEntry /U"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_DEL_DIRS%,,"deltree /y %24%\%CPKPROG%"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_DEL_OCA32%,,"deltree /y %11%\cardpk32.*"
- HKLM,%CPKSCV%\RunOnce\Setup,%CPK_DEL_DLL32%,,"deltree /y %11%\cards32.dll"
-
- [Strings]
- SYSDIR = "system"
- CPKPROG = "PROGRA~1\Cardpack"
- CPKBRIS = "Briscola"
- CPKWT = "WebTest"
- CPKWG = "WebGame"
- CPKDLL = "Cardsdll"
- CPK_Desc = "Cardpack Control" ; shortcut name
- CPK_ShortDesc = "Cardpack" ; details view
- UCPK = "Software\Microsoft\Windows\CurrentVersion\Uninstall\Cardpack"
- CPKSCV = "Software\Microsoft\Windows\CurrentVersion"
- CPK_REG_OCX32 = "Registering Cardpack Control"
- CPK_UNREG_OCX32= "Unregistering Cardpack Controls"
- CPK_READ_ME = "Showing Documentation"
- CPK_DEL_OCA32 = "Removing Cardpack Control and accessory files"
- CPK_DEL_DLL32 = "Removing Sample Card Library"
- CPK_DEL_DIRS = "Removing leftover directories"
-
-