home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / download / blanch19.exe / blanchnt.inf < prev    next >
INI File  |  1998-03-13  |  2KB  |  88 lines

  1. ; Author: One Guy Coding
  2. ;
  3. ; BlanchNt.inf
  4. ;
  5.  
  6. [version]
  7. signature="$Windows NT$"
  8. ;signature="$Windows 95$"
  9. Provider="One Guy Coding Ltd."
  10. SetupClass=Base
  11.  
  12. [DefaultInstall]
  13. OptionDesc      = %BLANCH_DESC%
  14. Tip             = %BLANCH_TIP%
  15. Copyfiles    = Blanch.Files.Exe,Blanch.Files.Hlp,Blanch.Files.Inf
  16. UpdateInis    = LinksInstall.Inf
  17. AddReg        = Blanch.Add.Reg
  18. DestinationDirs    = DestinationDirs
  19.  
  20. [UnInstall]
  21. Delfiles=Blanch.Files.Exe,Blanch.Files.Hlp,Blanch.Files.Inf
  22. UpdateInis=LinksUninstall.Inf
  23. Delreg=Blanch.Del.Reg
  24.  
  25. [DestinationDirs]
  26. DefaultDestDir=30,%PFOGC%
  27. Blanch.Files.Inf=17
  28.  
  29. [SourceDisksNames]
  30. 1="Blanch","",1
  31.  
  32. [SourceDisksFiles]
  33. Blanch.exe=1
  34. blanch.hlp=1
  35. blanch.cnt=1
  36. breadme.txt=1
  37. bchanges.txt=1
  38. blanchnt.inf=1
  39. ;blanch95.inf=1
  40.  
  41. [Blanch.Files.Exe]
  42. Blanch.exe
  43.  
  44. [Blanch.Files.Hlp]
  45. blanch.hlp
  46. blanch.cnt
  47. breadme.txt
  48. bchanges.txt
  49.  
  50. [Blanch.Files.Inf]
  51. blanchnt.inf
  52. ;blanch95.inf
  53.  
  54. [Blanch.Add.Reg]
  55. HKLM,%UBLANCH%,DisplayName,,"%DISPLAYNAME%"
  56. ;HKLM,%UBLANCH%,"UninstallString",,"RunDll setupx.dll,InstallHinfSection UnInstall 4 %17%\blanch95.inf
  57. HKLM,%UBLANCH%,"UninstallString",,"rundll32 setupapi,InstallHinfSection UnInstall 132 %17%\blanchnt.inf"
  58.  
  59. [Blanch.Del.Reg]
  60. HKLM,%UBLANCH%
  61. HKLM,%VERNREG%
  62. HKCU,%SOGCV2%
  63.  
  64. [LinksInstall.Inf]
  65. setup.ini, progman.groups,, "group=""%GROUP_NAME%"""
  66. setup.ini, group,, """Blanch"", """"""%30%%PFOGC%\blanch.exe"""""",,,,"
  67. setup.ini, group,, """Blanch Help"", """"""%30%%PFOGC%\blanch.hlp"""""",""winhelp.exe"",,"
  68. setup.ini, group,, """Blanch Changes"",""""""%30%%PFOGC%\bchanges.txt"""""",""notepad.exe"",,"
  69. setup.ini, group,, """Blanch Readme"",""""""%30%%PFOGC%\breadme.txt"""""",""notepad.exe"",,"
  70.  
  71. [LinksUninstall.Inf]
  72. setup.ini, progman.groups,, "group=""%GROUP_NAME%"""
  73. setup.ini, group,, """Blanch"""
  74. setup.ini, group,, """Blanch Help"""
  75. setup.ini, group,, """Blanch Changes"""
  76. setup.ini, group,, """Blanch Readme"""
  77.  
  78. [Strings]
  79. DISPLAYNAME="Blanch"
  80. UBLANCH="Software\Microsoft\Windows\CurrentVersion\Uninstall\Blanch"
  81. SOGCV2="Software\One Guy Coding\Blanch"
  82. VERNREG="Software\One Guy Coding\Vern\1.00"
  83. GROUP_NAME="One Guy Coding"
  84. PFOGC="Program Files\One Guy Coding"
  85. ;PFOGC="Progra~1\Oneguy~1"
  86. BLANCH_DESC="Virtual Environment Resource Manager"
  87. BLANCH_TIP="Start Blanch from the One Guy Coding Program Group!"
  88.