home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / MOBILENT.CAB / mobilepk.inf < prev    next >
INI File  |  1999-11-05  |  4KB  |  154 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.5
  4.  
  5. [DefaultInstall]
  6. RequiredEngine=Setupapi,%BadSetupVer%
  7. ComponentName="Mobile Option Pack"
  8. ComponentVersion=5.0
  9. CustomDestination=MSIExploreDestinationSection
  10. CopyFiles=Mobile.Files,Inf.Install,WinDir.Install,Mobile.Help
  11. AddReg=!Uninstall.Reg
  12. RegisterOCXs=RegisterOCX.Mobile
  13. BackupPath=%49000%\%UninstallData%
  14. PreRollBack=Uninstall
  15. PerUserInstall=PUI
  16.  
  17. [DefaultInstall.NT]
  18. RequiredEngine=Setupapi,%BadSetupVer%
  19. ComponentName="Mobile Option Pack"
  20. ComponentVersion=5.0
  21. CustomDestination=MSIExploreDestinationSection
  22. CopyFiles=Mobile.Files.NT,Inf.Install,WinDir.Install,Mobile.Help
  23. AddReg=!Uninstall.Reg
  24. RegisterOCXs=RegisterOCX.Mobile
  25. RunPostSetupCommands=PostInstall.NT
  26. BackupPath=%49000%\%UninstallData%
  27. PreRollBack=Uninstall
  28. PerUserInstall=PUI
  29.  
  30. [Uninstall]
  31. DelReg=Mobile.Del.Reg
  32. PerUserInstall=PUU
  33.  
  34. [PUI]
  35. DisplayName=%DisplayDesc%
  36. ComponentID=MobilePk
  37. GUID={3af36230-a269-11d1-b5bf-0000f8051515} 
  38. Version=5,00,2919,6307
  39. Locale=%Locale%
  40. IsInstalled=1
  41. RollbackUninstall=1
  42.  
  43. [PUU]
  44. DisplayName=%DisplayDesc%
  45. ComponentID=MobilePk
  46. GUID={3af36230-a269-11d1-b5bf-0000f8051515} 
  47. Version=5,00,2919,6307
  48. Locale=%Locale%
  49. IsInstalled=0
  50.  
  51. [PostInstall.NT]
  52. %11%\rundll32.exe %50000%\senscfg.dll,MarkSensAsDemandStart
  53.  
  54. [MSIExploreDestinationSection]
  55. 49000=MSIExploreLDIDSection,5
  56. 50000=SourceDir,5
  57.  
  58. [MSIExploreLDIDSection]
  59. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\%LProgramF%\%LMSIE4%"
  60.  
  61. [SourceDisksNames]
  62. 55="%DisplayDesc%",,0
  63.  
  64. [DestinationDirs]
  65. Mobile.Files       =11
  66. Mobile.Files.NT    =11
  67. Inf.Install        =17
  68. WinDir.Install     =25
  69. Mobile.Help        =18
  70.  
  71. [SourceDisksFiles]
  72. mobilepk.inf =55
  73. cdfview.dll  =55
  74. webcheck.dll =55
  75. msidle.dll   =55
  76. mobsync.exe  =55
  77. mobsync.dll  =55
  78. sens.dll     =55
  79. sens.exe     =55
  80. sensapi.dll  =55
  81. senscfg.dll  =55
  82. esserver.exe =55
  83. es.dll       =55
  84. esshared.dll =55
  85. estier2.dll  =55
  86. esenu.dll    =55
  87. sage.vxd     =55
  88. iphlpapi.dll =55
  89. actsaver.scr =55
  90. chnscsvr.hlp =55
  91.  
  92. [Inf.Install]
  93. mobilepk.inf
  94.  
  95. [WinDir.Install]
  96. %ChannelScreenSaver%,actsaver.scr,,32
  97.  
  98. [Mobile.Help]
  99. mobsync.hlp
  100. chnscsvr.hlp
  101.  
  102. [Mobile.Files]
  103. cdfview.dll,,,32
  104. webcheck.dll,,,32
  105. msidle.dll,,,32
  106. mobsync.exe,,,32
  107. mobsync.dll,,,32
  108. sens.dll,,,32
  109. sensapi.dll,,,32
  110. senscfg.dll,,,32
  111. es.dll,,,32
  112. esshared.dll,,,32
  113. estier2.dll,,,32
  114. sage.vxd,,,32
  115. iphlpapi.dll,,,32
  116. esenu.dll,,,32
  117.  
  118. [Mobile.Files.NT]
  119. cdfview.dll,,,32
  120. webcheck.dll,,,32
  121. msidle.dll,,,32
  122. mobsync.exe,,,32
  123. mobsync.dll,,,32
  124. sens.exe,,,32
  125. sensapi.dll,,,32
  126. senscfg.dll,,,32
  127. esserver.exe,,,32
  128. es.dll,,,32
  129. esshared.dll,,,32
  130. estier2.dll,,,32
  131. esenu.dll,,,32
  132.  
  133. [!Uninstall.Reg]
  134. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack","QuietDisplayName",,%DisplayDesc%
  135. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack","QuietUninstallString",,"rundll32 advpack.dll,LaunchINFSectionEx %17%\mobilepk.inf,,,256"
  136. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack","RequiresIESysFile",,"5.00.2919.6300"
  137.  
  138. [Mobile.Del.Reg]
  139. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MobileOptionPack"
  140.  
  141. [RegisterOCX.Mobile]
  142. %11%\cdfview.dll
  143. %11%\webcheck.dll
  144. %11%\mobsync.dll
  145.  
  146. [Strings]
  147. BadSetupVer = "Your system is missing the required Setup engine."
  148. LMSIE4 = "Internet Explorer"
  149. LProgramF = "Program Files"
  150. UninstallData = "Uninstall Information"
  151. DisplayDesc = "Offline Browsing Pack"
  152. ChannelScreenSaver="Channel Screen Saver.SCR"
  153. Locale = "EN"
  154.