home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / axa3.inf < prev    next >
Windows Setup INFormation  |  1999-07-27  |  1KB  |  86 lines

  1.  
  2. [version]
  3. signature="$CHICAGO$"
  4. AdvancedINF=2.5
  5.  
  6.  
  7. ;Source Files for Iexpress
  8. [SourceDisksNames]
  9.  
  10.  
  11.  
  12. 1="DirectAnimation","axa3.cab",1
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ; Dest dirs need to keep these for future reference.
  21. [DestinationDirs]
  22. AV.app.Files            =11
  23. AV.Rmv.Files            =11
  24.  
  25. ;installation targets
  26. [DefaultInstall]
  27. Engine=setupapi.dll
  28. AddReg=AV.Uninst.Reg
  29. CustomDestination=MyCustomDestination
  30. RegisterOCXs=RegisterOCXSection
  31. CopyFiles=Av.app.files
  32. RunPostSetupCommands=RPSC
  33.  
  34.  
  35. [DefaultInstall.NT]
  36. Engine=setupapi.dll
  37. AddReg=AV.Uninst.Reg.NT
  38. CustomDestination=MyCustomDestination
  39. RegisterOCXs=RegisterOCXSection
  40. CopyFiles=Av.app.files
  41. RunPostSetupCommands=RPSC
  42.  
  43. [MyCustomDestination]
  44. 49001=GetDestinationDirectory,7
  45. 49017=SourceDir
  46.  
  47. [Uninstall]
  48. UnRegisterOCXs=UnregisterOCXSection
  49. DelReg=AV.Reg.Remove,MMDelRegSection
  50. DelFiles=Av.Rmv.Files
  51.  
  52. [Uninstall.NT]
  53. UnRegisterOCXs=UnregisterOCXSection
  54. DelReg=AV.Reg.Remove,MMDelRegSection
  55. DelFiles=Av.Rmv.Files.NT
  56.  
  57.  
  58. [GetDestinationDirectory]
  59. 'HKLM','SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE','Path','Internet Explorer 4.0 must be installed',''
  60.  
  61. [RegisterOCXSection]
  62. %11%\dxtrans.dll 
  63. %11%\dxtmsft.dll 
  64.  
  65. [SourceDisksFiles]
  66. dxtrans.dll=1
  67. dxtmsft.dll=1
  68.  
  69. [UnregisterOCXSection]
  70. %11%\dxtrans.dll 
  71. %11%\dxtmsft.dll 
  72.  
  73.  
  74.  
  75. [Av.App.Files]
  76. dxtrans.dll,,,32
  77. dxtmsft.dll,,,32
  78.  
  79. [Av.Rmv.Files]
  80. dxtrans.dll,,,1
  81. dxtmsft.dll,,,1
  82.  
  83. [Av.Rmv.Files.NT]
  84. dxtrans.dll
  85. dxtmsft.dll
  86.