home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / webmisc / as106a95.exe / ANYS.IUD next >
Text File  |  1996-09-11  |  3KB  |  118 lines

  1.  
  2. ;
  3. ;Entries in Main section have the following formats
  4. ;
  5. ;    DefaultTargetPath=path
  6. ;
  7. ;where path is the path initially shown in the select install folder dialog.
  8. ;
  9. ;    ReadmeApplication=app
  10. ;
  11. ;where app    = name of application to view readme information
  12. ;
  13. ;    ReadmeFile=path
  14. ;
  15. ;where path    = name of file to view as readme file.  Can include the following
  16. ;        special strings: 
  17. ;        [T] to specify user-specified target directory
  18. ;        [W] to specify windows directory
  19. ;        [S] to specify system directory
  20. [Main]
  21. DefaultTargetPath=C:\Program Files\AnySearch
  22. ReadmeApplication=notepad.exe
  23. ReadmeFile="[T]\readme.txt"
  24.  
  25. ;
  26. ;File entries have the following format
  27. ;
  28. ;    id=name,path,size,overwrite
  29. ;
  30. ;where    id =        unique number (<100)
  31. ;    name =         name of file to install
  32. ;    path =         directory to install file into.  Can include the following
  33. ;            special strings: 
  34. ;            [T] to install to user-specified target directory
  35. ;            [W] to install to windows directory
  36. ;            [S] to install to system directory
  37. ;    size =         size of file in bytes
  38. ;    overwrite =    0 => prompt for overwrite if file already exists
  39. ;            1 => never overwrite existing file
  40. ;            2 => always overwrite existing file
  41. ;
  42.  
  43. [Files]
  44. 1=pndetect.exe,[T],20000,0
  45. 2=anysrch.dll,[T],50000,0
  46. 3=pnstub.dll,[T],26000,0
  47. 4=anys.iud,[T],4100,0
  48. 5=license.txt,[T],6100,0
  49. 6=readme.txt,[T],1000,0
  50. 7=uninstall.exe,[T],43000,0
  51.  
  52. ;
  53. ;Shell entries have the following format
  54. ;
  55. ;    id=new,group,name,path
  56. ;
  57. ;where    id =    unique number (<100)
  58. ;    new =    0 => group is not new, use existing group
  59. ;        1 => create new group
  60. ;    group=    name of group to create/install to
  61. ;    text =    name of item in group
  62. ;    path =     command to associate with item
  63. ;
  64. [Shell]
  65. 0=0,Startup,PrivNet Detector,[T]\pndetect.exe
  66. 1=1,AnySearch,Readme!,notepad.exe [T]\readme.txt
  67. 2=0,AnySearch,User License,notepad.exe [T]\license.txt
  68. 3=0,AnySearch,Uninstall,[T]\uninstall.exe
  69.  
  70. ;
  71. ;Registry key entries have the following format
  72. ;
  73. ;    id=key,name
  74. ;
  75. ;where    id =     unique number (<100)
  76. ;    key =     0 => install name in HKEY_CURRENT_USER
  77. ;        1 => install name in HKEY_LOCAL_MACHINE
  78. ;    name =     name of key to install
  79. ;
  80. [RegistryKeys]
  81. 0=0,Software\PrivNet
  82. 1=0,Software\PrivNet\AnySearch
  83. 2=0,Software\PrivNet\PNDetect
  84. 3=0,Software\PrivNet\PNDetect\Modules
  85. 4=1,Software\Microsoft\Windows\CurrentVersion\App Paths\anysearch.exe
  86. 5=1,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Anysearch
  87.  
  88. ;
  89. ;Registry values have the format
  90. ;
  91. ;    id=key,type,overwrite,name,value
  92. ;
  93. ;where    id =         unique number (<100) 
  94. ;    key =        id of key to install to
  95. ;    type =        0=>DWORD
  96. ;            1=>string
  97. ;    overwrite =    0=>do not overwrite existing value
  98. ;            1=>overwrite existing value
  99. ;    name =        name of value
  100. ;    value =     value of value.   Can include the following
  101. ;            special strings: 
  102. ;            [T] to substitute user-specified target directory
  103. ;            [W] to substitute windows directory
  104. ;            [S] to substitute system directory
  105. ;
  106. [RegistryValues]
  107. 0=1,0,0,Favorite,0
  108. 1=1,0,0,Hello,0
  109. 2=1,0,0,Menu,0
  110.  
  111. 10=3,1,1,AnySearch,[T]\anysrch.dll
  112.  
  113. 20=2,1,1,(Default),[T]\anysearch.exe
  114. 21=2,1,1,Path,[T]
  115.  
  116. 30=5,1,1,DisplayName,AnySearch 1.0b6
  117. 31=5,1,1,UninstallString,[T]\uninstall.exe
  118.