home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Version identifies stlye (WIN4) and class
- ; Class is usually used to get all infs for a
- ; product or driver type if an exe it giving
- ; users a list of things to install, for example
- ; all video drivers infs in the windows\inf directory
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [version]
- signature="$CHICAGO$"
- provider=%PROVIDER%
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Install sections, these are the options
- ; for building the installation file lists
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [DefaultInstall]
-
- [ProductInstall]
- CopyFiles=Product.copy.files
- AddReg=Product.Add.Reg
- UpdateInis=Product.links
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Uninstall
-
- [DefaultUninstall]
- ; be sure to remove everything
- DelFiles=Product.del.files,
- DelReg=Product.Del.Reg
- UpdateInis=del.links
-
- [MyProgramUninstall]
- ; be sure to remove everything
- DelFiles=Product.copy.files
- DelReg=Product.Del.Reg
- UpdateInis=del.links
-
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Registry sections, used by different install
- ; sections above
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [Product.Add.Reg]
- ;
- ; Product Registry entries here
- ; For compatibility you must specify 0,1,2,3 for the fourth
- ; parameter if you want to specify a value
- ;
- HKLM,SOFTWARE\CVI\DeucesWild,"Version",0,"1.0"
- HKCR,.dwp\DefaultIcon,"",0,"%65600%\DWDoc.ico"
- HKCR,.dwp\Directory,"",0,"%65600%"
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,"Allow International Export",0,"Yes"
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,"MyProduct Data Value",0,"Data 1"
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,"MyProduct A Number",1,0x1
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,"MyProduct Number2",1,0xC2
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1\"MyProduct Extra Key",ValueD1,0,"Test Data"
- ;
- ; Register shared components, note these are bogus names in this sample
- ;
-
- ;
- ; for add/remove programs applet
- ;
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DeucesWild,"DisplayName",0,"Deuces Wild Poker Version 1.0"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DeucesWild,"UninstallString",0,"Rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 "%65600%"\setup.inf"
-
- ;;;;;;;;;
- ;
- ; registry delete works by pruning the tree,
- ; so if you have interdependent values, put thems in subkeys and
- ; not in values of the main key since when you prune all the values are lost
- ;
-
- [Product.Del.Reg]
- ;
- ;Registry entries here
- ;
-
- HKLM,SOFTWARE\CVI\DeucesWild,"Version",,
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,,,
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,,,
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,,,
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1,,,
- ;HKLM,SOFTWARE\MyCompany\MyProduct\Test1\"MyProduct Extra Key",,
- ;HKCU,SOFTWARE\MyCompany\MyProduct,,,
-
- ;
- ; for add/remove programs applet
- ;
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DeucesWild,"DisplayName",,
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DeucesWild,"UninstallString",,
- HKCU,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\DeucesWild,,,
-
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Disk lay out information, used by the CopyFiles lists
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; This is the source disk identifiers the number at the
- ; beginning maps to the SourceDisksFiles first parameter
-
- [SourceDisksNames]
- 1="The Product Source Disk Name, 1.0","",1
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; SourceDisksFiles -
- ; this must have ALL file names in any copyfiles section
- ; so that the default copyfile error callback dialog (browse,skip)
- ; can use the SourceDisksNames strings above to help find the file
- ; -- this infomation can also be put in a layout.inf
- ;
- ; filename_on_source = diskid,subdir,size,checksum,spare,spare
- ;
-
- [SourceDisksFiles]
- DeucesWild.exe = 1,,,,,
- DeucesWild.hlp = 1,,,,,
- DeucesWild.cnt = 1,,,,,
- DWDoc.ico = 1,,,,,
- Dwsw32.dll = 1,,,,,
- Setup.exe = 1,,,,,
- setup.inf = 1,,,,,
- License.txt = 1,,,,,
- ReadMe.txt = 1,,,,,
- order.txt = 1,,,,,
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Targetdirectories predefined for [DestinationDirs] section
- ; parameter number one
- ; 00 = null, use only the second parameter for a path
- ; 11 = windows system directory
- ; ...
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [DestinationDirs]
-
- Product.del.files=01 ; 01 is the source directory
-
- ;
- ; Run time defined strings, these are set with
- ; SetupSetDirectoryId once this inf is openned
- ;
-
- Product.copy.files=65600 ; 65600 is a random choice for a dirid
-
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; These are the CopyFiles lists, here is where the files
- ; for each component are defined
- ; Note the last param (parm 4) is the CopyFlag for that
- ; File, for example 8 means copy on restart--see the doc for more
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [Product.copy.files]
- DeucesWild.exe
- DeucesWild.hlp
- DeucesWild.cnt
- DWDoc.ico
- Dwsw32.dll
- Setup.exe
- setup.inf
- License.txt
- ReadMe.txt
- order.txt
-
- [Product.del.files]
- DeucesWild.exe
- DeucesWild.hlp
- DeucesWild.cnt
- DWDoc.ico
- Dwsw32.dll
- Setup.exe
- setup.inf
- License.txt
- ReadMe.txt
- order.txt
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; INI sections, used to create and delete icons
- ; other uses are possible
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [Product.links]
- ;create folders
- ;setup.ini, progman.groups,,"ProductGroup=The Product Group"
- ; create links
- ; second param must match above and the linked to file must really exist
- ;setup.ini, ProductGroup,,"%PRODUCT_DESC%,%65600%\Product.dll,,,"
- ;setup.ini, ProductGroup,,"%README_DESC%,%65600%\readme.txt,,,"
- ;Add desktop icons here
-
- [del.links]
- ;remove folders
- ;setup.ini, progman.groups,,"ProductGroup=The Product Group"
- ; remove links
- ; second param must match above and last param is EXACT description name
- ;setup.ini, ProductGroup,,"%PRODUCT_DESC%"
- ;setup.ini, ProductGroup,,"%README_DESC%"
- ;remove desktop icons here
-
- [del.links.old]
- ;setup.ini, progman.groups,,"MyProductFolderOld=%DESC_OLD%"
- ;setup.ini, MyProductFolderOld,, """%README_DESC%"""
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Strings replace variable in percents above
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [Strings]
- PRODUCT_DESC = "Deuces Wild Poker v1.0"
- DT_MESSAGES = "Deuces Wild Poker"
- DT_DESKTOP = "Desktop"
- DESC_OLD = "Old Product" ; removes old links
- README_DESC = "Read Me (Product)"
- PROVIDER = "Crescent Vision Interactive, LLC"
- DESTINATION_DIR = "c:\Program Files\Crescent Vision\Deuces Wild\"
- PROGRAM_GROUP = "Deuces Wild Poker"
- PROGRAM_EXE = "DeucesWild.exe"
- PROGRAM_HELP = "DeucesWild.hlp"
-